| Commit message (Expand) | Author | Age | Files | Lines |
* | config(8): Allow escape-quoted empty strings | Kyle Evans | 2018-08-20 | 1 | -1/+1 |
* | config(8): Add `envvar` support | Kyle Evans | 2018-06-25 | 1 | -0/+10 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Don't free fnamebuf before we calling cfgfile_add(). This changes a | Don Lewis | 2016-05-16 | 1 | -2/+3 |
* | Fix kern/187712: config(8) does not respect KERNCONFDIR. | Alan Somers | 2014-03-20 | 1 | -0/+13 |
* | Work around build breakages with GCC 4.2. | Jung-uk Kim | 2013-05-23 | 1 | -0/+1 |
* | Improve compatibility with recent flex from flex.sourceforge.net. | Jung-uk Kim | 2013-05-03 | 1 | -3/+4 |
* | Don't generate input() since it's not used. | Rebecca Cran | 2010-11-22 | 1 | -0/+1 |
* | - Handle calloc() allocation failures. | Ruslan Ermilov | 2010-03-30 | 1 | -0/+3 |
* | ANSIfy almost all applications that use WARNS=6. | Ed Schouten | 2009-12-29 | 1 | -1/+1 |
* | Allow multiple makeoption lines to be used with the += operator, this permits | Andrew Thompson | 2008-11-22 | 1 | -0/+1 |
* | Allow kernel config files to include files other than those in the CWD, | David E. O'Brien | 2008-07-28 | 1 | -0/+6 |
* | Improve INCLUDE_CONFIG_FILE support. | Wojciech A. Koszek | 2007-05-12 | 1 | -0/+26 |
* | Add "makeoption" as an alias to "makeoptions", for symmetry. | Ruslan Ermilov | 2005-12-03 | 1 | -0/+1 |
* | By a popular demand, add "nomakeoptions" as an alias to "nomakeoption". | Ruslan Ermilov | 2005-11-03 | 1 | -0/+1 |
* | Implement the "nocpu" directive. | Ruslan Ermilov | 2005-11-03 | 1 | -0/+1 |
* | "device" and "nodevice" lines can actually specify more than one device | Dag-Erling Smørgrav | 2005-02-10 | 1 | -0/+2 |
* | If the file specified in an "include" line does not exist in the current | Dag-Erling Smørgrav | 2004-10-24 | 1 | -1/+9 |
* | We accept both "option" and "options" so also accept both "nooption" | Poul-Henning Kamp | 2004-10-12 | 1 | -0/+1 |
* | Kill count device support from config. I've changed the last few | Peter Wemm | 2004-08-30 | 1 | -17/+2 |
* | Per letter dated July 22, 1999, delete clause 3 from code directly | Warner Losh | 2004-08-07 | 1 | -4/+0 |
* | Add a new "files" directive, which allows to include a files.foo file directly | Olivier Houchard | 2004-05-09 | 1 | -0/+1 |
* | Implemented "nooption" and "nomakeoption" config(8) tokens. | Ruslan Ermilov | 2003-02-26 | 1 | -1/+3 |
* | Implemented a simple "nodevice" config(8) command that cancels | Ruslan Ermilov | 2003-02-15 | 1 | -1/+2 |
* | Clean up hex() and octal() to return and work with unsigned integers since | Juli Mallett | 2002-06-21 | 1 | -8/+8 |
* | Enable hardwiring of things like tunables from embedded enironments | Peter Wemm | 2001-08-27 | 1 | -0/+1 |
* | Introduce an "include" directive. It takes one argument, a filename | Dima Dorfman | 2001-07-12 | 1 | -0/+85 |
* | ${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS" | Peter Wemm | 2001-02-19 | 1 | -1/+1 |
* | Make it possible to specify profiling in the kernel config file. | Poul-Henning Kamp | 2000-10-14 | 1 | -0/+1 |
* | Borrow phk's axe and apply the next stage of config(8)'s evolution. | Peter Wemm | 2000-06-13 | 1 | -35/+9 |
* | Re-support "tape" as an alias for device and clean up a bit more cruft | Peter Wemm | 1999-11-09 | 1 | -1/+2 |
* | Add option "-d destdir" which instructs config to use another output | Marcel Moolenaar | 1999-10-30 | 1 | -1/+1 |
* | Further cleanup. Also remove the following unused or defunct tokens: | Peter Wemm | 1999-10-10 | 1 | -30/+0 |
* | Zap references to 'major' token, it's not used. | Peter Wemm | 1999-10-08 | 1 | -1/+1 |
* | Don't include trailing whitespace in ID tokens before comments. ie: | Peter Wemm | 1999-07-01 | 1 | -1/+2 |
* | Understand 'config kernelname' and pretend it was a | Peter Wemm | 1999-05-10 | 1 | -0/+1 |
* | config(8) lobotomy, please see commit msg in sys. | Poul-Henning Kamp | 1999-05-09 | 1 | -7/+1 |
* | Make options like NO_F00F_HACK work (with context sensitive lexical rules). | Luoqi Chen | 1999-04-27 | 1 | -12/+38 |
* | More cleanups, tweaks and features. | Peter Wemm | 1999-04-24 | 1 | -7/+7 |
* | Further cleanups. i386_ioconf.c and alpha_ioconf.c were essentially the | Peter Wemm | 1999-04-18 | 1 | -23/+7 |
* | Get out the blow torch and hack away all the unused stuff. Note that | Peter Wemm | 1999-04-17 | 1 | -3/+0 |
* | Removed unused/unusable "ha" keyword. Device classes should never have | Bruce Evans | 1998-10-16 | 1 | -2/+4 |
* | Scaffolding for High Availability code. The actual code will probably | Eivind Eklund | 1998-04-02 | 1 | -0/+1 |
* | Add isa_devtab_cam. | Justin T. Gibbs | 1997-09-21 | 1 | -0/+1 |
* | Use err(3), add usage(). -Wall clean. | Philippe Charnier | 1997-09-15 | 1 | -0/+9 |
* | Remove support for "port none" and "port auto", it gains nothing, | Andrey A. Chernov | 1997-03-28 | 1 | -2/+0 |
* | Backout yacc changes. | Poul-Henning Kamp | 1996-06-02 | 1 | -1/+1 |
* | yacc rule changes. | Poul-Henning Kamp | 1996-05-30 | 1 | -1/+1 |
* | Implemented a new keyword `disable'. This should be useful for controlling | Bruce Evans | 1996-04-13 | 1 | -7/+10 |