freebsd-dev/libexec
Xin LI 06eda379d4 64-bit clean + WARNS=6:
- Convert the (char *) cast+cast backs magic to
	  memcpy(3).  Without this, the resulting code
	  is potentially risky with higher optimization
	  levels.
	- Avoid same name when calling local variables,
	  as well as global symbols.  This reduces
	  confusion for both human and compiler.
	- Add necessary casts, consts
	- Use new style function defination.
	- Minor style.Makefile(5) tweak
	- Bump WARNS?= from 0 to 6

** for the aout code: changes are intentionally limited
   to ease maintaince.
2005-01-14 12:22:57 +00:00
..
atrun Fix a few cases that relied on 'implicit int' (constraint violation in C99). 2004-07-11 17:37:33 +00:00
bootpd Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
comsat
fingerd Mechanically kill hard sentence breaks. 2004-07-02 21:28:50 +00:00
ftp-proxy
ftpd Replace err(3) calls when in daemon mode by syslog(3), too. 2005-01-10 12:19:11 +00:00
getNAME Correct grammos. Added BUGS: may mishandle nonstandard manual pages, 2004-10-06 18:31:45 +00:00
getty Report once that the device isn't there, but keep trying. Don't 2004-09-29 20:55:14 +00:00
lukemftpd NOPAM -> NO_PAM 2004-12-21 12:49:24 +00:00
mail.local
makekey
mknetid
pppoed
pt_chown Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
rbootd Avoid accidental use of ANSI C trigraphs. 2004-08-21 07:23:41 +00:00
revnetgroup Mechanically kill hard sentence breaks. 2004-07-02 21:28:50 +00:00
rexecd Mechanically kill hard sentence breaks. 2004-07-02 21:28:50 +00:00
rlogind Mechanically kill hard sentence breaks. 2004-07-02 21:28:50 +00:00
rpc.rquotad
rpc.rstatd
rpc.rusersd
rpc.rwalld Mechanically kill hard sentence breaks. 2004-07-02 21:28:50 +00:00
rpc.sprayd
rshd Mechanically kill hard sentence breaks. 2004-07-02 21:28:50 +00:00
rtld-aout 64-bit clean + WARNS=6: 2005-01-14 12:22:57 +00:00
rtld-elf Implement a dummy atomic_cmpset_32(). It should be safe to use it in rtld as 2004-11-23 16:32:34 +00:00
save-entropy Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
smrsh
talkd
tcpd NOINET6 -> NO_INET6 2004-12-21 10:49:29 +00:00
telnetd NOCRYPT -> NO_CRYPT 2004-12-21 10:16:04 +00:00
tftpd Instead of "OpenFirmware", "openfirmware", etc. use the official spelling 2004-08-16 15:45:27 +00:00
ypxfr Remove definition of struct dom_binding, it's non-standard C code and 2004-10-17 19:33:33 +00:00
Makefile NODOCCOMPRESS -> NO_DOCCOMPRESS 2004-12-21 09:33:47 +00:00
Makefile.inc