NetBSD/usr.bin/config
cube ac24e16176 Introduce two new statements:
obsolete defflag <option> [, <option> [, ...]]
    obsolete defparam <option> [, <option> [, ...]]

The two statements actually do the same thing (there could be only one),
but it makes things less cryptic that way.  The optional ": deps" part of
a 'defflag' or 'defparam' still has to be dropped when it gets obsoleted.

When the user has 'options OBSOLETE_OPTION' in his configuration file, it
is ignored (that is, opt_*.h files are generated as if it wasn't there),
and the user gets a warning about it.

Bump version to 20060525.

When someone first uses that syntax in the tree, a "version 20060525"
statement should be added before its occurrence, preferably at the top
of sys/conf/files.

Suggested by Matt Thomas a few months ago.
2006-05-25 22:28:38 +00:00
..
config.1
defs.h Introduce two new statements: 2006-05-25 22:28:38 +00:00
files.c Remove special hack for swapnetbsd.c when generating the makefile. 2005-11-07 03:26:20 +00:00
gram.y Introduce two new statements: 2006-05-25 22:28:38 +00:00
hash.c
main.c Introduce two new statements: 2006-05-25 22:28:38 +00:00
Makefile Remove bogus BINDIR assignment. 2005-06-06 06:12:09 +00:00
Makefile.boot
mkdevsw.c allow configuration without swap. 2005-07-30 06:40:30 +00:00
mkheaders.c Introduce two new statements: 2006-05-25 22:28:38 +00:00
mkioconf.c o Keep track of negated devices in deaddevitab 2005-10-01 23:30:37 +00:00
mkmakefile.c Proper resource handling in mkmakefile(). 2006-03-19 16:27:13 +00:00
mkswap.c
pack.c o Keep track of negated devices in deaddevitab 2005-10-01 23:30:37 +00:00
scan.l Introduce two new statements: 2006-05-25 22:28:38 +00:00
sem.c Fix a broken conditional that confused coverity. It cannot happen, anyway. 2006-03-29 09:16:36 +00:00
sem.h Add 'no config <name>'. 2006-02-11 20:15:53 +00:00
strerror.c
util.c - Keep track of the file in which we find the device instance 2005-10-04 12:35:00 +00:00