aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
...
* Allow maxusers to be specified as 0 in the kernel config, which willMatthew Dillon2001-12-091-2/+1
* mdoc(7) police:Ruslan Ermilov2001-10-261-38/+49
* Use includes to get prototypes for hints and env arrays.Peter Wemm2001-09-171-0/+8
* Enable hardwiring of things like tunables from embedded enironmentsPeter Wemm2001-08-275-14/+61
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-2/+6
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-202-3/+6
* Remove whitespace at EOL.Dima Dorfman2001-07-151-4/+4
* Put on my peril-sensitive sunglasses and remove the POLA-violatingPeter Wemm2001-07-141-0/+7
* Remove the old machine symlink first.Peter Wemm2001-07-141-3/+2
* Introduce an "include" directive. It takes one argument, a filenameDima Dorfman2001-07-124-8/+102
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Bring FILES section up to date.Warner Losh2001-07-041-12/+10
* Bump config version in config.Warner Losh2001-07-021-2/+2
* Move kernel compile directory from sys/compile/FOO toWarner Losh2001-06-302-4/+3
* - 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-639/+192