summaryrefslogtreecommitdiff
path: root/sys/kern/subr_userconf.c
AgeCommit message (Collapse)Author
1996-11-21export struct cfdata cfdata[];Michael Shalayeff
1996-09-06Fixed another bug niklas found. -mojMats O Jansson
1996-09-06Call me "Pedant"! prototype mismatches fixed and unused var removedNiklas Hallqvist
1996-09-06Added support for add device in subr_userconf. Not perfect but a good start.Mats O Jansson
This needed changes in config, so if your kernel uses BOOT_CONFIG you need to rebuild config before a new kernel can be built. -moj
1996-09-02loop till quitTheo de Raadt
1996-08-15-Wall, -Wstrict-prototypes and some KNF cleanupNiklas Hallqvist
1996-07-27subr_userconf.c only for BOOT_CONFIG optionTheo de Raadt
1996-07-02-Wall & -Wstrict-prototype fixesNiklas Hallqvist
1996-06-27More bugs fixed. Replaced lots of "|" and "&" with the correct "||" and "&&".Mats O Jansson
1996-06-26New safer userconf_number, more can be terminated with q, if more than oneMats O Jansson
device uses the same slots, allocates new space. /moj
1996-06-23Added support for user modifiable kernel at boot (-c) /majaMats O Jansson