summaryrefslogtreecommitdiff
path: root/usr.sbin/config/gram.y
AgeCommit message (Collapse)Author
2004-01-04Wall and spacing, I am hunting bugsTheo de Raadt
2003-06-28ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmeiTheo de Raadt
2003-06-11some ansification, some de-registerTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-05-30snprintf in .y filesTheo de Raadt
2002-05-29more strlcat and strlcpyTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-01-23Allow entries like "foo at bar enable", which override previousAngelos D. Keromytis
entries like "foo bar bar disable"; useful for kernel config lamers like myself who don't like to use 'config -e' or 'bsd -c' to manually enable USB. Tested with uhci/ohci on i386.
2000-01-04Add rmoption/rmoptions; useful for people who want a slightlyAngelos D. Keromytis
modified version of GENERIC.
1997-11-13from mycroft;Theo de Raadt
Allow options and makeoptions to take an empty string as a value. Add `object' and `library' keywords to pull in precompiled .o and .a files. Syntax is like the `file' keyword; e.g.: object arch/i386/i386/mumble.o [mumble] [needs-flag] Largely from Michael Richardson in PR 3833, with some changes by me.
1997-07-06Add defopt support, from NetBSD; thorpej (I think, I don't have the commitJason Downs
message).
1997-01-18Sync. with current NetBSD--keeping local changes.briggs
1996-10-23Merge of NetBSD 961020. Includes flexible build/source dir specsNiklas Hallqvist
1996-09-12set maxpartitions to machine default.Michael Shalayeff
fix shift/reduce conflicts in grammar (i'm ukrainian, not else ;)
1996-07-07Add support for allowing disabled devices in a config file. e.g.Mats O Jansson
ep0 at isa? disable port ? irq ? disable must be placed before any attribute for the device. /moj
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-25From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt