| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Tidy up the generated config.c file. Use #include "opt_config.h", comment | peter | 1996-12-26 | 1 | -2/+4 |
* | Part #2 of the config cleanup. More aggressive, replaced an NIH | joerg | 1996-12-14 | 5 | -38/+31 |
* | Round #1 of cleaning up the config(8) mess. This is only the more | joerg | 1996-12-14 | 3 | -15/+14 |
* | Moved nonstandard compiler profiling options out of config. Just print | bde | 1996-12-13 | 1 | -6/+4 |
* | Bugfix: all device counts >= 256 was broken, they truncated by % 255 | ache | 1996-08-21 | 1 | -1/+1 |
* | Bring back the `config file in the kernel' feature from the 1.x days. This | jkh | 1996-06-08 | 2 | -0/+45 |
* | Backout yacc changes. | phk | 1996-06-02 | 9 | -9/+9 |
* | yacc rule changes. | phk | 1996-05-30 | 9 | -9/+9 |
* | Implemented a new keyword `disable'. This should be useful for controlling | bde | 1996-04-13 | 4 | -11/+20 |
* | Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead of | bde | 1996-03-29 | 2 | -2/+6 |
* | Make a little more effort to avoid touching certain generated files if | peter | 1996-01-12 | 6 | -11/+84 |
* | Changed the default/min/max number of users to 8/2/512 for all machine | dg | 1995-12-29 | 1 | -8/+8 |
* | Implemented non-statistical kernel profiling. This is based on | bde | 1995-12-29 | 2 | -2/+11 |
* | Implement support for conf/options and i386/conf/options.i386 | peter | 1995-12-11 | 9 | -8/+393 |
* | If CONFIG_NO_CLOBBER_EVER is defined (e.g., in /etc/make.conf), don't make | wollman | 1995-11-28 | 2 | -0/+5 |
* | Support the configuration of "od" devices. | joerg | 1995-10-31 | 1 | -1/+1 |
* | Added support for a %SFILES token to auto-generate a SFILES= file list in | dg | 1995-10-29 | 1 | -0/+27 |
* | Don't pre-processor define 'ident'. This has subtle consequences for people | dg | 1995-10-23 | 1 | -1/+1 |
* | Fix CLEANFILES. Some temporary files were missing. | bde | 1995-09-28 | 1 | -1/+1 |
* | Put declarations in a header file ("ioconf.h") | bde | 1995-09-19 | 1 | -72/+113 |
* | Add missing quote to yyerror call. | gibbs | 1995-07-18 | 1 | -1/+1 |
* | Allow the specification of the controller bus when wiring down scsi buses. | gibbs | 1995-07-17 | 3 | -4/+15 |
* | Killed TIMEZONE, DST, and HZ keywords. They have generated a config error | dg | 1995-06-29 | 4 | -48/+1 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 4 | -10/+10 |
* | Fix 3 printf's that had the wrong number of arguments. | rgrimes | 1995-05-14 | 1 | -3/+3 |
* | Updated to work with Poul-Henning's recent kernel changes in the swap | dg | 1995-05-14 | 1 | -12/+0 |
* | Don't automatically default dumps to be on a swap device; if the user | wollman | 1995-05-12 | 2 | -8/+9 |
* | Revise this to actually print all the various isa_device field values | jkh | 1995-05-11 | 1 | -5/+5 |
* | Add a new `conflicts' flag for telling when a device is in conflict with | jkh | 1995-05-11 | 4 | -4/+10 |
* | Change the perennially annoying reminder to "make depend" (which may or | jkh | 1995-05-03 | 1 | -1/+1 |
* | Change warning message for when a device is wired to a floating | dufault | 1995-03-07 | 1 | -3/+8 |
* | Fixed bug with wiring down given SCSI bus. | dufault | 1995-03-03 | 1 | -5/+5 |
* | Added configuration for SCSI devices wired in place. The documentation | dufault | 1995-03-01 | 4 | -1/+160 |
* | Implement "clean" entries for device config entries. | gibbs | 1995-03-01 | 2 | -20/+36 |
* | Make good on my promise to finally clean up the config clobbering. | jkh | 1995-02-22 | 3 | -17/+34 |
* | Write setconf() in KNF, in K&R C, and in Standard C.Standard C. | bde | 1995-02-18 | 1 | -1/+1 |
* | Do away with 'options SWAP_GENERIC' once and for all: I get ill | wpaul | 1995-02-18 | 1 | -1/+3 |
* | config.y: | bde | 1995-02-16 | 2 | -27/+81 |
* | Always return null-terminated identifiers from yylex(). | bde | 1995-02-16 | 1 | -2/+3 |
* | Restore the field widths that were clobbered by the previous commit so that | bde | 1995-02-08 | 1 | -6/+6 |
* | Removed the name length limitations on the device-driver names entirely. | phk | 1995-02-05 | 1 | -6/+6 |
* | Fix Sharnoff complaint #121 (cross-reference to config.new which does not | wollman | 1995-01-14 | 1 | -2/+0 |
* | Allow config to fully handle the aic7770 driver dependancies. | gibbs | 1994-12-31 | 2 | -3/+68 |