summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Mention that syslog.conf(5) does not log LOG_FTP messages by default.jkoshy1998-06-051-2/+6
* Use gethostname(3) to obtain the local host name, as opposed to uname(3).joerg1998-06-031-5/+4
* signal() returns SIG_ERR on error, not int.jb1998-06-031-4/+4
* Spelling corrections.jkoshy1998-06-031-3/+3
* SUBDIR += rtld-aoutpeter1998-06-011-2/+5
* Seperate the Paul Kranenburg a.out rtld stuff into a stand-alone area awaypeter1998-06-011-5/+3
* ELF preparation step 2:sos1998-05-262-4/+4
* Make ftpd(8) honor its default group setting in the config files.steve1998-05-251-7/+16
* Back out "always UTC" fix since some people want visually identical 'ls'ache1998-05-181-4/+10
* Return back initial tzset() must be before first chrootache1998-05-161-1/+3
* Return back vfork and use execve with TZ="" environment in vfork caseache1998-05-151-5/+7
* Use fork instead of vfork since setenv clobber parent environmentache1998-05-151-4/+2
* Move TZ="" assignment just before exec to not touch other time stuffache1998-05-152-5/+4
* Do TZ= as first thing, since FTP protocol is unable to tell zone offset inache1998-05-151-2/+3
* NetBSD kernels don't support TCP_NOPUSH, so on alpha don't try settingjb1998-05-151-1/+3
* Remove a bogus prototype for time() and let time.h do that.jb1998-05-141-6/+5
* Fixed missing dependencies on headers generated by rpcgen, as usual.bde1998-05-101-8/+10
* Replace _exit() with exit()rnordier1998-05-051-2/+2
* Fix typo.rnordier1998-05-051-2/+2
* Simplified by using new yacc rules and by not generating y.tab.h.bde1998-05-041-4/+3
* Argh, forgot to commit the update here for bind-8.. Sorry folks...peter1998-05-041-12/+6
* Clarify use of 'if' capability.steve1998-05-042-6/+32
* Avoid stairstep effect on output of 'if=...' file.steve1998-05-031-2/+6
* Add support for ldd.dfr1998-05-011-5/+106
* Add GDB support. The method and some of the code came from NetBSD's elfdfr1998-04-303-22/+102
* Set TCP_NODELAY on the control channel to improve performance a bit.dg1998-04-281-1/+8
* Fixed a bug where if MAXUSRARGS amount of args were passed in, the argv[]dg1998-04-271-2/+4
* telnetd does not recognize the if (display file before login) gettytab flag.phk1998-04-261-1/+19
* PR: misc/4679stark1998-04-181-1/+2
* openlog() needs to have LOG_NDELAY added, or else the syslog() calls afterphk1998-04-121-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-192-4/+4
* .Sh AUTHOR -. .Sh AUTHORS. Use .An/.Aq.charnier1998-03-192-4/+4
* Enable rtld-elf when building an ELF system on the i386.jdp1998-03-071-1/+5
* This commit was generated by cvs2svn to compensate for changes in r34192,jdp1998-03-079-0/+2403
|\
| * Import the ELF dynamic linker. This is the ElfKit version withjdp1998-03-079-0/+2403
* Import the ELF dynamic linker. This is the ElfKit version withjdp1998-03-071-0/+83
* PR: 5812danny1998-02-251-1/+5
* Make ftpd log IP-addresses in addition to hostnames.eivind1998-02-241-2/+3
* MFS.obrien1998-02-181-2/+7
* Implement dladdr.jdp1998-02-061-4/+94
* Convert to mdoc. Header -> Id. Typo.charnier1998-02-032-395/+394
* Remove lfs_cleanerdphk1998-01-307-1831/+0
* Disable lfs_cleanerdphk1998-01-301-2/+2
* Merged just enough files from Lite2 in lfs_cleanerd to convert frombde1998-01-203-48/+145
* Make these programs compile and work correctly now that /usr/include/rpcsvcwpaul1998-01-193-35/+58
* Removed most unused includes of <net/if_var.h> outside the kernel.bde1998-01-161-2/+1
* Add missing dot.charnier1998-01-071-2/+2
* Remove unused #includes and make it compile again with -DDEBUG. Use syslog()charnier1998-01-072-12/+10
* Remove unused #include. Display if inetd started us in case of failure.charnier1998-01-072-10/+5
* Typos.charnier1998-01-071-3/+3
OpenPOWER on IntegriCloud