| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove a bogus prototype for time() and let time.h do that. | jb | 1998-05-14 | 1 | -6/+5 |
* | Fixed missing dependencies on headers generated by rpcgen, as usual. | bde | 1998-05-10 | 1 | -8/+10 |
* | Replace _exit() with exit() | rnordier | 1998-05-05 | 1 | -2/+2 |
* | Fix typo. | rnordier | 1998-05-05 | 1 | -2/+2 |
* | Simplified by using new yacc rules and by not generating y.tab.h. | bde | 1998-05-04 | 1 | -4/+3 |
* | Argh, forgot to commit the update here for bind-8.. Sorry folks... | peter | 1998-05-04 | 1 | -12/+6 |
* | Clarify use of 'if' capability. | steve | 1998-05-04 | 2 | -6/+32 |
* | Avoid stairstep effect on output of 'if=...' file. | steve | 1998-05-03 | 1 | -2/+6 |
* | Add support for ldd. | dfr | 1998-05-01 | 1 | -5/+106 |
* | Add GDB support. The method and some of the code came from NetBSD's elf | dfr | 1998-04-30 | 3 | -22/+102 |
* | Set TCP_NODELAY on the control channel to improve performance a bit. | dg | 1998-04-28 | 1 | -1/+8 |
* | Fixed a bug where if MAXUSRARGS amount of args were passed in, the argv[] | dg | 1998-04-27 | 1 | -2/+4 |
* | telnetd does not recognize the if (display file before login) gettytab flag. | phk | 1998-04-26 | 1 | -1/+19 |
* | PR: misc/4679 | stark | 1998-04-18 | 1 | -1/+2 |
* | openlog() needs to have LOG_NDELAY added, or else the syslog() calls after | phk | 1998-04-12 | 1 | -2/+2 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-19 | 2 | -4/+4 |
* | .Sh AUTHOR -. .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-19 | 2 | -4/+4 |
* | Enable rtld-elf when building an ELF system on the i386. | jdp | 1998-03-07 | 1 | -1/+5 |
* | This commit was generated by cvs2svn to compensate for changes in r34192, | jdp | 1998-03-07 | 9 | -0/+2403 |
|\ |
|
| * | Import the ELF dynamic linker. This is the ElfKit version with | jdp | 1998-03-07 | 9 | -0/+2403 |
* | Import the ELF dynamic linker. This is the ElfKit version with | jdp | 1998-03-07 | 1 | -0/+83 |
* | PR: 5812 | danny | 1998-02-25 | 1 | -1/+5 |
* | Make ftpd log IP-addresses in addition to hostnames. | eivind | 1998-02-24 | 1 | -2/+3 |
* | MFS. | obrien | 1998-02-18 | 1 | -2/+7 |
* | Implement dladdr. | jdp | 1998-02-06 | 1 | -4/+94 |
* | Convert to mdoc. Header -> Id. Typo. | charnier | 1998-02-03 | 2 | -395/+394 |
* | Remove lfs_cleanerd | phk | 1998-01-30 | 7 | -1831/+0 |
* | Disable lfs_cleanerd | phk | 1998-01-30 | 1 | -2/+2 |