aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* newbus_ioconf() is long gonePeter Wemm2001-02-281-1/+0
* Some more tidying up. we dont use config-dependent anyware. EliminatePeter Wemm2001-02-282-22/+8
* s/special/compilewith/ (so I stop confusing myself) and GC an unusedPeter Wemm2001-02-282-27/+12
* Untangle some special magic that happened for conflicting defintions forPeter Wemm2001-02-282-24/+0
* Remove some more dead code. :-/Peter Wemm2001-02-281-10/+4
* GC some leftover stuff (device-driver suffix)Peter Wemm2001-02-281-7/+0
* Move the 'dont forget "make depend"' to be the last thing that people see,Peter Wemm2001-02-232-2/+1
* Futher cleanups. Since we have two options lists, one for proper optionsPeter Wemm2001-02-221-18/+9
* Collect together a handful of copies of the option generator code into aPeter Wemm2001-02-223-60/+33
* ${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS"Peter Wemm2001-02-197-21/+21
* Devices are NOT compiled with the "special c2 option -i"..Peter Wemm2001-02-181-3/+0
* Remove the need to list each and every cpu platform. Config will nowPeter Wemm2001-02-044-55/+10
* Try and make it clearer that the static units thing is a FYI only.Peter Wemm2001-01-311-1/+1
* Unwind a bit more cruft - we only have one type of device now.Peter Wemm2001-01-314-14/+6
* Oops. An old version of a local change leaked in with the last commit.Peter Wemm2001-01-311-22/+9
* Redo the stray header file cleanup code to not depend on timestampsPeter Wemm2001-01-314-28/+54
* AARGH! This does not mix too well with the -o noatime mount option.Peter Wemm2001-01-291-1/+6
* I confess. This is a truely nasty hack. I am so ashamed!Peter Wemm2001-01-291-0/+57
* Add support for configuring PowerPC kernels.Benno Rice2001-01-224-0/+6
* Clean up some obsolete stuff. config -r has not been needed since aroundPeter Wemm2001-01-225-43/+12
* Stop turning 'mandatory' into an implicit 'count' line. i386/npx was thePeter Wemm2001-01-191-1/+0
* Implement option strings that we can use in #ifdefs (where unavoidable)Peter Wemm2001-01-193-2/+27
* Try and stop config(8) from freaking out due to unnecessary paranoiaPeter Wemm2001-01-041-13/+2
* .Nm Config -> .Nm, there is no such program "Config" in FreeBSD.Ben Smithurst2000-12-111-4/+4
* Make the xxxFILES= list generation generic. This makes it easier to addPeter Wemm2000-11-252-63/+19
* Fix buffer overflows in filenames. If you had a path > 80 charactersWarner Losh2000-11-214-28/+31
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-2/+5
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-2/+1
* Make it possible to specify profiling in the kernel config file.Poul-Henning Kamp2000-10-143-1/+5
* Add ia64 support.Doug Rabson2000-09-294-0/+6
* If a ${KERNEL}.hints file exists, and no hints are specified explicitly,Peter Wemm2000-08-254-2/+14
* Argh! I broke the static hints parser at the last minute on freefall whenPeter Wemm2000-06-141-1/+1
* Borrow phk's axe and apply the next stage of config(8)'s evolution.Peter Wemm2000-06-1310-638/+191
* A checkpoint of a part of a work-in-progress. Some more cleanups forPeter Wemm2000-06-106-68/+52
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* Mark the 'conflicts' keyword as obsolete, and don't generate (unused)Peter Wemm2000-01-293-7/+3
* Use Ns and Sx. -current is 4 not 3.Philippe Charnier2000-01-232-7/+8
* Remove the cam-specific device wiring code. This was a duplicate ofPeter Wemm2000-01-233-91/+0
* Bump configvers.h as a precaution. Although existing config files willPeter Wemm2000-01-231-1/+1
* Clean up something in config(8) that has annoyed me for ages. RemovePeter Wemm2000-01-232-11/+19
* Fix a bungle with the CAM static wiring tables. Write CAMCONF_UNSPECPeter Wemm2000-01-121-4/+4
* Remove even known options if they are in the wrong options header. ThisBruce Evans2000-01-091-1/+11
* Bump configversion. The controller/device changes are upwards but notPeter Wemm2000-01-091-1/+1
* Support getting *.$MACHINE from sys/conf as well as sys/$MACHINE/conf.Peter Wemm2000-01-082-14/+25
* Apply the axe to some more cruft in config(8). In particular:Peter Wemm2000-01-085-193/+78
* Fixed removal of unknown options. For options files with only a singleBruce Evans2000-01-081-1/+1
* Add a 'warning' option for the files* files. This is intended to enablePeter Wemm1999-12-122-2/+18