| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add support for ldd. | Doug Rabson | 1998-05-01 | 1 | -5/+106 |
| * | Add GDB support. The method and some of the code came from NetBSD's elf | Doug Rabson | 1998-04-30 | 3 | -21/+101 |
| * | Set TCP_NODELAY on the control channel to improve performance a bit. | David Greenman | 1998-04-28 | 1 | -1/+8 |
| * | Fixed a bug where if MAXUSRARGS amount of args were passed in, the argv[] | David Greenman | 1998-04-27 | 1 | -2/+4 |
| * | telnetd does not recognize the if (display file before login) gettytab flag. | Poul-Henning Kamp | 1998-04-26 | 1 | -1/+19 |
| * | PR: misc/4679 | Gene Stark | 1998-04-18 | 1 | -1/+2 |
| * | openlog() needs to have LOG_NDELAY added, or else the syslog() calls after | Poul-Henning Kamp | 1998-04-12 | 1 | -2/+2 |
| * | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | Philippe Charnier | 1998-03-19 | 2 | -4/+4 |
| * | .Sh AUTHOR -. .Sh AUTHORS. Use .An/.Aq. | Philippe Charnier | 1998-03-19 | 2 | -4/+4 |
| * | Enable rtld-elf when building an ELF system on the i386. | John Polstra | 1998-03-07 | 1 | -1/+5 |
| * | Import the ELF dynamic linker. This is the ElfKit version with | John Polstra | 1998-03-07 | 10 | -0/+2486 |
| * | PR: 5812 | Daniel O'Callaghan | 1998-02-25 | 1 | -1/+5 |
| * | Make ftpd log IP-addresses in addition to hostnames. | Eivind Eklund | 1998-02-24 | 1 | -2/+3 |
| * | MFS. | David E. O'Brien | 1998-02-18 | 1 | -2/+7 |
| * | Implement dladdr. | John Polstra | 1998-02-06 | 1 | -4/+94 |
| * | Convert to mdoc. Header -> Id. Typo. | Philippe Charnier | 1998-02-03 | 2 | -395/+394 |
| * | Remove lfs_cleanerd | Poul-Henning Kamp | 1998-01-30 | 7 | -1831/+0 |
| * | Disable lfs_cleanerd | Poul-Henning Kamp | 1998-01-30 | 1 | -2/+2 |
| * | Merged just enough files from Lite2 in lfs_cleanerd to convert from | Bruce Evans | 1998-01-20 | 3 | -48/+145 |
| * | Make these programs compile and work correctly now that /usr/include/rpcsvc | Bill Paul | 1998-01-19 | 3 | -35/+58 |