summaryrefslogtreecommitdiff
path: root/sys/kern/subr_userconf.c
AgeCommit message (Expand)Author
2019-09-06options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@cheloha
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2015-09-11Change device locators type from int to long, for the sake of 64-bit portsMiod Vallat
2014-11-03pass size argument to free()Theo de Raadt
2014-07-23Set the console input in polling mode before entering ukc.Martin Pieuchot
2014-07-13use mallocarray where arguments are multipled. ok deraadtTed Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-01-21bzero -> memsetTed Unangst
2013-12-12printf(variable) --> printf("%s", variable)Philip Guenther
2011-06-01Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata.Matthew Dempsky
2009-06-02truncated format strings; found by Parfait and gccTheo de Raadt
2008-03-24Make it possible to disable/enable pseudo devices in UKC, config file andMats O Jansson
2005-12-09ansi and deregister. No binary change.Jonathan Gray
2003-06-02remove clause 3 and 4. -mojMats O Jansson
2003-05-03string fixes; tedu okTheo de Raadt
2002-07-29Try to gracefully handle out of memory conditions.Artur Grabowski
2002-07-25Modify lvalue only once between sequence points. ok deraadt@Thomas Nordin
2002-05-02In UKC, when adding a fixed unit device (foo0) by cloning a star deviceMiod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
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