aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of broken cross-referencesChris Costello1999-08-181-2/+2
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Delete special handling for 'device-driver' suffix, it's not used inPeter Wemm1999-07-032-13/+12
* Don't include trailing whitespace in ID tokens before comments. ie:Peter Wemm1999-07-011-1/+2
* Detect and remove defunct or unknown options from opt_*.h files. ThisPeter Wemm1999-07-011-11/+23
* Check and warn about unknown devices in the config file along the samePeter Wemm1999-06-031-2/+12
* Understand 'config kernelname' and pretend it was aPeter Wemm1999-05-102-0/+29
* Put on my viking helmet from the closet, and get out the war axe andPeter Wemm1999-05-097-227/+12
* We don't have composite devices here either.Peter Wemm1999-05-091-18/+2
* config(8) lobotomy, please see commit msg in sys.Poul-Henning Kamp1999-05-097-614/+45
* Make options like NO_F00F_HACK work (with context sensitive lexical rules).Luoqi Chen1999-04-272-30/+45
* 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-219/+86
* 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