| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Check for missing static unit 'count' declarations as well. | Peter Wemm | 2002-07-21 | 1 | -7/+13 |
* | Check that we are not supplying 'device foo N' to devices that do not take | Peter Wemm | 2002-07-21 | 1 | -2/+27 |
* | The .Nm utility | Philippe Charnier | 2002-07-14 | 1 | -8/+12 |
* | Moved the setting of all profiling-related variables except the key one | Bruce Evans | 2002-07-13 | 2 | -12/+8 |
* | We don't need to hit the user over the head so strong now that we've | David E. O'Brien | 2002-07-06 | 1 | -1/+0 |
* | Clean up hex() and octal() to return and work with unsigned integers since | Juli Mallett | 2002-06-21 | 1 | -8/+8 |
* | Consistancy check: s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -2/+2 |
* | Add a hint about -DNO_WERROR | Peter Wemm | 2002-02-25 | 1 | -0/+1 |
* | Commit some infrastructure for turning on -Werror for kernel compiles. | Peter Wemm | 2002-02-20 | 3 | -4/+13 |
* | Bump configvers for different handling of maxusers. | Peter Wemm | 2001-12-14 | 1 | -1/+1 |
* | Allow maxusers to be specified as 0 in the kernel config, which will | Matthew Dillon | 2001-12-09 | 1 | -2/+1 |
* | mdoc(7) police: | Ruslan Ermilov | 2001-10-26 | 1 | -38/+49 |
* | Use includes to get prototypes for hints and env arrays. | Peter Wemm | 2001-09-17 | 1 | -0/+8 |
* | Enable hardwiring of things like tunables from embedded enironments | Peter Wemm | 2001-08-27 | 5 | -14/+61 |
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | Ruslan Ermilov | 2001-08-14 | 1 | -2/+6 |