| Commit message (Expand) | Author | Age | Files | Lines |
| * | Suppress duplicate entries in ldd output. | John Polstra | 1998-09-02 | 2 | -12/+12 |
| * | Style fixes. If it seems like a lot of lines of changes, it's | John Polstra | 1998-09-02 | 1 | -75/+79 |
| * | Handle dlsym(NULL, ...) properly, by searching in the caller's | John Polstra | 1998-09-02 | 1 | -11/+26 |
| * | Sort cross references. | Wolfram Schneider | 1998-08-31 | 1 | -2/+2 |
| * | BINFORMAT -> OBJFORMAT ready for E-day. | John Birrell | 1998-08-30 | 1 | -5/+5 |
| * | Pass me the pointy hat with the extra sequins. Just a moment, while I get | Stephen McKay | 1998-08-22 | 1 | -6/+20 |
| * | Update this header to use the revamped elf headers which select Elf32 | John Birrell | 1998-08-21 | 1 | -12/+12 |
| * | Add "-C" to INSTALLFLAGS to install atomically. An elf->elf | John Polstra | 1998-08-17 | 1 | -1/+3 |
| * | Fix LIBDIR (for aout/ELF). | Mark Murray | 1998-08-06 | 2 | -4/+4 |
| * | Build mail.local and smrsh (when building sendmail) | Peter Wemm | 1998-08-04 | 1 | -2/+6 |
| * | Build sendmail-8.9.1 smrsh | Peter Wemm | 1998-08-04 | 1 | -0/+9 |
| * | Use sendmail-8.9.1 mail.local (with our changes). It has LMTP support. | Peter Wemm | 1998-08-04 | 4 | -699/+5 |
| * | Fixed printf format errors. | Bruce Evans | 1998-08-02 | 3 | -9/+9 |
| * | Getty is missing the speed table entry for 230400 baud. | Poul-Henning Kamp | 1998-07-22 | 1 | -2/+3 |
| * | Remove no longer needed FreeBSD specific code. | Steve Price | 1998-07-20 | 1 | -6/+1 |
| * | Document the use of lines beginning with a '#' as comment lines. | Joseph Koshy | 1998-07-09 | 1 | -1/+4 |
| * | Clean up grammar. Provide proper pathnames for spool directories. | Joseph Koshy | 1998-07-01 | 1 | -13/+15 |
| * | Fixed printf format errors. | Bruce Evans | 1998-06-30 | 3 | -8/+10 |
| * | Don't assume that time_t is long. | Bruce Evans | 1998-06-29 | 1 | -2/+4 |
| * | Don't assume that time_t is long. Fixed printf format errors. | Bruce Evans | 1998-06-29 | 1 | -5/+5 |
| * | Since I got no objections to this patch, and no one has offered any | Stephen McKay | 1998-06-21 | 1 | -1/+70 |
| * | Fix stupid typo, I had only tested this in elf mode. | Peter Wemm | 1998-06-12 | 1 | -2/+2 |
| * | Only build rtld-aout if we're in an a.out build environment. | Peter Wemm | 1998-06-12 | 1 | -2/+5 |
| * | Activate libbind | Peter Wemm | 1998-06-11 | 1 | -1/+2 |
| * | Spelling fixes. | Poul-Henning Kamp | 1998-06-10 | 1 | -2/+2 |
| * | Search for libraries in dlopen() when the specified path | Brian Somers | 1998-06-07 | 3 | -8/+13 |
| * | named-xfer can't be linked static due to the duplicated symbols in | John Birrell | 1998-06-06 | 1 | -4/+4 |
| * | Mention that syslog.conf(5) does not log LOG_FTP messages by default. | Joseph Koshy | 1998-06-05 | 1 | -2/+6 |
| * | Use gethostname(3) to obtain the local host name, as opposed to uname(3). | Joerg Wunsch | 1998-06-03 | 1 | -5/+4 |
| * | signal() returns SIG_ERR on error, not int. | John Birrell | 1998-06-03 | 1 | -4/+4 |
| * | Spelling corrections. | Joseph Koshy | 1998-06-03 | 1 | -3/+3 |
| * | SUBDIR += rtld-aout | Peter Wemm | 1998-06-01 | 1 | -2/+5 |
| * | Seperate the Paul Kranenburg a.out rtld stuff into a stand-alone area away | Peter Wemm | 1998-06-01 | 1 | -5/+3 |
| * | ELF preparation step 2: | Søren Schmidt | 1998-05-26 | 2 | -4/+4 |
| * | Make ftpd(8) honor its default group setting in the config files. | Steve Price | 1998-05-25 | 1 | -7/+16 |
| * | Back out "always UTC" fix since some people want visually identical 'ls' | Andrey A. Chernov | 1998-05-18 | 1 | -4/+10 |
| * | Return back initial tzset() must be before first chroot | Andrey A. Chernov | 1998-05-16 | 1 | -1/+3 |
| * | Return back vfork and use execve with TZ="" environment in vfork case | Andrey A. Chernov | 1998-05-15 | 1 | -5/+7 |
| * | Use fork instead of vfork since setenv clobber parent environment | Andrey A. Chernov | 1998-05-15 | 1 | -4/+2 |
| * | Move TZ="" assignment just before exec to not touch other time stuff | Andrey A. Chernov | 1998-05-15 | 2 | -5/+4 |
| * | Do TZ= as first thing, since FTP protocol is unable to tell zone offset in | Andrey A. Chernov | 1998-05-15 | 1 | -2/+3 |
| * | NetBSD kernels don't support TCP_NOPUSH, so on alpha don't try setting | John Birrell | 1998-05-15 | 1 | -1/+3 |
| * | Remove a bogus prototype for time() and let time.h do that. | John Birrell | 1998-05-14 | 1 | -6/+5 |
| * | Fixed missing dependencies on headers generated by rpcgen, as usual. | Bruce Evans | 1998-05-10 | 1 | -8/+10 |
| * | Replace _exit() with exit() | Robert Nordier | 1998-05-05 | 1 | -2/+2 |
| * | Fix typo. | Robert Nordier | 1998-05-05 | 1 | -2/+2 |
| * | Simplified by using new yacc rules and by not generating y.tab.h. | Bruce Evans | 1998-05-04 | 1 | -4/+3 |
| * | Argh, forgot to commit the update here for bind-8.. Sorry folks... | Peter Wemm | 1998-05-04 | 1 | -12/+6 |
| * | Clarify use of 'if' capability. | Steve Price | 1998-05-04 | 2 | -6/+32 |
| * | Avoid stairstep effect on output of 'if=...' file. | Steve Price | 1998-05-03 | 1 | -2/+6 |