index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_userconf.c
Age
Commit message (
Expand
)
Author
2001-06-13
Repair bad printf (-Wall cleanup)
Miod Vallat
2001-02-13
KNF
Theo de Raadt
2001-02-05
If kernel is compile with support for DDB add a ddb command to enter
Mats O Jansson
2001-02-04
Add support for pseudo devices. Based on the new code in config.
Mats O Jansson
2000-08-08
permit changing flags
Theo de Raadt
2000-07-06
printf %s
Todd T. Fries
2000-05-19
Add enable to history when enable command i used. Reported by itojun@ and Dav...
Mats O Jansson
2000-01-08
Allow UKC to change tz with 'timezone' command.
David Leonard
1999-10-04
save user configuration in some magic buffer, which config -e can read; maja
Theo de Raadt
1999-08-17
initialize an incorrectly uninitialized variable
Artur Grabowski
1999-04-28
add autoconfig_verbose toggling command to boot_config
Theo de Raadt
1998-03-03
cleanup printfs
Theo de Raadt
1998-03-03
GCC 2.8 -Wall
ryker
1998-01-04
indent
Theo de Raadt
1998-01-04
Added support for enable/disable attr value. eg disable irq 10. -moj
Mats O Jansson
1996-11-21
export struct cfdata cfdata[];
Michael Shalayeff
1996-09-06
Fixed another bug niklas found. -moj
Mats O Jansson
1996-09-06
Call me "Pedant"! prototype mismatches fixed and unused var removed
Niklas Hallqvist
1996-09-06
Added support for add device in subr_userconf. Not perfect but a good start.
Mats O Jansson
1996-09-02
loop till quit
Theo de Raadt
1996-08-15
-Wall, -Wstrict-prototypes and some KNF cleanup
Niklas Hallqvist
1996-07-27
subr_userconf.c only for BOOT_CONFIG option
Theo de Raadt
1996-07-02
-Wall & -Wstrict-prototype fixes
Niklas Hallqvist
1996-06-27
More bugs fixed. Replaced lots of "|" and "&" with the correct "||" and "&&".
Mats O Jansson
1996-06-26
New safer userconf_number, more can be terminated with q, if more than one
Mats O Jansson
1996-06-23
Added support for user modifiable kernel at boot (-c) /maja
Mats O Jansson