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
/
usr.sbin
/
config
/
mkioconf.c
Age
Commit message (
Expand
)
Author
2022-04-07
Adjust mkioconf so the emitted extern struct cfattach are const.
Theo Buehler
2019-06-28
fputc/fputs return EOF on error
Theo de Raadt
2017-09-27
config -e's adds new devices to an extra locator array, which is accounted
Theo de Raadt
2016-10-27
Remove some code that was already disabled when it was committed
Theo Buehler
2016-10-16
Use the err(3) family of functions more consistently.
Theo Buehler
2015-09-11
Change device locators type from int to long, for the sake of 64-bit ports
Miod Vallat
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-05-18
use reallocarray and friends. okay miod@
Marc Espie
2011-10-02
Fix some minor things in config(8):
Edd Barrett
2011-07-16
remove unused variable
Charles Longeau
2011-06-01
Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata.
Matthew Dempsky
2008-03-24
Make it possible to disable/enable pseudo devices in UKC, config file and
Mats O Jansson
2005-01-02
breaks at least vax; backout
Theo de Raadt
2005-01-01
Make sure uextraloc ends up in .data so UKC works. OK deraadt@
Todd C. Miller
2004-01-04
knf and lint
Theo de Raadt
2003-12-06
NULL not 0 at end of pdevinit[]
Theo de Raadt
2003-09-26
use erealloc
Theo de Raadt
2003-06-28
ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmei
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-05-29
more snprintf
Theo de Raadt
2002-03-14
kill more registers.
Mike Pechkin
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-10
Move extraloc to data segment. This fixes save of new locators for cloned dev...
Mats O Jansson
2001-02-04
Add support for pseudo devices. This is done by adding more information
Mats O Jansson
1999-10-02
extraloc[] support; maja
Theo de Raadt
1999-04-18
Make -W -Wall happier.
Marc Espie
1998-05-11
Formerly reuse of unit numbers of detached devices was impossible, with
Niklas Hallqvist
1997-08-07
jason is tired. this is not needed. our locator table stuff uses less
Theo de Raadt
1997-08-07
cf_locnames support, from NetBSD (jtk, according to the RCSids).
Jason Downs
1997-07-06
-Wall happiness
Jason Downs
1997-02-03
Added some code lost in last rev. Now BOOT_CONFIG might work again. -moj
Mats O Jansson
1997-01-18
Sync. with current NetBSD--keeping local changes.
briggs
1996-10-23
Merge of NetBSD 961020. Includes flexible build/source dir specs
Niklas Hallqvist
1996-09-06
Added support for add device in subr_userconf. Not perfect but a good start.
Mats O Jansson
1996-07-07
Add support for allowing disabled devices in a config file. e.g.
Mats O Jansson
1996-06-16
provide locator names to kernel (update your config(8) binary!)
Theo de Raadt
1996-04-21
sync to netbsd 960418
Theo de Raadt
1996-03-25
From NetBSD: merge of 960317
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt