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