aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove lfs_cleanerdPoul-Henning Kamp1998-01-307-1831/+0
* Disable lfs_cleanerdPoul-Henning Kamp1998-01-301-2/+2
* Merged just enough files from Lite2 in lfs_cleanerd to convert fromBruce Evans1998-01-203-48/+145
* Make these programs compile and work correctly now that /usr/include/rpcsvcBill Paul1998-01-193-35/+58
* Removed most unused includes of <net/if_var.h> outside the kernel.Bruce Evans1998-01-161-2/+1
* Add missing dot.Philippe Charnier1998-01-071-2/+2
* Remove unused #includes and make it compile again with -DDEBUG. Use syslog()Philippe Charnier1998-01-072-12/+10
* Remove unused #include. Display if inetd started us in case of failure.Philippe Charnier1998-01-072-10/+5
* Typos.Philippe Charnier1998-01-071-3/+3
* Typo fix: bootgw -> bootpgwMasafumi Max NAKANE1997-12-291-2/+2
* style(9) nitsWarner Losh1997-12-261-2/+3
* sprintf->snprintf paranoiaWarner Losh1997-12-241-4/+4
* Be extra paranoid about the length of data returned from gethostbyaddr orWarner Losh1997-12-241-2/+2
* sprintf->snprintf paranoia. The one thing that looks like a hole inWarner Losh1997-12-241-7/+8
* Various sprintf -> snprintf fixes.Warner Losh1997-12-242-9/+12
* Use snprintf rather than printf out of paranoiaWarner Losh1997-12-245-9/+10
* Typo.Philippe Charnier1997-12-181-2/+2