freebsd-dev/usr.sbin/config
Warner Losh 30f94bb497 Fix a bug introduced by DEFAULTS feature. When the config file
doesn't exist, we make a directory and then say "oops, that file isn't
there" leaving the directory behind.  Add a stat for the config file
so that we detect this before making the directory.  This is
semi-lame, but less lame than having this bug.
2008-04-10 22:57:54 +00:00
..
SMM.doc
config.5 Document multiple hints lines. 2006-10-24 00:44:40 +00:00
config.8 Improve INCLUDE_CONFIG_FILE support. 2007-05-12 19:38:18 +00:00
config.h Fix some problems that affect multiple file inclusion. Bruce found 2007-05-17 04:53:52 +00:00
config.y Spring forward into the late 1970's by following item 5 in the yacc 2007-12-25 06:22:33 +00:00
configvers.h Bump config(8) version and build requirement for config(8) to 600006. This 2007-05-13 02:36:41 +00:00
kernconf.tmpl Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make some 2007-05-16 16:08:04 +00:00
lang.l Improve INCLUDE_CONFIG_FILE support. 2007-05-12 19:38:18 +00:00
main.c Fix a bug introduced by DEFAULTS feature. When the config file 2008-04-10 22:57:54 +00:00
Makefile Fixed "make checkdpadd" (missing library dependencies). 2007-10-01 18:15:11 +00:00
mkheaders.c Clean some code that became obfuscated over the years: 2005-11-25 22:25:34 +00:00
mkmakefile.c Don't leak files. 2006-10-24 07:12:31 +00:00
mkoptions.c Use calloc() instead of zeroing the memory our own. 2006-06-07 01:43:26 +00:00