Age | Commit message (Expand) | Author |
2010-09-08 | remove a useless comment | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-06-30 | Silence the activation debug reporting. We are starting to get worried | Theo de Raadt |
2010-02-28 | Remove leftover debug printf in config_activate_children(); ok deraadt | Miod Vallat |
2009-11-23 | Make config_activate_children() more useable as a suspend-and-resume | Theo de Raadt |
2009-11-22 | Add basic suspend/resume autoconf functionality. | Paul Irofti |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2008-08-20 | Allow devices attaching at root (such as softraid) to be disabled in UKC. | Miod Vallat |
2007-11-23 | Since the devices that we detach may have children we cannot rely on the | Mark Kettenis |
2007-10-29 | get rid of the unused cond_predicate_t typedef. | David Gwynne |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-05-30 | the (root) stuff is ugly, so print "at root", so it looks more like | Theo de Raadt |
2007-05-15 | kill __HAVE_DEVICE_REGISTER by requiring all architectures to have a | Theo de Raadt |
2007-05-09 | evcnt_attach() is no longer used; ok miod | Theo de Raadt |
2006-05-28 | Remove device id from hotplug events. | Michael Knudsen |
2006-05-28 | more fallout from the sensors: Every single ramdisk got broken. | Theo de Raadt |
2006-05-28 | Include device id in hotplug events. This will be used by ntpd to check | Michael Knudsen |
2006-05-17 | cf_unit should have a value between 0 and cd_ndevs. So set cf_unit to 0 when | Kenneth R Westerback |
2006-05-17 | Detach children devices in reverse order. This gives better display, and | Kenneth R Westerback |
2006-05-14 | When assigning a unit number, treat running off the end of the | Kenneth R Westerback |
2006-01-21 | Remove now unused zeroref member in cfattach structures. | Miod Vallat |
2006-01-13 | In config_detach_children(), after detaching a device, restart the device | Miod Vallat |
2005-12-09 | ansi and deregister. No binary change. | Jonathan Gray |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-11-23 | Create the init process earlier, before the root filesystem is mounted, | Miod Vallat |
2004-08-03 | Fix a minor bug where indirect config crashes the kernel | Per Fogelstrom |
2004-05-30 | Devices hot plugging support. | Alexander Yurchenko |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2003-04-19 | Tweak previous sprintf -> snprintf fix to eliminate unnecessary | Kenneth R Westerback |
2003-03-30 | Use snprintf() to simplify device name construction, removing now | Kenneth R Westerback |
2002-10-06 | Remove some '#if 0' cruft. | Artur Grabowski |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-09-01 | Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already had it) and | Jason Wright |
2001-08-31 | implement autoconf mechanism using device_register(); from NetBSD. | Jason Wright |
2000-04-09 | range error; < cd_ndevs, not <= | Theo de Raadt |
2000-04-09 | Added config_detach_children, config_activate_children. | Constantine Sapuntzakis |
1999-08-08 | From NetBSD; new device detaching infrastructure. | Niklas Hallqvist |
1999-08-05 | From NetBSD; config_defer to defer configuration of a device until after all | Niklas Hallqvist |
1999-07-23 | Remove obsolete detach logic in preparation of a newer one | Niklas Hallqvist |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1998-05-11 | Formerly reuse of unit numbers of detached devices was impossible, with | Niklas Hallqvist |
1998-02-20 | Please GCC 2.8's harsher view of good style | Niklas Hallqvist |
1998-01-21 | Prevent a NULL-deref in the autoconf_verbose case | Niklas Hallqvist |
1998-01-20 | typo | Niklas Hallqvist |
1998-01-20 | Provide a way to debug probes. set autoconf_verbose via DDB, or | Niklas Hallqvist |
1997-11-23 | indent | Michael Shalayeff |
1997-02-03 | hp300 needs device_register(), too. | Jason Downs |
1996-11-21 | export struct cfdata cfdata[]; | Michael Shalayeff |