| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvs | cvs2svn | 2005-05-07 | 1 | -1/+1 |
| * | 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/+7 |
| * | Convert to using <sys/queue.h> macros. | Ruslan Ermilov | 2003-02-15 | 1 | -10/+17 |
| * | Commit some infrastructure for turning on -Werror for kernel compiles. | Peter Wemm | 2002-02-20 | 1 | -0/+1 |
| * | Enable hardwiring of things like tunables from embedded enironments | Peter Wemm | 2001-08-27 | 1 | -0/+2 |
| * | Introduce an "include" directive. It takes one argument, a filename | Dima Dorfman | 2001-07-12 | 1 | -0/+1 |
| * | newbus_ioconf() is long gone | Peter Wemm | 2001-02-28 | 1 | -1/+0 |
| * | Some more tidying up. we dont use config-dependent anyware. Eliminate | Peter Wemm | 2001-02-28 | 1 | -7/+5 |
| * | s/special/compilewith/ (so I stop confusing myself) and GC an unused | Peter Wemm | 2001-02-28 | 1 | -1/+1 |
| * | Collect together a handful of copies of the option generator code into a | Peter Wemm | 2001-02-22 | 1 | -1/+0 |
| * | ${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 | -6/+0 |
| * | Unwind a bit more cruft - we only have one type of device now. | Peter Wemm | 2001-01-31 | 1 | -1/+1 |
| * | Redo the stray header file cleanup code to not depend on timestamps | Peter Wemm | 2001-01-31 | 1 | -0/+1 |
| * | Add support for configuring PowerPC kernels. | Benno Rice | 2001-01-22 | 1 | -0/+1 |
| * | Add ia64 support. | Doug Rabson | 2000-09-29 | 1 | -0/+1 |
| * | If a ${KERNEL}.hints file exists, and no hints are specified explicitly, | Peter Wemm | 2000-08-25 | 1 | -0/+1 |
| * | Borrow phk's axe and apply the next stage of config(8)'s evolution. | Peter Wemm | 2000-06-13 | 1 | -28/+13 |
| * | A checkpoint of a part of a work-in-progress. Some more cleanups for | Peter Wemm | 2000-06-10 | 1 | -2/+2 |
| * | Mark the 'conflicts' keyword as obsolete, and don't generate (unused) | Peter Wemm | 2000-01-29 | 1 | -1/+0 |
| * | Remove the cam-specific device wiring code. This was a duplicate of | Peter Wemm | 2000-01-23 | 1 | -2/+0 |
| * | Apply the axe to some more cruft in config(8). In particular: | Peter Wemm | 2000-01-08 | 1 | -4/+4 |
| * | Add a 'warning' option for the files* files. This is intended to enable | Peter Wemm | 1999-12-12 | 1 | -0/+1 |
| * | Re-support "tape" as an alias for device and clean up a bit more cruft | Peter Wemm | 1999-11-09 | 1 | -1/+0 |
| * | Add option "-d destdir" which instructs config to use another output | Marcel Moolenaar | 1999-10-30 | 1 | -2/+1 |
| * | Further cleanup. Also remove the following unused or defunct tokens: | Peter Wemm | 1999-10-10 | 1 | -2/+3 |
| * | Delete special handling for 'device-driver' suffix, it's not used in | Peter Wemm | 1999-07-03 | 1 | -6/+5 |
| * | Put on my viking helmet from the closet, and get out the war axe and | Peter Wemm | 1999-05-09 | 1 | -8/+3 |
| * | We don't have composite devices here either. | Peter Wemm | 1999-05-09 | 1 | -18/+2 |
| * | config(8) lobotomy, please see commit msg in sys. | Poul-Henning Kamp | 1999-05-09 | 1 | -14/+1 |
| * | More cleanups, tweaks and features. | Peter Wemm | 1999-04-24 | 1 | -12/+2 |
| * | Further cleanups. i386_ioconf.c and alpha_ioconf.c were essentially the | Peter Wemm | 1999-04-18 | 1 | -15/+16 |
| * | Get out the blow torch and hack away all the unused stuff. Note that | Peter Wemm | 1999-04-17 | 1 | -34/+20 |
| * | Reviewed by: Doug Rabson | Nicolas Souchu | 1998-09-03 | 1 | -0/+2 |
| * | Add (mostly stub) alpha support. Incidentally, it doesn't build on stable | Doug Rabson | 1998-06-09 | 1 | -0/+1 |
| * | Support PC-98 machine. | KATO Takenori | 1998-05-02 | 1 | -0/+1 |
| * | Style police service brought to you by: bde | Eivind Eklund | 1998-02-19 | 1 | -2/+2 |
| * | Make '-n' the default, and introduce a new flag '-r' to get old | Eivind Eklund | 1998-02-18 | 1 | -0/+3 |
| * | Allow for a keyword in the "files" file named "mandatory". The first | Joerg Wunsch | 1997-10-28 | 1 | -0/+2 |
| * | Remove support for "port none" and "port auto", it gains nothing, | Andrey A. Chernov | 1997-03-28 | 1 | -2/+0 |
| * | Add #define's for port "none" and "auto" | Andrey A. Chernov | 1997-03-26 | 1 | -0/+2 |
| * | Bugfix: all device counts >= 256 was broken, they truncated by % 255 | Andrey A. Chernov | 1996-08-21 | 1 | -1/+1 |
| * | Implemented a new keyword `disable'. This should be useful for controlling | Bruce Evans | 1996-04-13 | 1 | -0/+1 |
| * | Make a little more effort to avoid touching certain generated files if | Peter Wemm | 1996-01-12 | 1 | -0/+1 |
| * | Implement support for conf/options and i386/conf/options.i386 | Peter Wemm | 1995-12-11 | 1 | -0/+9 |
| * | Killed TIMEZONE, DST, and HZ keywords. They have generated a config error | David Greenman | 1995-06-29 | 1 | -2/+0 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -1/+1 |
| * | Add a new `conflicts' flag for telling when a device is in conflict with | Jordan K. Hubbard | 1995-05-11 | 1 | -0/+1 |
| * | Added configuration for SCSI devices wired in place. The documentation | Peter Dufault | 1995-03-01 | 1 | -0/+3 |