| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor klist insertion and removal |  visa | 2020-12-25 | 1 | -3/+3 |
* | Rename poll-compatibility flag to better reflect what it is. |  mpi | 2020-06-11 | 1 | -4/+4 |
* | Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2). |  mpi | 2020-06-08 | 1 | -9/+64 |
* | Abstract the head of knote lists. This allows extending the lists, |  visa | 2020-04-07 | 1 | -3/+3 |
* | Replace field f_isfd with field f_flags in struct filterops to allow |  visa | 2020-02-20 | 1 | -3/+3 |
* | sys/nfs: misc. tsleep(9) -> tsleep_nsec(9); ok mpi@ |  cheloha | 2020-01-21 | 1 | -3/+3 |
* | Use C99 designated initializers with struct filterops. In addition, |  visa | 2019-12-31 | 1 | -5/+14 |
* | Convert infinite sleeps to tsleep_nsec(9). |  mpi | 2019-12-05 | 1 | -2/+2 |
* | Allow concurrent reads of the f_offset field of struct file by |  anton | 2019-08-05 | 1 | -2/+2 |
* | Revert anton@ changes about read/write unlocking |  solene | 2019-07-12 | 1 | -2/+2 |
* | Make read/write of the f_offset field belonging to struct file MP-safe; |  anton | 2019-07-10 | 1 | -2/+2 |
* | add sizes for free(ptr, sizeof(*ptr)). use sizeof(*ptr) for malloc sizes. |  tedu | 2014-11-15 | 1 | -3/+3 |
* | Support NOTE_EOF for kqueue EVFILT_READ filters on NFS files. |  guenther | 2014-08-06 | 1 | -1/+5 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -3/+1 |
* | Fix a few format string bugs with -DDEBUG |  sf | 2014-06-15 | 1 | -2/+2 |
* | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of |  mpi | 2014-03-28 | 1 | -2/+1 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 1 | -3/+1 |
* | Introduce a macro to invalidate the attribute |  thib | 2009-01-19 | 1 | -2/+2 |
* | issue a NOTE_TRUNCATE if the file size has shrinked |  thib | 2008-09-11 | 1 | -4/+9 |
* | Return EINVAL instead of '1' for invalid kq filters. |  thib | 2008-08-20 | 1 | -2/+2 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Canonical for() -> queue.h FOREACH macro conversions. |  blambert | 2008-06-11 | 1 | -1/+2 |
* | MALLOC/FREE -> malloc/free + M_ZERO. |  thib | 2007-09-20 | 1 | -4/+3 |
* | pedro ok'd this ~3500 line diff which removes the vop argument |  deraadt | 2007-06-01 | 1 | -5/+2 |
* | kill some ifdef noyet code, de-static functions (makes my traces nicer), |  thib | 2007-05-31 | 1 | -21/+14 |
* | Add a name argument to the RWLOCK_INITIALIZER macro. |  thib | 2007-05-29 | 1 | -2/+2 |
* | zap annoying __KERNEL_RCSID(). |  thib | 2007-05-28 | 1 | -4/+1 |
* | Collapse struct v_selectinfo in struct vnode, remove the |  thib | 2007-05-17 | 1 | -8/+3 |
* | Replace the nfskevq_lock lockmgr lock with rwlock. |  thib | 2007-04-19 | 1 | -21/+15 |
* | If VOP_GETATTR() in the nfs_kqpoll() loop returns ESTALE, catch it. |  thib | 2007-04-12 | 1 | -2/+9 |
* | Remove unnecessary lockmgr() archaism that was costing too much in terms |  pedro | 2005-11-19 | 1 | -13/+12 |
* | kqueue support for NFS, adapted from netbsd. |  marius | 2004-07-21 | 1 | -0/+359 |