NetBSD/libexec
lukem 171d653219 Overhaul how `build.sh tools' are used:
*	Rename "config.h" to "nbtool_config.h" and
	HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
	This makes in more obvious in the source when we're using
	tools/compat/config.h versus "standard autoconf" config.h

    *	Consistently move the inclusion of nbtool_config.h to before
    	<sys/cdefs.h> so that the former can provide __RCSID() (et al),
    	and there's no need to protect those macros any more.

These changes should make it easier to "tool-ify" a program by adding:
	#if HAVE_NBTOOL_CONFIG_H
	#include "nbtool_config.h"
	#endif
to the top of the source files (for the general case).
2003-10-27 00:12:41 +00:00
..
atrun netbsd.org->NetBSD.org 2003-07-26 19:24:24 +00:00
comsat realloc mistake. from openbsd 2003-09-19 05:33:15 +00:00
cron
fingerd Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'. 2003-09-07 16:22:20 +00:00
ftpd Move Jason Downs's code from a 4-clause to a 3-clause licence by 2003-10-13 15:36:33 +00:00
getNAME realloc mistake 2003-09-19 05:41:33 +00:00
getty Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:46:37 +00:00
hpropd libkrb depend on libdes 2003-08-18 07:23:45 +00:00
identd downgrade the accept error to a warning so that we don't exit if we are being 2003-09-14 22:38:23 +00:00
kadmind libkrb depends on libdes, patch in private mail from 2003-08-23 23:03:42 +00:00
kpasswdd
ld.aout_so Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
ld.elf_so Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
lfs_cleanerd realloc pedannt 2003-09-19 05:52:48 +00:00
mail.local Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:46:37 +00:00
makekey Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:46:37 +00:00
makewhatis Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
rexecd Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:46:37 +00:00
rlogind Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:46:37 +00:00
rmail realloc pedant 2003-09-19 06:01:24 +00:00
rpc.rquotad memset(0) ext_getq_args before use. Should fix bin/22592 by Mark Davies. 2003-09-20 22:25:29 +00:00
rpc.rstatd Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:46:37 +00:00
rpc.rusersd Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:46:37 +00:00
rpc.rwalld Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:46:37 +00:00
rpc.sprayd .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
rshd Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:46:37 +00:00
talkd Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:46:37 +00:00
telnetd realloc pedannt 2003-09-19 05:52:48 +00:00
tftpd Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:46:37 +00:00
utmp_update The following changes make ftpd able to remove its own entries. Ftpd 2003-02-26 18:16:50 +00:00
uucpd Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:46:37 +00:00
Makefile
Makefile.inc