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
/
dev
/
hotplug.c
Age
Commit message (
Expand
)
Author
2011-07-02
kqueue attach functions should return an errno or 0, not a plain 1. Fix
Nicholas Marriott
2010-12-15
revert the malloc change, as it meant dropping events before the device is
Ted Unangst
2010-12-02
make hotplug queue dynamic, allowing us to increase size without waste.
Ted Unangst
2009-11-09
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
Nicholas Marriott
2006-05-28
Remove device id from hotplug events.
Michael Knudsen
2006-05-28
Include device id in hotplug events. This will be used by ntpd to check
Michael Knudsen
2004-10-08
If the hotplug queue is full, bump the tail pointer in the circular buffer.
Dale Rahn
2004-09-15
Return the ability to queue events before hotplugd started.
Alexander Yurchenko
2004-07-30
Correctly drain event queue on close. Fixes PR #3874
Miod Vallat
2004-07-05
clean & knf
Theo de Raadt
2004-07-05
do not queue events when no daemon running. flush all events on last close.
Theo de Raadt
2004-05-30
Devices hot plugging support.
Alexander Yurchenko