| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the advertising clause from UCB copyrighted files in usr.sbin. This | Joel Dahl | 2010-12-11 | 1 | -4/+0 |
| * | Allow a kernel config to specify a set but empty value via | Ed Maste | 2010-09-13 | 1 | -0/+1 |
| * | Put warnings out to stderr rather than stdout. | Warner Losh | 2010-07-15 | 1 | -2/+4 |
| * | - Handle calloc() allocation failures. | Ruslan Ermilov | 2010-03-30 | 1 | -0/+10 |
| * | Allow multiple makeoption lines to be used with the += operator, this permits | Andrew Thompson | 2008-11-22 | 1 | -11/+19 |
| * | Allow kernel config files to include files other than those in the CWD, | David E. O'Brien | 2008-07-28 | 1 | -0/+6 |
| * | Spring forward into the late 1970's by following item 5 in the yacc | Warner Losh | 2007-12-25 | 1 | -51/+34 |
| * | Fix some problems that affect multiple file inclusion. Bruce found | Warner Losh | 2007-05-17 | 1 | -63/+17 |
| * | Improve INCLUDE_CONFIG_FILE support. | Wojciech A. Koszek | 2007-05-12 | 1 | -27/+82 |
| * | End my resistance to jmg's multiple hints files and bring in support | Warner Losh | 2006-10-24 | 1 | -5/+5 |
| * | style(9) pedantry | Warner Losh | 2006-10-24 | 1 | -7/+7 |
| * | Since multiple hints lines do not work, make doing that a fatal error. | Warner Losh | 2006-10-24 | 1 | -0/+3 |
| * | Remove unused variables. | Stefan Farfeleder | 2006-07-20 | 1 | -3/+1 |
| * | Use calloc() instead of zeroing the memory our own. | Xin LI | 2006-06-07 | 1 | -8/+4 |
| * | - Avoid adding devices multiple times to the device list. | Ruslan Ermilov | 2005-12-30 | 1 | -26/+62 |
| * | - Allow duplicate "machine" directives with the same arguments. | Ruslan Ermilov | 2005-11-27 | 1 | -2/+3 |
| * | Use the eq() macro for comparing strings (style), and remove a "break" | Ruslan Ermilov | 2005-11-03 | 1 | -5/+4 |
| * | Implement the "nocpu" directive. | Ruslan Ermilov | 2005-11-03 | 1 | -0/+12 |
| * | Optionally include a DEFAULTS config file if it is present in the current | John Baldwin | 2005-10-27 | 1 | -0/+16 |
| * | Allow one to specify a second parameter to the machine line. This | Warner Losh | 2005-04-01 | 1 | -0/+9 |
| * | Allow multiple devices to be specified on one device / nodevice line. | Dag-Erling Smørgrav | 2004-10-24 | 1 | -7/+27 |
| * | Kill count device support from config. I've changed the last few | Peter Wemm | 2004-08-30 | 1 | -12/+2 |
| * | Add a new "files" directive, which allows to include a files.foo file directly | Olivier Houchard | 2004-05-09 | 1 | -0/+19 |
| * | Fixed spurious syntax errors for including files that don't begin with | Bruce Evans | 2003-11-14 | 1 | -3/+4 |
| * | Disallow multiple 'machine' directives in a kernel configuration | Joseph Koshy | 2003-07-06 | 1 | -0/+3 |
| * | Implemented "nooption" and "nomakeoption" config(8) tokens. | Ruslan Ermilov | 2003-02-26 | 1 | -2/+11 |
| * | Allow for boolean make options (``makeoptions NO_MODULES''). | Ruslan Ermilov | 2003-02-21 | 1 | -1/+4 |
| * | Implemented a simple "nodevice" config(8) command that cancels | Ruslan Ermilov | 2003-02-15 | 1 | -0/+47 |
| * | Convert to using <sys/queue.h> macros. | Ruslan Ermilov | 2003-02-15 | 1 | -15/+6 |
| * | Enable hardwiring of things like tunables from embedded enironments | Peter Wemm | 2001-08-27 | 1 | -0/+8 |
| * | Introduce an "include" directive. It takes one argument, a filename | Dima Dorfman | 2001-07-12 | 1 | -8/+15 |
| * | Futher cleanups. Since we have two options lists, one for proper options | Peter Wemm | 2001-02-22 | 1 | -18/+9 |
| * | Collect together a handful of copies of the option generator code into a | Peter Wemm | 2001-02-22 | 1 | -55/+29 |
| * | ${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS" | Peter Wemm | 2001-02-19 | 1 | -2/+2 |
| * | Remove the need to list each and every cpu platform. Config will now | Peter Wemm | 2001-02-04 | 1 | -17/+1 |
| * | Unwind a bit more cruft - we only have one type of device now. | Peter Wemm | 2001-01-31 | 1 | -3/+0 |
| * | Add support for configuring PowerPC kernels. | Benno Rice | 2001-01-22 | 1 | -0/+3 |
| * | Clean up some obsolete stuff. config -r has not been needed since around | Peter Wemm | 2001-01-22 | 1 | -8/+5 |
| * | Implement option strings that we can use in #ifdefs (where unavoidable) | Peter Wemm | 2001-01-19 | 1 | -0/+25 |
| * | Make it possible to specify profiling in the kernel config file. | Poul-Henning Kamp | 2000-10-14 | 1 | -0/+3 |
| * | Add ia64 support. | Doug Rabson | 2000-09-29 | 1 | -0/+3 |
| * | If a ${KERNEL}.hints file exists, and no hints are specified explicitly, | Peter Wemm | 2000-08-25 | 1 | -1/+5 |
| * | Borrow phk's axe and apply the next stage of config(8)'s evolution. | Peter Wemm | 2000-06-13 | 1 | -229/+20 |
| * | Mark the 'conflicts' keyword as obsolete, and don't generate (unused) | Peter Wemm | 2000-01-29 | 1 | -2/+3 |
| * | Remove the cam-specific device wiring code. This was a duplicate of | Peter Wemm | 2000-01-23 | 1 | -6/+0 |
| * | Clean up something in config(8) that has annoyed me for ages. Remove | Peter Wemm | 2000-01-23 | 1 | -11/+15 |
| * | Apply the axe to some more cruft in config(8). In particular: | Peter Wemm | 2000-01-08 | 1 | -86/+34 |
| * | Re-support "tape" as an alias for device and clean up a bit more cruft | Peter Wemm | 1999-11-09 | 1 | -2/+11 |
| * | Add option "-d destdir" which instructs config to use another output | Marcel Moolenaar | 1999-10-30 | 1 | -2/+2 |
| * | Further cleanup. Also remove the following unused or defunct tokens: | Peter Wemm | 1999-10-10 | 1 | -70/+9 |