summaryrefslogtreecommitdiff
path: root/sys/kern/subr_userconf.c
AgeCommit message (Expand)Author
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
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
1996-06-23Added support for user modifiable kernel at boot (-c) /majaMats O Jansson