NetBSD/usr.bin/config
uwe 4e4935bba0 Include <sys/cdefs.h> and use __used on config[] instead of the ifdef dance.
Prevents gcc4 from g/c'ing embedded config from VAX kernels.
2006-10-29 23:00:44 +00:00
..
Makefile protect libutil with HOSTPROG 2006-08-29 16:54:03 +00:00
config.1 Reference config(5). Noted by perry@. 2006-06-04 20:07:52 +00:00
config.5 Fix typo. 2006-09-04 18:32:54 +00:00
config.samples.5 Set a more realistic date than the day I started writing it. 2006-06-04 20:06:14 +00:00
defs.h Coverity CID 175: Avoid memory leak; add new function to destroy a hash table. 2006-09-27 19:05:46 +00:00
files.c Coverity CID 175: Avoid memory leak; add new function to destroy a hash table. 2006-09-27 19:05:46 +00:00
gram.y Add support for specifying a default value on a 'defparam' line. 2006-09-04 06:45:14 +00:00
hash.c Coverity CID 175: Avoid memory leak; add new function to destroy a hash table. 2006-09-27 19:05:46 +00:00
main.c Include <sys/cdefs.h> and use __used on config[] instead of the ifdef dance. 2006-10-29 23:00:44 +00:00
mkdevsw.c Instead of trying to check the return value of every fprintf() and fputs() 2006-10-04 20:34:48 +00:00
mkheaders.c Instead of trying to check the return value of every fprintf() and fputs() 2006-10-04 20:34:48 +00:00
mkioconf.c Instead of trying to check the return value of every fprintf() and fputs() 2006-10-04 20:34:48 +00:00
mkmakefile.c Instead of trying to check the return value of every fprintf() and fputs() 2006-10-04 20:34:48 +00:00
mkswap.c Instead of trying to check the return value of every fprintf() and fputs() 2006-10-04 20:34:48 +00:00
pack.c Now that this is part of tools, we don't need the extra build glue. 2006-08-26 18:17:13 +00:00
scan.l Now that this is part of tools, we don't need the extra build glue. 2006-08-26 18:17:13 +00:00
sem.c Now that this is part of tools, we don't need the extra build glue. 2006-08-26 18:17:13 +00:00
sem.h Add 'no config <name>'. 2006-02-11 20:15:53 +00:00
util.c There isn't really any point in the 'union' for nv_str and nv_ptr, all it 2006-09-03 07:45:40 +00:00