summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* Oops, really don't generate compiler warnings about missing braces.bde1999-02-051-3/+3
* Don't generate compiler warnings about missing braces.bde1999-02-051-3/+3
* Fix the handling of certain devices.markm1999-02-041-3/+9
* Eliminate compiler warning when compiling "config.c" in a kernel.archie1998-12-101-2/+2
* * Change 'struct resource' to 'struct config_resource'.dfr1998-11-152-4/+4
* Ignore `vector xxxintr' specifications except for checking their syntax.bde1998-10-232-28/+9
* Removed unused/unusable "ha" keyword. Device classes should never havebde1998-10-161-2/+4
* Don't generate unused file ioconf.h.bde1998-10-161-39/+6
* Snip out some dead code from the alpha part.dfr1998-09-161-65/+1
* Bump config version. Also mention that even after rebuilding a newgibbs1998-09-152-3/+7
* Build CAM hardwiring info.gibbs1998-09-151-70/+12
* add missing sys/queue.hache1998-09-041-1/+2
* Reviewed by: Doug Rabsonnsouch1998-09-034-6/+64
* Dump out ISA device resources for alpha.dfr1998-07-211-1/+100
* Removed all traces of PARAM in Makefile.i386. Incremented CONFIGVERSbde1998-07-121-2/+2
* Convert the maxusers directive to a normal MAXUSERS option (normallybde1998-07-122-49/+51
* Warn about redefined options. Keep using the last value processed.bde1998-07-121-2/+8
* Fixed off-by-1 errors in option line numbers. yyline is 0-based, butbde1998-07-121-2/+6
* 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
OpenPOWER on IntegriCloud