| Commit message (Expand) | Author | Age | Files | Lines |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | Delete special handling for 'device-driver' suffix, it's not used in | peter | 1999-07-03 | 2 | -13/+12 |
* | Don't include trailing whitespace in ID tokens before comments. ie: | peter | 1999-07-01 | 1 | -1/+2 |
* | Detect and remove defunct or unknown options from opt_*.h files. This | peter | 1999-07-01 | 1 | -11/+23 |
* | Check and warn about unknown devices in the config file along the same | peter | 1999-06-03 | 1 | -2/+12 |
* | Understand 'config kernelname' and pretend it was a | peter | 1999-05-10 | 2 | -0/+29 |
* | Put on my viking helmet from the closet, and get out the war axe and | peter | 1999-05-09 | 7 | -227/+12 |
* | We don't have composite devices here either. | peter | 1999-05-09 | 1 | -18/+2 |
* | config(8) lobotomy, please see commit msg in sys. | phk | 1999-05-09 | 7 | -614/+45 |
* | Make options like NO_F00F_HACK work (with context sensitive lexical rules). | luoqi | 1999-04-27 | 2 | -30/+45 |
* | Bump configvers; when the updates to generic/lint get committed, the old | peter | 1999-04-24 | 1 | -2/+2 |
* | More cleanups, tweaks and features. | peter | 1999-04-24 | 8 | -219/+86 |
* | The Alpha probably wouldn't appreciate getting the pc98 isa port | peter | 1999-04-19 | 1 | -4/+4 |
* | Slightly reorder the all: to make sure it's before any alternate kernel | peter | 1999-04-19 | 1 | -6/+6 |
* | Use pc98/pc98/pc98.h instead of isa/isareg.h in PC98 kernel. | kato | 1999-04-18 | 1 | -2/+5 |
* | Further cleanups. i386_ioconf.c and alpha_ioconf.c were essentially the | peter | 1999-04-18 | 9 | -148/+56 |
* | Get out the blow torch and hack away all the unused stuff. Note that | peter | 1999-04-17 | 12 | -1832/+144 |
* | Corresponding minimal changes for kernel configuration after new-bus | peter | 1999-04-16 | 3 | -105/+131 |
* | Made booting with -a work for all configurations. Previously it | bde | 1999-04-15 | 3 | -6/+4 |
* | Clean up the -g/DEBUG handling. This logic can go in the Makefile | peter | 1999-04-13 | 3 | -30/+8 |
* | Back out default debug kernel. The flags revert to historical behaviour. | grog | 1999-04-11 | 3 | -52/+60 |
* | add -s to usage | ache | 1999-04-10 | 1 | -2/+2 |
* | add -s to synopsis | ache | 1999-04-10 | 1 | -1/+1 |
* | 1. Modify config to issue different code for debugging. | grog | 1999-04-07 | 2 | -4/+44 |
* | 1. Modify config to issue different code for debugging. | grog | 1999-04-07 | 2 | -6/+39 |
* | Oops, really don't generate compiler warnings about missing braces. | bde | 1999-02-05 | 1 | -3/+3 |
* | Don't generate compiler warnings about missing braces. | bde | 1999-02-05 | 1 | -3/+3 |
* | Fix the handling of certain devices. | markm | 1999-02-04 | 1 | -3/+9 |
* | Eliminate compiler warning when compiling "config.c" in a kernel. | archie | 1998-12-10 | 1 | -2/+2 |
* | * Change 'struct resource' to 'struct config_resource'. | dfr | 1998-11-15 | 2 | -4/+4 |
* | Ignore `vector xxxintr' specifications except for checking their syntax. | bde | 1998-10-23 | 2 | -28/+9 |
* | Removed unused/unusable "ha" keyword. Device classes should never have | bde | 1998-10-16 | 1 | -2/+4 |
* | Don't generate unused file ioconf.h. | bde | 1998-10-16 | 1 | -39/+6 |
* | Snip out some dead code from the alpha part. | dfr | 1998-09-16 | 1 | -65/+1 |
* | Bump config version. Also mention that even after rebuilding a new | gibbs | 1998-09-15 | 2 | -3/+7 |
* | Build CAM hardwiring info. | gibbs | 1998-09-15 | 1 | -70/+12 |
* | add missing sys/queue.h | ache | 1998-09-04 | 1 | -1/+2 |
* | Reviewed by: Doug Rabson | nsouch | 1998-09-03 | 4 | -6/+64 |
* | Dump out ISA device resources for alpha. | dfr | 1998-07-21 | 1 | -1/+100 |
* | Removed all traces of PARAM in Makefile.i386. Incremented CONFIGVERS | bde | 1998-07-12 | 1 | -2/+2 |
* | Convert the maxusers directive to a normal MAXUSERS option (normally | bde | 1998-07-12 | 2 | -49/+51 |
* | Warn about redefined options. Keep using the last value processed. | bde | 1998-07-12 | 1 | -2/+8 |
* | Fixed off-by-1 errors in option line numbers. yyline is 0-based, but | bde | 1998-07-12 | 1 | -2/+6 |
* | MF22: more explanatory message from config on version mismatch detection. | jkh | 1998-06-24 | 1 | -2/+5 |
* | Don't generate declarations for isa device structs in "ioconf.h". | bde | 1998-06-17 | 2 | -20/+7 |
* | Add (mostly stub) alpha support. Incidentally, it doesn't build on stable | dfr | 1998-06-09 | 6 | -4/+125 |
* | Backed out previous backout. Put y.tab.h back in SRCS. | bde | 1998-05-06 | 1 | -4/+2 |
* | Backed out previous commit. It was tested, but not for the case where | bde | 1998-05-05 | 1 | -3/+5 |
* | Fixed races in `make -jN' using new yacc rules. | bde | 1998-05-04 | 1 | -5/+3 |
* | Support PC-98 machine. | kato | 1998-05-02 | 5 | -5/+15 |