summaryrefslogtreecommitdiff
path: root/usr.sbin/config
AgeCommit message (Expand)Author
2000-06-09do that previous differently. only allow redefinitions if: in differentcgd
2000-06-08Allow MD files files to override settings in MI files files. (From Chris Tor...eeh
2000-05-09If maxusers is out of bounds, show the allowed bounts in the error msg.hubertf
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-02-01Emit `.MAIN: all' to force the target `all' as default target.enami
2000-01-25Please pay an attention to the existing code and not to introduceenami
2000-01-23Keeping my kernel config files under RCS control, I always wished tohubertf
2000-01-20Allow abolute pathnames as prefixes.thorpej
2000-01-05print a warning if a "cinclude"d file cannot be opened and the -v flagdrochner
1999-12-20Fix typo in comment.nathanw
1999-09-24Fix the path of ioconf.incl.$MACHINE using sourcepath(). This is partenami
1999-09-24Remove redundant declaration of firstfile().enami
1999-09-22Allow mutual dependencies.ws
1999-09-21Fix grammar, as pointed out by Olaf Seibert.is
1999-08-19Clean up flex output (gram.[ch]).hubertf
1999-07-31If unlink() fails w/ ENOENT, don't display an error message.thorpej
1999-07-29Don't ignore the return value of two unlink() commands, and printhubertf
1999-07-09Fix bug in previous; allprefixes didn't work if there were multiple prefixes.thorpej
1999-07-09Make the outputted INCLUDES directives a bit more cosmetically appealing.thorpej
1999-07-09clean up a bit after jason :)mrg
1999-07-09Add a mechanism to specify prefixes that are transparently prependedthorpej
1999-07-09Nuke the work-around for non-normalized include paths. They have allthorpej
1999-07-07Add a mechanism for files.* files to be included, in the kernel configurationthorpej
1999-05-23Allow absolute path names for `object' files.mycroft
1999-04-02Make this build on Solaris (make -f Makefile.boot)gwr
1999-03-30Output a dependency on `newvers' for *every* kernel. It only gets run at mostmycroft
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-02-08Mention -v in usage. Fixes PR 6262 by Erik Bertelsen.mjl
1999-01-21Lennart Augustsson's multi-valued locator code.pk
1998-10-16- rename err -> herr so that we don't conflict with libcchristos
1998-10-05Eliminate a memory leak.itohy
1998-08-30Emit device name to device major number table.pk
1998-08-06NetBSD doesn't support the tahoe.tv
1998-06-30Fix braino.jonathan
1998-06-30* Check that any declared option (def{opt,param,flag}, filesystemjonathan
1998-06-28Add and document the -v flag, and only print option-related warningsscottr
1998-06-24Stronger checking of options:jonathan
1998-06-10Implement option dependencies as part of the defopt action. We currentlyscottr
1998-05-22Add missing colon in error message.tv
1998-05-01Add CLEANFILES+=gram.h as noticed by tron (PR 5383)tv
1998-04-16Make the yacc rules work on 1.3 as well as -current without updating thetv
1998-04-09.y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,tv
1998-02-20Fix a think'o that caused "config netbsd root on ? type ffs" to fail.thorpej
1998-02-19Fix a few semantic problems wrt. file-system, deffs, and options, pointedthorpej
1998-02-19Add a "deffs" keyword, similar to "defopt", that defines file systems.thorpej
1998-02-18Emit the default set of file systems as vfs_list_initial[].thorpej
1998-02-16Rather than using a separate "class" keyword, treat device classes likethorpej
1998-01-14Remove redundant assignment.enami
1998-01-12Add code to emit the cfdriver structures into ioconf.c. This requiresthorpej
1998-01-09RCS Id Police.perry