summaryrefslogtreecommitdiff
path: root/sys/kern/subr_userconf.c
AgeCommit message (Expand)Author
2001-06-13Repair bad printf (-Wall cleanup)Miod Vallat
2001-02-13KNFTheo de Raadt
2001-02-05If kernel is compile with support for DDB add a ddb command to enterMats O Jansson
2001-02-04Add support for pseudo devices. Based on the new code in config.Mats O Jansson
2000-08-08permit changing flagsTheo de Raadt
2000-07-06printf %sTodd T. Fries
2000-05-19Add enable to history when enable command i used. Reported by itojun@ and Dav...Mats O Jansson
2000-01-08Allow UKC to change tz with 'timezone' command.David Leonard
1999-10-04save user configuration in some magic buffer, which config -e can read; majaTheo de Raadt
1999-08-17initialize an incorrectly uninitialized variableArtur Grabowski
1999-04-28add autoconfig_verbose toggling command to boot_configTheo de Raadt
1998-03-03cleanup printfsTheo de Raadt
1998-03-03GCC 2.8 -Wallryker
1998-01-04indentTheo de Raadt
1998-01-04Added support for enable/disable attr value. eg disable irq 10. -mojMats O Jansson
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
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