| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r180922/181687: allow kernel config files to include files other | David E. O'Brien | 2008-08-13 | 2 | -0/+10 |
| * | MFC r175163: | Ed Maste | 2008-06-27 | 1 | -0/+18 |
| * | MFC: 1.45: | Ruslan Ermilov | 2006-10-27 | 1 | -14/+14 |
| * | MFC: "nocpu" and "nomakeoptions" directives. | Ruslan Ermilov | 2005-12-01 | 2 | -0/+14 |
| * | MFC: Sync config(8) with HEAD: | John Baldwin | 2005-10-28 | 5 | -7/+39 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-07-11 | 1 | -354/+0 |
| * | Ask that "make cleandepend" be run before "make depend", now that | Ruslan Ermilov | 2005-04-22 | 1 | -1/+1 |
| * | Allow one to specify a second parameter to the machine line. This | Warner Losh | 2005-04-01 | 4 | -3/+28 |
| * | style(9) nits | Warner Losh | 2005-03-30 | 1 | -2/+3 |
| * | Unstaticize config. It was being optimized away. | Dag-Erling Smørgrav | 2005-03-27 | 1 | -1/+1 |
| * | Bump the version number for the addition of devices / nodevices. | Dag-Erling Smørgrav | 2005-02-10 | 1 | -1/+1 |
| * | Fully document (no)?(device|option)s?. | Dag-Erling Smørgrav | 2005-02-10 | 1 | -17/+23 |
| * | "device" and "nodevice" lines can actually specify more than one device | Dag-Erling Smørgrav | 2005-02-10 | 1 | -0/+2 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -2/+2 |
| * | The ioconf.c is no longer generated. | Ruslan Ermilov | 2004-12-16 | 1 | -4/+1 |
| * | Allow multiple devices to be specified on one device / nodevice line. | Dag-Erling Smørgrav | 2004-10-24 | 1 | -7/+27 |
| * | 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 | 6 | -205/+12 |
| * | Per letter dated July 22, 1999, delete clause 3 from code directly | Warner Losh | 2004-08-07 | 7 | -28/+0 |
| * | Static device counts will not be supported in 6.x so place the generated | Brooks Davis | 2004-06-30 | 1 | -0/+2 |
| * | Assorted markup, spelling, and grammar fixes. | Ruslan Ermilov | 2004-06-16 | 1 | -2/+3 |
| * | Document the "files" directive. | Olivier Houchard | 2004-05-13 | 1 | -0/+4 |
| * | Fix a few glitches in my previous commit. | Olivier Houchard | 2004-05-11 | 2 | -3/+2 |
| * | Add a new "files" directive, which allows to include a files.foo file directly | Olivier Houchard | 2004-05-09 | 6 | -28/+62 |
| * | Whitespace nit. | Dag-Erling Smørgrav | 2004-02-17 | 1 | -1/+1 |
| * | Fixed spurious syntax errors for including files that don't begin with | Bruce Evans | 2003-11-14 | 1 | -3/+4 |
| * | Add a reference to config(5) in the SEE ALSO section. | Simon L. B. Nielsen | 2003-08-06 | 1 | -0/+2 |
| * | Eliminate non-existent word. | Joseph Koshy | 2003-07-13 | 1 | -1/+1 |
| * | "towards" -> "toward". According to dictionary.com, the use of "towards" | Joseph Koshy | 2003-07-08 | 1 | -2/+2 |
| * | Disallow multiple 'machine' directives in a kernel configuration | Joseph Koshy | 2003-07-06 | 1 | -0/+3 |
| * | New section 5 manual page detailing our kernel configuration file | Joseph Koshy | 2003-07-06 | 1 | -0/+343 |
| * | Not particularly pretty hack to generate rules to make .ln files | Mark Murray | 2003-06-16 | 1 | -2/+10 |
| * | Check the return values of opendir() and unlink() in cleanheaders(). | Thomas Moestl | 2003-06-12 | 1 | -2/+4 |
| * | Best we can do is WARNS=1 due to lex. | David E. O'Brien | 2003-06-11 | 1 | -0/+1 |
| * | Do not refer to the non-existant BDECFLAGS. | David E. O'Brien | 2003-06-11 | 1 | -1/+0 |
| * | Don't convert the kernel ident to uppercase when writing the Makefile. | Dag-Erling Smørgrav | 2003-04-24 | 1 | -1/+1 |
| * | Grammar fix | Christian Brueffer | 2003-04-20 | 1 | -1/+1 |
| * | Bump the config version to force people to upgrade their config(8) | Poul-Henning Kamp | 2003-04-15 | 1 | -1/+1 |
| * | Avoid emitting duplicate makefile entries. | Poul-Henning Kamp | 2003-04-12 | 1 | -1/+4 |
| * | Print FYI messages on stderr. Previously, they were printed on stdout, | Dag-Erling Smørgrav | 2003-03-09 | 1 | -1/+3 |
| * | Implemented "nooption" and "nomakeoption" config(8) tokens. | Ruslan Ermilov | 2003-02-26 | 2 | -3/+14 |
| * | Allow for boolean make options (``makeoptions NO_MODULES''). | Ruslan Ermilov | 2003-02-21 | 1 | -1/+4 |
| * | Bring the suggested command for extracting a configuration file from the | Ceri Davies | 2003-02-18 | 1 | -1/+1 |
| * | Implemented a simple "nodevice" config(8) command that cancels | Ruslan Ermilov | 2003-02-15 | 2 | -1/+49 |
| * | Convert to using <sys/queue.h> macros. | Ruslan Ermilov | 2003-02-15 | 6 | -85/+76 |
| * | Remove this Makefile, these docs are built by the Makefiles in src/share/doc/... | Tom Rhodes | 2003-02-01 | 1 | -11/+0 |
| * | Uniformly refer to a file system as "file system". | Ruslan Ermilov | 2002-12-12 | 1 | -2/+2 |
| * | mdoc(7) police: Removed redundant .Ns calls. | Ruslan Ermilov | 2002-08-13 | 1 | -2/+2 |
| * | Remove stray function prototype. I wrote and removed this function but | Peter Wemm | 2002-07-21 | 1 | -1/+0 |