summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* MF22: more explanatory message from config on version mismatch detection.jkh1998-06-241-2/+5
* Don't generate declarations for isa device structs in "ioconf.h".bde1998-06-172-20/+7
* Add (mostly stub) alpha support. Incidentally, it doesn't build on stabledfr1998-06-096-4/+125
* Backed out previous backout. Put y.tab.h back in SRCS.bde1998-05-061-4/+2
* Backed out previous commit. It was tested, but not for the case wherebde1998-05-051-3/+5
* Fixed races in `make -jN' using new yacc rules.bde1998-05-041-5/+3
* Support PC-98 machine.kato1998-05-025-5/+15
* Don't generate code with syntax errors (hard newlines in string constantsbde1998-04-231-5/+5
* Scaffolding for High Availability code. The actual code will probablyeivind1998-04-024-2/+8
* Add message when using obsolete command line option.eivind1998-03-161-1/+3
* Style & message change.eivind1998-03-161-13/+10
* Fixed `make -jN' for large N, as usual.bde1998-03-061-1/+3
* Style police service brought to you by: bdeeivind1998-02-193-11/+7
* Re-introduce '-n' - now a no-op for backwards compatibility only.eivind1998-02-191-2/+5
* Make '-n' the default, and introduce a new flag '-r' to get oldeivind1998-02-185-26/+33
* All our options are new-style now - enable the warning if unrecognizedeivind1998-02-091-3/+1
* Fix incorrect format string detected by "-Wformat".jdp1997-11-181-2/+2
* Fix some breakage from my last set of changes.joerg1997-11-071-2/+2
* Bump configvers to 300003 to account for the crd->card (and related)msmith1997-11-061-2/+2
* Allow for a keyword in the "files" file named "mandatory". The firstjoerg1997-10-283-6/+31
* For safety's sake, explicitly depend all objects on the configvers.h headerpeter1997-10-221-0/+2
* Recognize a %VERSREQ=nnnnn string in the system Makefile. Both config(8)peter1997-10-222-2/+22
* Add isa_devtab_cam.gibbs1997-09-214-2/+8
* Wrap too long lines.charnier1997-09-172-5/+7
* Police from style.9 and Bruce.charnier1997-09-161-3/+5
* Use err(3), add usage(). -Wall clean.charnier1997-09-1511-197/+265
* Oops, the previous commit shouldn't have touch the Makefile.bde1997-09-071-1/+1
* Don't say that swapping is configured by config.bde1997-09-072-4/+4
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
* Reserve a placeholder for 4 SMP ipi interrupts in the same way thatpeter1997-03-292-2/+6
* Remove support for "port none" and "port auto", it gains nothing,ache1997-03-284-12/+2
* Add #define's for port "none" and "auto"ache1997-03-263-5/+7
* Print negative values only for two cases usedache1997-03-251-3/+3
* Fix iobase printing for autodetect and none casesache1997-03-251-1/+3
* Sweep through the tree fixing mmap() usage:alex1997-01-161-4/+4
* Tidy up the generated config.c file. Use #include "opt_config.h", commentpeter1996-12-261-2/+4
* Part #2 of the config cleanup. More aggressive, replaced an NIHjoerg1996-12-145-38/+31
* Round #1 of cleaning up the config(8) mess. This is only the morejoerg1996-12-143-15/+14
* Moved nonstandard compiler profiling options out of config. Just printbde1996-12-131-6/+4
* Bugfix: all device counts >= 256 was broken, they truncated by % 255ache1996-08-211-1/+1
* Bring back the `config file in the kernel' feature from the 1.x days. Thisjkh1996-06-082-0/+45
* Backout yacc changes.phk1996-06-029-9/+9
* yacc rule changes.phk1996-05-309-9/+9
* Implemented a new keyword `disable'. This should be useful for controllingbde1996-04-134-11/+20
* Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead ofbde1996-03-292-2/+6
* Make a little more effort to avoid touching certain generated files ifpeter1996-01-126-11/+84
* Changed the default/min/max number of users to 8/2/512 for all machinedg1995-12-291-8/+8
* Implemented non-statistical kernel profiling. This is based onbde1995-12-292-2/+11
* Implement support for conf/options and i386/conf/options.i386peter1995-12-119-8/+393
* If CONFIG_NO_CLOBBER_EVER is defined (e.g., in /etc/make.conf), don't makewollman1995-11-282-0/+5
OpenPOWER on IntegriCloud