| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't generate code with syntax errors (hard newlines in string constants | bde | 1998-04-23 | 1 | -5/+5 |
* | Scaffolding for High Availability code. The actual code will probably | eivind | 1998-04-02 | 4 | -2/+8 |
* | Add message when using obsolete command line option. | eivind | 1998-03-16 | 1 | -1/+3 |
* | Style & message change. | eivind | 1998-03-16 | 1 | -13/+10 |
* | Fixed `make -jN' for large N, as usual. | bde | 1998-03-06 | 1 | -1/+3 |
* | Style police service brought to you by: bde | eivind | 1998-02-19 | 3 | -11/+7 |
* | Re-introduce '-n' - now a no-op for backwards compatibility only. | eivind | 1998-02-19 | 1 | -2/+5 |
* | Make '-n' the default, and introduce a new flag '-r' to get old | eivind | 1998-02-18 | 5 | -26/+33 |
* | All our options are new-style now - enable the warning if unrecognized | eivind | 1998-02-09 | 1 | -3/+1 |
* | Fix incorrect format string detected by "-Wformat". | jdp | 1997-11-18 | 1 | -2/+2 |
* | Fix some breakage from my last set of changes. | joerg | 1997-11-07 | 1 | -2/+2 |
* | Bump configvers to 300003 to account for the crd->card (and related) | msmith | 1997-11-06 | 1 | -2/+2 |
* | Allow for a keyword in the "files" file named "mandatory". The first | joerg | 1997-10-28 | 3 | -6/+31 |
* | For safety's sake, explicitly depend all objects on the configvers.h header | peter | 1997-10-22 | 1 | -0/+2 |
* | Recognize a %VERSREQ=nnnnn string in the system Makefile. Both config(8) | peter | 1997-10-22 | 2 | -2/+22 |
* | Add isa_devtab_cam. | gibbs | 1997-09-21 | 4 | -2/+8 |
* | Wrap too long lines. | charnier | 1997-09-17 | 2 | -5/+7 |
* | Police from style.9 and Bruce. | charnier | 1997-09-16 | 1 | -3/+5 |
* | Use err(3), add usage(). -Wall clean. | charnier | 1997-09-15 | 11 | -197/+265 |
* | Oops, the previous commit shouldn't have touch the Makefile. | bde | 1997-09-07 | 1 | -1/+1 |
* | Don't say that swapping is configured by config. | bde | 1997-09-07 | 2 | -4/+4 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -1/+1 |
* | Reserve a placeholder for 4 SMP ipi interrupts in the same way that | peter | 1997-03-29 | 2 | -2/+6 |
* | Remove support for "port none" and "port auto", it gains nothing, | ache | 1997-03-28 | 4 | -12/+2 |
* | Add #define's for port "none" and "auto" | ache | 1997-03-26 | 3 | -5/+7 |
* | Print negative values only for two cases used | ache | 1997-03-25 | 1 | -3/+3 |
* | Fix iobase printing for autodetect and none cases | ache | 1997-03-25 | 1 | -1/+3 |
* | Sweep through the tree fixing mmap() usage: | alex | 1997-01-16 | 1 | -4/+4 |