aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* Bump the version number for the addition of devices / nodevices.Dag-Erling Smørgrav2005-02-101-1/+1
* Fully document (no)?(device|option)s?.Dag-Erling Smørgrav2005-02-101-17/+23
* "device" and "nodevice" lines can actually specify more than one deviceDag-Erling Smørgrav2005-02-101-0/+2
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* The ioconf.c is no longer generated.Ruslan Ermilov2004-12-161-4/+1
* Allow multiple devices to be specified on one device / nodevice line.Dag-Erling Smørgrav2004-10-241-7/+27
* If the file specified in an "include" line does not exist in the currentDag-Erling Smørgrav2004-10-241-1/+9
* We accept both "option" and "options" so also accept both "nooption"Poul-Henning Kamp2004-10-121-0/+1
* Kill count device support from config. I've changed the last fewPeter Wemm2004-08-306-205/+12
* Per letter dated July 22, 1999, delete clause 3 from code directlyWarner Losh2004-08-077-28/+0
* Static device counts will not be supported in 6.x so place the generatedBrooks Davis2004-06-301-0/+2
* Assorted markup, spelling, and grammar fixes.Ruslan Ermilov2004-06-161-2/+3
* Document the "files" directive.Olivier Houchard2004-05-131-0/+4
* Fix a few glitches in my previous commit.Olivier Houchard2004-05-112-3/+2
* Add a new "files" directive, which allows to include a files.foo file directlyOlivier Houchard2004-05-096-28/+62
* Whitespace nit.Dag-Erling Smørgrav2004-02-171-1/+1
* Fixed spurious syntax errors for including files that don't begin withBruce Evans2003-11-141-3/+4
* Add a reference to config(5) in the SEE ALSO section.Simon L. B. Nielsen2003-08-061-0/+2
* Eliminate non-existent word.Joseph Koshy2003-07-131-1/+1
* "towards" -> "toward". According to dictionary.com, the use of "towards"Joseph Koshy2003-07-081-2/+2
* Disallow multiple 'machine' directives in a kernel configurationJoseph Koshy2003-07-061-0/+3
* New section 5 manual page detailing our kernel configuration fileJoseph Koshy2003-07-061-0/+343
* Not particularly pretty hack to generate rules to make .ln filesMark Murray2003-06-161-2/+10
* Check the return values of opendir() and unlink() in cleanheaders().Thomas Moestl2003-06-121-2/+4
* Best we can do is WARNS=1 due to lex.David E. O'Brien2003-06-111-0/+1
* Do not refer to the non-existant BDECFLAGS.David E. O'Brien2003-06-111-1/+0
* Don't convert the kernel ident to uppercase when writing the Makefile.Dag-Erling Smørgrav2003-04-241-1/+1
* Grammar fixChristian Brueffer2003-04-201-1/+1
* Bump the config version to force people to upgrade their config(8)Poul-Henning Kamp2003-04-151-1/+1
* Avoid emitting duplicate makefile entries.Poul-Henning Kamp2003-04-121-1/+4
* Print FYI messages on stderr. Previously, they were printed on stdout,Dag-Erling Smørgrav2003-03-091-1/+3
* Implemented "nooption" and "nomakeoption" config(8) tokens.Ruslan Ermilov2003-02-262-3/+14
* Allow for boolean make options (``makeoptions NO_MODULES'').Ruslan Ermilov2003-02-211-1/+4
* Bring the suggested command for extracting a configuration file from theCeri Davies2003-02-181-1/+1
* Implemented a simple "nodevice" config(8) command that cancelsRuslan Ermilov2003-02-152-1/+49
* Convert to using <sys/queue.h> macros.Ruslan Ermilov2003-02-156-85/+76
* Remove this Makefile, these docs are built by the Makefiles in src/share/doc/...Tom Rhodes2003-02-011-11/+0
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-2/+2
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-2/+2
* Remove stray function prototype. I wrote and removed this function butPeter Wemm2002-07-211-1/+0
* Check for missing static unit 'count' declarations as well.Peter Wemm2002-07-211-7/+13
* Check that we are not supplying 'device foo N' to devices that do not takePeter Wemm2002-07-211-2/+27
* The .Nm utilityPhilippe Charnier2002-07-141-8/+12
* Moved the setting of all profiling-related variables except the key oneBruce Evans2002-07-132-12/+8
* We don't need to hit the user over the head so strong now that we'veDavid E. O'Brien2002-07-061-1/+0
* Clean up hex() and octal() to return and work with unsigned integers sinceJuli Mallett2002-06-211-8/+8
* Consistancy check: s/file system/filesystem/gTom Rhodes2002-05-161-2/+2
* Add a hint about -DNO_WERRORPeter Wemm2002-02-251-0/+1
* Commit some infrastructure for turning on -Werror for kernel compiles.Peter Wemm2002-02-203-4/+13
* Bump configvers for different handling of maxusers.Peter Wemm2001-12-141-1/+1