Age | Commit message (Expand) | Author |
2023-09-22 | Introduce `hotplug_mtx' mutex(9) and make `hotplugread_filtops' MP safe. | Vitaliy Makkoveev |
2023-09-08 | Remove the remnants of the leftover selinfo from vnode(9) layer. Just | Vitaliy Makkoveev |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-04-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow | Visa Hankala |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2016-06-07 | per trending style, add continue to empty loops. | Ted Unangst |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | Switch uiomovei(..., sizeof whatever, ...) to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
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 |