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 (
Collapse
)
Author
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
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-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
device uses the same slots, allocates new space. /moj
1996-06-23
Added support for user modifiable kernel at boot (-c) /maja
Mats O Jansson