Age | Commit message (Expand) | Author |
2019-08-05 | Allow concurrent reads of the f_offset field of struct file by | anton |
2019-07-12 | Revert anton@ changes about read/write unlocking | solene |
2019-07-10 | Make read/write of the f_offset field belonging to struct file MP-safe; | anton |
2014-11-15 | add sizes for free(ptr, sizeof(*ptr)). use sizeof(*ptr) for malloc sizes. | Ted Unangst |
2014-08-06 | Support NOTE_EOF for kqueue EVFILT_READ filters on NFS files. | Philip Guenther |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-06-15 | Fix a few format string bugs with -DDEBUG | Stefan Fritsch |
2014-03-28 | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of | Martin Pieuchot |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2009-01-19 | Introduce a macro to invalidate the attribute | Thordur I. Bjornsson |
2008-09-11 | issue a NOTE_TRUNCATE if the file size has shrinked | Thordur I. Bjornsson |
2008-08-20 | Return EINVAL instead of '1' for invalid kq filters. | Thordur I. Bjornsson |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-11 | Canonical for() -> queue.h FOREACH macro conversions. | Bret Lambert |
2007-09-20 | MALLOC/FREE -> malloc/free + M_ZERO. | Thordur I. Bjornsson |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-05-31 | kill some ifdef noyet code, de-static functions (makes my traces nicer), | Thordur I. Bjornsson |
2007-05-29 | Add a name argument to the RWLOCK_INITIALIZER macro. | Thordur I. Bjornsson |
2007-05-28 | zap annoying __KERNEL_RCSID(). | Thordur I. Bjornsson |
2007-05-17 | Collapse struct v_selectinfo in struct vnode, remove the | Thordur I. Bjornsson |
2007-04-19 | Replace the nfskevq_lock lockmgr lock with rwlock. | Thordur I. Bjornsson |
2007-04-12 | If VOP_GETATTR() in the nfs_kqpoll() loop returns ESTALE, catch it. | Thordur I. Bjornsson |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2004-07-21 | kqueue support for NFS, adapted from netbsd. | marius eriksen |