index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_autoconf.c
Age
Commit message (
Expand
)
Author
2021-10-26
Improve unhibernate performance (30% on some machines, another upcoming diff
Theo de Raadt
2019-12-30
convert infinite msleep(9) to msleep_nsec(9)
Jonathan Gray
2018-12-05
free(9) sizes for softcs.
Martin Pieuchot
2016-03-14
Change a bunch of (<blah> *)0 to NULL.
Kenneth R Westerback
2015-12-20
Simple free(9) sizes, from Matthieu <naabed AT poolp DOT org>.
Martin Pieuchot
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-09-11
back out refcnt for dv_ref, there's too many hand crafted devices all
David Gwynne
2015-09-11
use refcnts for the device reference counts as an example of how
David Gwynne
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
[next]