aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Clean up grammar. Provide proper pathnames for spool directories.Joseph Koshy1998-07-011-13/+15
* Fixed printf format errors.Bruce Evans1998-06-303-8/+10
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+4
* Don't assume that time_t is long. Fixed printf format errors.Bruce Evans1998-06-291-5/+5
* Since I got no objections to this patch, and no one has offered anyStephen McKay1998-06-211-1/+70
* Fix stupid typo, I had only tested this in elf mode.Peter Wemm1998-06-121-2/+2
* Only build rtld-aout if we're in an a.out build environment.Peter Wemm1998-06-121-2/+5
* Activate libbindPeter Wemm1998-06-111-1/+2
* Spelling fixes.Poul-Henning Kamp1998-06-101-2/+2
* Search for libraries in dlopen() when the specified pathBrian Somers1998-06-073-8/+13
* named-xfer can't be linked static due to the duplicated symbols inJohn Birrell1998-06-061-4/+4
* Mention that syslog.conf(5) does not log LOG_FTP messages by default.Joseph Koshy1998-06-051-2/+6
* Use gethostname(3) to obtain the local host name, as opposed to uname(3).Joerg Wunsch1998-06-031-5/+4
* signal() returns SIG_ERR on error, not int.John Birrell1998-06-031-4/+4
* Spelling corrections.Joseph Koshy1998-06-031-3/+3
* SUBDIR += rtld-aoutPeter Wemm1998-06-011-2/+5
* Seperate the Paul Kranenburg a.out rtld stuff into a stand-alone area awayPeter Wemm1998-06-011-5/+3
* ELF preparation step 2:Søren Schmidt1998-05-262-4/+4
* Make ftpd(8) honor its default group setting in the config files.Steve Price1998-05-251-7/+16
* Back out "always UTC" fix since some people want visually identical 'ls'Andrey A. Chernov1998-05-181-4/+10
* Return back initial tzset() must be before first chrootAndrey A. Chernov1998-05-161-1/+3
* Return back vfork and use execve with TZ="" environment in vfork caseAndrey A. Chernov1998-05-151-5/+7
* Use fork instead of vfork since setenv clobber parent environmentAndrey A. Chernov1998-05-151-4/+2
* Move TZ="" assignment just before exec to not touch other time stuffAndrey A. Chernov1998-05-152-5/+4
* Do TZ= as first thing, since FTP protocol is unable to tell zone offset inAndrey A. Chernov1998-05-151-2/+3
* NetBSD kernels don't support TCP_NOPUSH, so on alpha don't try settingJohn Birrell1998-05-151-1/+3
* Remove a bogus prototype for time() and let time.h do that.John Birrell1998-05-141-6/+5
* Fixed missing dependencies on headers generated by rpcgen, as usual.Bruce Evans1998-05-101-8/+10
* Replace _exit() with exit()Robert Nordier1998-05-051-2/+2
* Fix typo.Robert Nordier1998-05-051-2/+2
* Simplified by using new yacc rules and by not generating y.tab.h.Bruce Evans1998-05-041-4/+3
* Argh, forgot to commit the update here for bind-8.. Sorry folks...Peter Wemm1998-05-041-12/+6
* Clarify use of 'if' capability.Steve Price1998-05-042-6/+32
* Avoid stairstep effect on output of 'if=...' file.Steve Price1998-05-031-2/+6
* Add support for ldd.Doug Rabson1998-05-011-5/+106
* Add GDB support. The method and some of the code came from NetBSD's elfDoug Rabson1998-04-303-22/+102
* Set TCP_NODELAY on the control channel to improve performance a bit.David Greenman1998-04-281-1/+8
* Fixed a bug where if MAXUSRARGS amount of args were passed in, the argv[]David Greenman1998-04-271-2/+4
* telnetd does not recognize the if (display file before login) gettytab flag.Poul-Henning Kamp1998-04-261-1/+19
* PR: misc/4679Gene Stark1998-04-181-1/+2
* openlog() needs to have LOG_NDELAY added, or else the syslog() calls afterPoul-Henning Kamp1998-04-121-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-192-4/+4
* .Sh AUTHOR -. .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-192-4/+4
* Enable rtld-elf when building an ELF system on the i386.John Polstra1998-03-071-1/+5
* Import the ELF dynamic linker. This is the ElfKit version withJohn Polstra1998-03-0710-0/+2486
* PR: 5812Daniel O'Callaghan1998-02-251-1/+5
* Make ftpd log IP-addresses in addition to hostnames.Eivind Eklund1998-02-241-2/+3
* MFS.David E. O'Brien1998-02-181-2/+7
* Implement dladdr.John Polstra1998-02-061-4/+94
* Convert to mdoc. Header -> Id. Typo.Philippe Charnier1998-02-032-395/+394