aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* Add isa_devtab_cam.Justin T. Gibbs1997-09-214-2/+8
* Wrap too long lines.Philippe Charnier1997-09-172-5/+7
* Police from style.9 and Bruce.Philippe Charnier1997-09-161-3/+5
* Use err(3), add usage(). -Wall clean.Philippe Charnier1997-09-1511-197/+265
* Oops, the previous commit shouldn't have touch the Makefile.Bruce Evans1997-09-071-1/+1
* Don't say that swapping is configured by config.Bruce Evans1997-09-072-4/+4
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
* Reserve a placeholder for 4 SMP ipi interrupts in the same way thatPeter Wemm1997-03-292-2/+6
* Remove support for "port none" and "port auto", it gains nothing,Andrey A. Chernov1997-03-284-12/+2
* Add #define's for port "none" and "auto"Andrey A. Chernov1997-03-263-5/+7
* Print negative values only for two cases usedAndrey A. Chernov1997-03-251-3/+3
* Fix iobase printing for autodetect and none casesAndrey A. Chernov1997-03-251-1/+3
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-4/+4
* Tidy up the generated config.c file. Use #include "opt_config.h", commentPeter Wemm1996-12-261-2/+4
* Part #2 of the config cleanup. More aggressive, replaced an NIHJoerg Wunsch1996-12-145-38/+31
* Round #1 of cleaning up the config(8) mess. This is only the moreJoerg Wunsch1996-12-143-15/+14
* Moved nonstandard compiler profiling options out of config. Just printBruce Evans1996-12-131-6/+4
* Bugfix: all device counts >= 256 was broken, they truncated by % 255Andrey A. Chernov1996-08-211-1/+1
* Bring back the `config file in the kernel' feature from the 1.x days. ThisJordan K. Hubbard1996-06-082-0/+45
* Backout yacc changes.Poul-Henning Kamp1996-06-029-9/+9
* yacc rule changes.Poul-Henning Kamp1996-05-309-9/+9
* Implemented a new keyword `disable'. This should be useful for controllingBruce Evans1996-04-134-11/+20
* Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead ofBruce Evans1996-03-292-2/+6
* Make a little more effort to avoid touching certain generated files ifPeter Wemm1996-01-126-11/+84
* Changed the default/min/max number of users to 8/2/512 for all machineDavid Greenman1995-12-291-8/+8
* Implemented non-statistical kernel profiling. This is based onBruce Evans1995-12-292-2/+11
* Implement support for conf/options and i386/conf/options.i386Peter Wemm1995-12-119-8/+393
* If CONFIG_NO_CLOBBER_EVER is defined (e.g., in /etc/make.conf), don't makeGarrett Wollman1995-11-282-0/+5
* Support the configuration of "od" devices.Joerg Wunsch1995-10-311-1/+1
* Added support for a %SFILES token to auto-generate a SFILES= file list inDavid Greenman1995-10-291-0/+27
* Don't pre-processor define 'ident'. This has subtle consequences for peopleDavid Greenman1995-10-231-1/+1
* Fix CLEANFILES. Some temporary files were missing.Bruce Evans1995-09-281-1/+1
* Put declarations in a header file ("ioconf.h")Bruce Evans1995-09-191-72/+113
* Add missing quote to yyerror call.Justin T. Gibbs1995-07-181-1/+1
* Allow the specification of the controller bus when wiring down scsi buses.Justin T. Gibbs1995-07-173-4/+15
* Killed TIMEZONE, DST, and HZ keywords. They have generated a config errorDavid Greenman1995-06-294-48/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-10/+10
* Fix 3 printf's that had the wrong number of arguments.Rodney W. Grimes1995-05-141-3/+3
* Updated to work with Poul-Henning's recent kernel changes in the swapDavid Greenman1995-05-141-12/+0
* Don't automatically default dumps to be on a swap device; if the userGarrett Wollman1995-05-122-8/+9
* Revise this to actually print all the various isa_device field valuesJordan K. Hubbard1995-05-111-5/+5
* Add a new `conflicts' flag for telling when a device is in conflict withJordan K. Hubbard1995-05-114-4/+10
* Change the perennially annoying reminder to "make depend" (which may orJordan K. Hubbard1995-05-031-1/+1
* Change warning message for when a device is wired to a floatingPeter Dufault1995-03-071-3/+8
* Fixed bug with wiring down given SCSI bus.Peter Dufault1995-03-031-5/+5
* Added configuration for SCSI devices wired in place. The documentationPeter Dufault1995-03-014-1/+160
* Implement "clean" entries for device config entries.Justin T. Gibbs1995-03-012-20/+36
* Make good on my promise to finally clean up the config clobbering.Jordan K. Hubbard1995-02-223-17/+34
* Write setconf() in KNF, in K&R C, and in Standard C.Standard C.Bruce Evans1995-02-181-1/+1
* Do away with 'options SWAP_GENERIC' once and for all: I get illBill Paul1995-02-181-1/+3