Age | Commit message (Expand) | Author |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-09 | you need atomic.h to do atomic things. | David Gwynne |
2015-02-09 | use atomic ops to increment and decrement the device ref count in | David Gwynne |
2015-01-22 | bring back r1.80: | David Gwynne |
2015-01-19 | back it out properly | Theo de Raadt |
2015-01-19 | never tested with a make release | Theo de Raadt |
2015-01-19 | pass the size of the softc to free. | David Gwynne |
2014-09-18 | Introduce config_suspend_all(9) a function that invokes config_suspend(9) | Mark Kettenis |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-13 | use mallocarray where arguments are multipled. ok deraadt | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Change config_deactivate(9) to always unset the DVF_ACTIVE flag so | Martin Pieuchot |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2013-12-12 | printf(variable) --> printf("%s", variable) | Philip Guenther |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-29 | msgs can be const | Theo de Raadt |
2013-11-27 | get rid of the goop for maintaining multiple cftables since theres | David Gwynne |
2013-11-26 | compare pointers to NULL | David Gwynne |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-06-20 | serialize attach and detach of device sub-trees -- only one device | Theo de Raadt |
2011-06-01 | Add a few KASSERTs to config_attach() for sanity to make sure we don't | Matthew Dempsky |
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 |