| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a cut&paste error which prevented LD_BIND_NOW from working. | dfr | 1998-09-08 | 1 | -2/+2 |
* | Don't recognize a file as an a.out shared library unless it has at | jdp | 1998-09-05 | 1 | -6/+4 |
* | Chaneg MACHINE to MACHINE_ARCH to support MACHINE=pc98. | jb | 1998-09-05 | 1 | -7/+3 |
* | Chaneg MACHINE to MACHINE_ARCH to support MACHINE=pc98. | jb | 1998-09-05 | 1 | -3/+3 |
* | Implement ldconfig functionality for ELF. The hints are stored in | jdp | 1998-09-05 | 1 | -3/+50 |
* | Add -lcrypt when building kerberos. | jb | 1998-09-05 | 2 | -6/+6 |
* | Enable rtld-elf for build on alpha too. We now have support for shared | jb | 1998-09-04 | 1 | -2/+3 |
* | Add alpha support. | dfr | 1998-09-04 | 11 | -277/+1145 |
* | Suppress duplicate entries in ldd output. | jdp | 1998-09-02 | 2 | -12/+12 |
* | Style fixes. If it seems like a lot of lines of changes, it's | jdp | 1998-09-02 | 1 | -75/+79 |
* | Handle dlsym(NULL, ...) properly, by searching in the caller's | jdp | 1998-09-02 | 1 | -11/+26 |
* | Sort cross references. | wosch | 1998-08-31 | 1 | -2/+2 |
* | BINFORMAT -> OBJFORMAT ready for E-day. | jb | 1998-08-30 | 1 | -5/+5 |
* | Pass me the pointy hat with the extra sequins. Just a moment, while I get | mckay | 1998-08-22 | 1 | -6/+20 |
* | Update this header to use the revamped elf headers which select Elf32 | jb | 1998-08-21 | 1 | -12/+12 |
* | Add "-C" to INSTALLFLAGS to install atomically. An elf->elf | jdp | 1998-08-17 | 1 | -1/+3 |
* | Fix LIBDIR (for aout/ELF). | markm | 1998-08-06 | 2 | -4/+4 |
* | Build mail.local and smrsh (when building sendmail) | peter | 1998-08-04 | 1 | -2/+6 |
* | Build sendmail-8.9.1 smrsh | peter | 1998-08-04 | 1 | -0/+9 |
* | Use sendmail-8.9.1 mail.local (with our changes). It has LMTP support. | peter | 1998-08-04 | 4 | -699/+5 |
* | Fixed printf format errors. | bde | 1998-08-02 | 3 | -9/+9 |
* | Getty is missing the speed table entry for 230400 baud. | phk | 1998-07-22 | 1 | -2/+3 |
* | Remove no longer needed FreeBSD specific code. | steve | 1998-07-20 | 1 | -6/+1 |
* | Document the use of lines beginning with a '#' as comment lines. | jkoshy | 1998-07-09 | 1 | -1/+4 |
* | Clean up grammar. Provide proper pathnames for spool directories. | jkoshy | 1998-07-01 | 1 | -13/+15 |
* | Fixed printf format errors. | bde | 1998-06-30 | 3 | -8/+10 |
* | Don't assume that time_t is long. | bde | 1998-06-29 | 1 | -2/+4 |
* | Don't assume that time_t is long. Fixed printf format errors. | bde | 1998-06-29 | 1 | -5/+5 |
* | Since I got no objections to this patch, and no one has offered any | mckay | 1998-06-21 | 1 | -1/+70 |
* | Fix stupid typo, I had only tested this in elf mode. | peter | 1998-06-12 | 1 | -2/+2 |
* | Only build rtld-aout if we're in an a.out build environment. | peter | 1998-06-12 | 1 | -2/+5 |
* | Activate libbind | peter | 1998-06-11 | 1 | -1/+2 |
* | Spelling fixes. | phk | 1998-06-10 | 1 | -2/+2 |
* | Search for libraries in dlopen() when the specified path | brian | 1998-06-07 | 3 | -8/+13 |
* | named-xfer can't be linked static due to the duplicated symbols in | jb | 1998-06-06 | 1 | -4/+4 |
* | Mention that syslog.conf(5) does not log LOG_FTP messages by default. | jkoshy | 1998-06-05 | 1 | -2/+6 |
* | Use gethostname(3) to obtain the local host name, as opposed to uname(3). | joerg | 1998-06-03 | 1 | -5/+4 |
* | signal() returns SIG_ERR on error, not int. | jb | 1998-06-03 | 1 | -4/+4 |
* | Spelling corrections. | jkoshy | 1998-06-03 | 1 | -3/+3 |
* | SUBDIR += rtld-aout | peter | 1998-06-01 | 1 | -2/+5 |
* | Seperate the Paul Kranenburg a.out rtld stuff into a stand-alone area away | peter | 1998-06-01 | 1 | -5/+3 |
* | ELF preparation step 2: | sos | 1998-05-26 | 2 | -4/+4 |
* | Make ftpd(8) honor its default group setting in the config files. | steve | 1998-05-25 | 1 | -7/+16 |
* | Back out "always UTC" fix since some people want visually identical 'ls' | ache | 1998-05-18 | 1 | -4/+10 |
* | Return back initial tzset() must be before first chroot | ache | 1998-05-16 | 1 | -1/+3 |
* | Return back vfork and use execve with TZ="" environment in vfork case | ache | 1998-05-15 | 1 | -5/+7 |
* | Use fork instead of vfork since setenv clobber parent environment | ache | 1998-05-15 | 1 | -4/+2 |
* | Move TZ="" assignment just before exec to not touch other time stuff | ache | 1998-05-15 | 2 | -5/+4 |
* | Do TZ= as first thing, since FTP protocol is unable to tell zone offset in | ache | 1998-05-15 | 1 | -2/+3 |
* | NetBSD kernels don't support TCP_NOPUSH, so on alpha don't try setting | jb | 1998-05-15 | 1 | -1/+3 |