| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-04-07 | Abstract the head of knote lists. This allows extending the lists, |  visa | 1 | -3/+3 |
| 2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow |  visa | 1 | -2/+2 |
| 2019-12-31 | Use C99 designated initializers with struct filterops. In addition, |  visa | 1 | -3/+7 |
| 2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). |  mpi | 1 | -2/+2 |
| 2016-06-07 | per trending style, add continue to empty loops. |  tedu | 1 | -2/+2 |
| 2015-03-14 | Remove some includes include-what-you-use claims don't |  jsg | 1 | -2/+1 |
| 2015-02-10 | Switch uiomovei(..., sizeof whatever, ...) to uiomove(). |  miod | 1 | -2/+2 |
| 2015-02-10 | First step towards making uiomove() take a size_t size argument: |  miod | 1 | -2/+2 |
| 2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix |  nicm | 1 | -2/+2 |
| 2010-12-15 | revert the malloc change, as it meant dropping events before the device is |  tedu | 1 | -15/+2 |
| 2010-12-02 | make hotplug queue dynamic, allowing us to increase size without waste. |  tedu | 1 | -4/+17 |
| 2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't |  nicm | 1 | -2/+1 |
| 2006-05-28 | Remove device id from hotplug events. |  mk | 1 | -5/+3 |
| 2006-05-28 | Include device id in hotplug events. This will be used by ntpd to check |  mk | 1 | -3/+5 |
| 2004-10-08 | If the hotplug queue is full, bump the tail pointer in the circular buffer. |  drahn | 1 | -2/+5 |
| 2004-09-15 | Return the ability to queue events before hotplugd started. |  grange | 1 | -5/+2 |
| 2004-07-30 | Correctly drain event queue on close. Fixes PR #3874 |  miod | 1 | -2/+2 |
| 2004-07-05 | clean & knf |  deraadt | 1 | -15/+8 |
| 2004-07-05 | do not queue events when no daemon running. flush all events on last close. |  deraadt | 1 | -1/+8 |
| 2004-05-30 | Devices hot plugging support. |  grange | 1 | -0/+233 |