| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow multiple makeoption lines to be used with the += operator, this permits | thompsa | 2008-11-22 | 1 | -11/+19 |
* | Allow kernel config files to include files other than those in the CWD, | obrien | 2008-07-28 | 1 | -0/+6 |
* | Spring forward into the late 1970's by following item 5 in the yacc | imp | 2007-12-25 | 1 | -51/+34 |
* | Fix some problems that affect multiple file inclusion. Bruce found | imp | 2007-05-17 | 1 | -63/+17 |
* | Improve INCLUDE_CONFIG_FILE support. | wkoszek | 2007-05-12 | 1 | -27/+82 |
* | End my resistance to jmg's multiple hints files and bring in support | imp | 2006-10-24 | 1 | -5/+5 |
* | style(9) pedantry | imp | 2006-10-24 | 1 | -7/+7 |
* | Since multiple hints lines do not work, make doing that a fatal error. | imp | 2006-10-24 | 1 | -0/+3 |
* | Remove unused variables. | stefanf | 2006-07-20 | 1 | -3/+1 |
* | Use calloc() instead of zeroing the memory our own. | delphij | 2006-06-07 | 1 | -8/+4 |
* | - Avoid adding devices multiple times to the device list. | ru | 2005-12-30 | 1 | -28/+64 |
* | - Allow duplicate "machine" directives with the same arguments. | ru | 2005-11-27 | 1 | -2/+3 |
* | Use the eq() macro for comparing strings (style), and remove a "break" | ru | 2005-11-03 | 1 | -5/+4 |
* | Implement the "nocpu" directive. | ru | 2005-11-03 | 1 | -0/+12 |
* | Optionally include a DEFAULTS config file if it is present in the current | jhb | 2005-10-27 | 1 | -0/+16 |
* | Allow one to specify a second parameter to the machine line. This | imp | 2005-04-01 | 1 | -0/+9 |
* | Allow multiple devices to be specified on one device / nodevice line. | des | 2004-10-24 | 1 | -7/+27 |
* | Kill count device support from config. I've changed the last few | peter | 2004-08-30 | 1 | -12/+2 |
* | Add a new "files" directive, which allows to include a files.foo file directly | cognet | 2004-05-09 | 1 | -0/+19 |
* | Fixed spurious syntax errors for including files that don't begin with | bde | 2003-11-14 | 1 | -3/+4 |
* | Disallow multiple 'machine' directives in a kernel configuration | jkoshy | 2003-07-06 | 1 | -0/+3 |
* | Implemented "nooption" and "nomakeoption" config(8) tokens. | ru | 2003-02-26 | 1 | -2/+11 |
* | Allow for boolean make options (``makeoptions NO_MODULES''). | ru | 2003-02-21 | 1 | -1/+4 |
* | Implemented a simple "nodevice" config(8) command that cancels | ru | 2003-02-15 | 1 | -0/+47 |
* | Convert to using <sys/queue.h> macros. | ru | 2003-02-15 | 1 | -15/+6 |
* | Enable hardwiring of things like tunables from embedded enironments | peter | 2001-08-27 | 1 | -0/+8 |
* | Introduce an "include" directive. It takes one argument, a filename | dd | 2001-07-12 | 1 | -8/+15 |
* | Futher cleanups. Since we have two options lists, one for proper options | peter | 2001-02-22 | 1 | -18/+9 |
* | Collect together a handful of copies of the option generator code into a | peter | 2001-02-22 | 1 | -55/+29 |
* | ${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS" | peter | 2001-02-19 | 1 | -2/+2 |
* | Remove the need to list each and every cpu platform. Config will now | peter | 2001-02-04 | 1 | -17/+1 |
* | Unwind a bit more cruft - we only have one type of device now. | peter | 2001-01-31 | 1 | -3/+0 |
* | Add support for configuring PowerPC kernels. | benno | 2001-01-22 | 1 | -0/+3 |
* | Clean up some obsolete stuff. config -r has not been needed since around | peter | 2001-01-22 | 1 | -8/+5 |
* | Implement option strings that we can use in #ifdefs (where unavoidable) | peter | 2001-01-19 | 1 | -0/+25 |
* | Make it possible to specify profiling in the kernel config file. | phk | 2000-10-14 | 1 | -0/+3 |
* | Add ia64 support. | dfr | 2000-09-29 | 1 | -0/+3 |
* | If a ${KERNEL}.hints file exists, and no hints are specified explicitly, | peter | 2000-08-25 | 1 | -1/+5 |
* | Borrow phk's axe and apply the next stage of config(8)'s evolution. | peter | 2000-06-13 | 1 | -230/+21 |
* | Mark the 'conflicts' keyword as obsolete, and don't generate (unused) | peter | 2000-01-29 | 1 | -2/+3 |
* | Remove the cam-specific device wiring code. This was a duplicate of | peter | 2000-01-23 | 1 | -6/+0 |
* | Clean up something in config(8) that has annoyed me for ages. Remove | peter | 2000-01-23 | 1 | -11/+15 |
* | Apply the axe to some more cruft in config(8). In particular: | peter | 2000-01-08 | 1 | -86/+34 |
* | Re-support "tape" as an alias for device and clean up a bit more cruft | peter | 1999-11-09 | 1 | -2/+11 |
* | Add option "-d destdir" which instructs config to use another output | marcel | 1999-10-30 | 1 | -2/+2 |
* | Further cleanup. Also remove the following unused or defunct tokens: | peter | 1999-10-10 | 1 | -70/+9 |
* | Zap references to 'major' token, it's not used. | peter | 1999-10-08 | 1 | -1/+1 |
* | Understand 'config kernelname' and pretend it was a | peter | 1999-05-10 | 1 | -0/+28 |
* | Put on my viking helmet from the closet, and get out the war axe and | peter | 1999-05-09 | 1 | -36/+1 |
* | config(8) lobotomy, please see commit msg in sys. | phk | 1999-05-09 | 1 | -365/+1 |