summaryrefslogtreecommitdiff
path: root/usr.sbin/config/mkioconf.c
AgeCommit message (Collapse)Author
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
rescinded 22 July 1999. Proofed by myself and Theo.
2002-05-29more snprintfTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-10Move extraloc to data segment. This fixes save of new locators for cloned ↵Mats O Jansson
devices. -moj ok @deraadt
2001-02-04Add support for pseudo devices. This is done by adding more informationMats O Jansson
in ioconf.c. The only thing that can be done with pseudo devices is changing the number of created units. -moj ok deraadt@
1999-10-02extraloc[] support; majaTheo de Raadt
1999-04-18Make -W -Wall happier.Marc Espie
Classical modern C type-checking, signed vs. unsigned.
1998-05-11Formerly reuse of unit numbers of detached devices was impossible, withNiklas Hallqvist
this change starred devices will search from the first allowed unit for such devices and up for free units when attaching. This means you have to rerun config(8) before yopu compile current kernels. FYI, this is a necessity when doing PCMCIA flashcard reading, otherwise you soon run out of unit numbers. I have also added a way to detach all children of a certain device, used in a new PCMCIA framework to come, so you detach all functions on a single PCMCIA card when pulling it out. A few bugs wrt starred devices fixed in the autoconfig_verbose code too. Last and least, fixed some panic messages.
1997-08-07jason is tired. this is not needed. our locator table stuff uses lessTheo de Raadt
memory too.
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
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-07-07Add support for allowing disabled devices in a config file. e.g.Mats O Jansson
ep0 at isa? disable port ? irq ? disable must be placed before any attribute for the device. /moj
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