NetBSD/libexec
christos 94faea123b - fix whitespace nits.
- change error checking philosophy: instead of returning errors to the
  upper layer only to fail silently and exit there, or die of unexpected
  NULL pointers bail out and print an error immediately. Add emalloc/estrdup
  to simplify. This change removed a bunch of code.
- fix size_t/int confusion
- cast argument to isspace(3) to unsigned char
- ? : statement is not an lvalue, so don't take its address.
- unlink the file before we open it, because we chmod it to readonly.
- misc KNF
2002-01-11 18:33:03 +00:00
..
atrun
comsat ignore trailing newline which is included in the message from mail.local. 2001-04-02 14:57:37 +00:00
cron
fingerd
ftpd remove extraneous ": " from message 2001-12-12 08:13:33 +00:00
getNAME convert to use getprogname() 2001-02-19 22:43:42 +00:00
getty PR/14941: David Querbach: add support for non-standard MS-Windows PPP client. 2001-12-14 15:06:13 +00:00
hpropd Readability cleanups; MKfoo=no -> NOfoo. 2001-12-12 00:51:00 +00:00
identd Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
kadmind Readability cleanups; MKfoo=no -> NOfoo. 2001-12-12 00:51:00 +00:00
kfd Readability cleanups; MKfoo=no -> NOfoo. 2001-12-12 00:51:00 +00:00
kpasswdd Readability cleanups; MKfoo=no -> NOfoo. 2001-12-12 00:51:00 +00:00
ld.aout_so "than" instead of "then". 2001-11-21 19:14:19 +00:00
ld.elf_so Do not attempt to relocate any pltrela entries that are not JMP_SLOT on sparc64. 2002-01-06 03:54:42 +00:00
lfs_cleanerd daemon(3) should be used prior to file descriptor setups. 2002-01-11 05:18:11 +00:00
mail.local Sync getopt() / man page with actual getopt options. 2001-12-20 20:10:33 +00:00
makekey include stdlib.h for prototypes (typically for exit()). 2001-01-16 02:44:43 +00:00
makewhatis - fix whitespace nits. 2002-01-11 18:33:03 +00:00
rexecd va_{start,end} audit: 2001-09-24 13:22:25 +00:00
rlogind Actually, it's ttyaction, note the silent 't' ;) 2001-04-04 09:56:31 +00:00
rmail Sync getopt() / man page with actual getopt options. 2001-12-20 20:10:33 +00:00
rpc.rquotad
rpc.rstatd
rpc.rusersd
rpc.rwalld
rpc.sprayd consistently use exit instead of return in main() 2001-01-10 01:57:51 +00:00
rshd va_{start,end} audit: 2001-09-24 13:22:25 +00:00
talkd PR/5631: Rumi Szabolcs: Make talk work without COMPAT43 2001-09-27 14:38:58 +00:00
telnetd Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
tftpd __ss_{len,family} hack is no longer necessary 2001-11-19 03:20:45 +00:00
uucpd support non-IPv4 address families (in fact, IPv6). 2001-11-21 10:26:22 +00:00
Makefile
Makefile.inc