summaryrefslogtreecommitdiff
path: root/sys/kern/subr_userconf.c
AgeCommit message (Collapse)Author
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
Not that it will help much, but what the hell. noticed by: tedu <grendel@zeitbombe.org>
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
(foo*), be sure to update all cf_starunit1 fields for related star devices, so that they will not compete for the foo0 probe. This fixes the new sparc bsd.scsi3 behaviour. Tested by brad@ and myself, ok maja@
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
ddb from boot -c. -moj
2001-02-04Add support for pseudo devices. Based on the new code in config.Mats O Jansson
N.B. this change requires the kernel to be configured with a new config since it need new information from ioconf.c. -moj ok @deraadt
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 ↵Mats O Jansson
David Brownlee <abs@mono.org>. -moj
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
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