aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* Bump configvers; when the updates to generic/lint get committed, the oldPeter Wemm1999-04-241-2/+2
* More cleanups, tweaks and features.Peter Wemm1999-04-248-218/+85
* The Alpha probably wouldn't appreciate getting the pc98 isa portPeter Wemm1999-04-191-4/+4
* Slightly reorder the all: to make sure it's before any alternate kernelPeter Wemm1999-04-191-6/+6
* Use pc98/pc98/pc98.h instead of isa/isareg.h in PC98 kernel.KATO Takenori1999-04-181-2/+5
* Further cleanups. i386_ioconf.c and alpha_ioconf.c were essentially thePeter Wemm1999-04-189-148/+56
* Get out the blow torch and hack away all the unused stuff. Note thatPeter Wemm1999-04-1712-1832/+144
* Corresponding minimal changes for kernel configuration after new-busPeter Wemm1999-04-163-105/+131
* Made booting with -a work for all configurations. Previously itBruce Evans1999-04-153-6/+4
* Clean up the -g/DEBUG handling. This logic can go in the MakefilePeter Wemm1999-04-133-30/+8
* Back out default debug kernel. The flags revert to historical behaviour.Greg Lehey1999-04-113-52/+60
* add -s to usageAndrey A. Chernov1999-04-101-2/+2
* add -s to synopsisAndrey A. Chernov1999-04-101-1/+1
* 1. Modify config to issue different code for debugging.Greg Lehey1999-04-072-4/+44
* 1. Modify config to issue different code for debugging.Greg Lehey1999-04-072-6/+39
* Oops, really don't generate compiler warnings about missing braces.Bruce Evans1999-02-051-3/+3
* Don't generate compiler warnings about missing braces.Bruce Evans1999-02-051-3/+3
* Fix the handling of certain devices.Mark Murray1999-02-041-3/+9
* Eliminate compiler warning when compiling "config.c" in a kernel.Archie Cobbs1998-12-101-2/+2
* * Change 'struct resource' to 'struct config_resource'.Doug Rabson1998-11-152-4/+4
* Ignore `vector xxxintr' specifications except for checking their syntax.Bruce Evans1998-10-232-28/+9
* Removed unused/unusable "ha" keyword. Device classes should never haveBruce Evans1998-10-161-2/+4
* Don't generate unused file ioconf.h.Bruce Evans1998-10-161-39/+6
* Snip out some dead code from the alpha part.Doug Rabson1998-09-161-65/+1
* Bump config version. Also mention that even after rebuilding a newJustin T. Gibbs1998-09-152-3/+7
* Build CAM hardwiring info.Justin T. Gibbs1998-09-151-70/+12
* add missing sys/queue.hAndrey A. Chernov1998-09-041-1/+2
* Reviewed by: Doug RabsonNicolas Souchu1998-09-034-6/+64
* Dump out ISA device resources for alpha.Doug Rabson1998-07-211-1/+100
* Removed all traces of PARAM in Makefile.i386. Incremented CONFIGVERSBruce Evans1998-07-121-2/+2
* Convert the maxusers directive to a normal MAXUSERS option (normallyBruce Evans1998-07-122-49/+51
* Warn about redefined options. Keep using the last value processed.Bruce Evans1998-07-121-2/+8
* Fixed off-by-1 errors in option line numbers. yyline is 0-based, butBruce Evans1998-07-121-2/+6
* MF22: more explanatory message from config on version mismatch detection.Jordan K. Hubbard1998-06-241-2/+5
* Don't generate declarations for isa device structs in "ioconf.h".Bruce Evans1998-06-172-20/+7
* Add (mostly stub) alpha support. Incidentally, it doesn't build on stableDoug Rabson1998-06-096-4/+125
* Backed out previous backout. Put y.tab.h back in SRCS.Bruce Evans1998-05-061-4/+2
* Backed out previous commit. It was tested, but not for the case whereBruce Evans1998-05-051-3/+5
* Fixed races in `make -jN' using new yacc rules.Bruce Evans1998-05-041-5/+3
* Support PC-98 machine.KATO Takenori1998-05-025-5/+15
* Don't generate code with syntax errors (hard newlines in string constantsBruce Evans1998-04-231-5/+5
* Scaffolding for High Availability code. The actual code will probablyEivind Eklund1998-04-024-2/+8
* Add message when using obsolete command line option.Eivind Eklund1998-03-161-1/+3
* Style & message change.Eivind Eklund1998-03-161-13/+10
* Fixed `make -jN' for large N, as usual.Bruce Evans1998-03-061-1/+3
* Style police service brought to you by: bdeEivind Eklund1998-02-193-11/+7
* Re-introduce '-n' - now a no-op for backwards compatibility only.Eivind Eklund1998-02-191-2/+5
* Make '-n' the default, and introduce a new flag '-r' to get oldEivind Eklund1998-02-185-26/+33
* All our options are new-style now - enable the warning if unrecognizedEivind Eklund1998-02-091-3/+1
* Fix incorrect format string detected by "-Wformat".John Polstra1997-11-181-2/+2