Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-05-29 | more snprintf | Theo de Raadt | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-02-16 | Part 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-10 | Move extraloc to data segment. This fixes save of new locators for cloned ↵ | Mats O Jansson | |
devices. -moj ok @deraadt | |||
2001-02-04 | Add support for pseudo devices. This is done by adding more information | Mats 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-02 | extraloc[] support; maja | Theo de Raadt | |
1999-04-18 | Make -W -Wall happier. | Marc Espie | |
Classical modern C type-checking, signed vs. unsigned. | |||
1998-05-11 | Formerly reuse of unit numbers of detached devices was impossible, with | Niklas 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-07 | jason is tired. this is not needed. our locator table stuff uses less | Theo de Raadt | |
memory too. | |||
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 | |
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-07 | Add 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-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 | |