| Age | Commit message (Expand) | Author |
| 2021-12-08 | s/efficent/efficient/ in comments. | andvar |
| 2021-10-20 | Don't use genfs_rename_knote() in the "rename foo over hard-link to itself" | thorpej |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-10-11 | Mark the EVFILT_VNODE filters MP-safe. | thorpej |
| 2021-10-11 | Setting EV_EOF requires modifying kn->kn_flags. However, that relies on | thorpej |
| 2021-10-10 | Must hold kn->kn_kq->kq_lock to modify kn->kn_flags. | thorpej |
| 2021-10-05 | PR/53299: RVP: kernfs and procfs are broken when sysctl security.curtain | christos |
| 2021-10-02 | - Add a new EVFILT_WRITE test case for FIFOs that correctly validates | thorpej |
| 2021-10-02 | ...and correct my terrible spelling. | thorpej |
| 2021-10-02 | - Strenghen the poll(2) fifo_inout test to ensure that once the reader | thorpej |
| 2021-10-02 | - fifo_poll(): If the last writer has disappeared, detect this and return | thorpej |
| 2021-09-29 | The kq filterops that interact with sockets are MPSAFE. | thorpej |
| 2021-09-29 | - Change selremove_knote() from returning void to bool, and return | thorpej |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-07-19 | Abolish all the silly indirection macros for initializing vnode ops tables. | dholland |
| 2021-07-18 | Abolish all the silly indirection macros for initializing vnode ops tables. | dholland |
| 2021-07-18 | Use macros for the canned parts of device and fifo vnode op tables. | dholland |
| 2021-07-06 | Fix perms on /kern/{r,}rootdev. | dholland |
| 2021-07-06 | Add missing VOP_KQFILTER to kernfs. | dholland |
| 2021-06-29 | Add containment for the cloning devices hack in vn_open. | dholland |
| 2021-06-29 | - Add a new vnode op: VOP_PARSEPATH. | dholland |
| 2021-06-28 | VOP_BMAP() may be called via ioctl(FIOGETBMAP) on any vnode that applications | chs |
| 2021-05-01 | Make sure fdesc_lookup() never returns VNON vnodes. | hannken |
| 2020-12-28 | Fix procfs environ node. | riastradh |
| 2020-12-25 | When reading from a block device, queue parallel block requests to | mlelstv |
| 2020-12-19 | Use sel{record,remove}_knote(). | thorpej |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-09-05 | genfs_rename: Fix deadlocks in cross-directory cyclic rename. | riastradh |
| 2020-08-19 | Remove trailing \n from UVMHIST_LOG() format strings. | simonb |
| 2020-08-14 | centralize calls from UVM to radixtree into a few functions. | chs |
| 2020-08-10 | Output offsets in hex for UVMHIST. | rin |
| 2020-08-07 | accmode should be accmode_t | christos |
| 2020-06-27 | Introduce genfs_pathconf() and use it for the default case in all filesystems. | christos |
| 2020-06-14 | genfs_putpages(): when building a cluster make use of pages in the in the | ad |
| 2020-06-11 | Counter tweaks: | ad |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-05-31 | struct statvfs is too large for stack. Use malloc(9) instead. | rin |
| 2020-05-26 | Add need-flags for kernfs. | bouyer |
| 2020-05-25 | - Alter the convention for uvm_page_array slightly, so the basic search | ad |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-05-20 | Fix EPERM vs EACCES on chtimes (thanks @hannken) | christos |
| 2020-05-18 | remove debugging, it is just clutter. | christos |
| 2020-05-18 | Fix EPERM vs EACCES return. | christos |
| 2020-05-17 | Start trying to reduce cache misses on vm_page during fault processing. | ad |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-04-29 | Put forward declaration a little further forward to unbreak build. | riastradh |
| 2020-04-29 | If the procfs mount is marked as linux-compat, then allow proc lookup | thorpej |
| 2020-04-25 | Allow root to access and modify system space extended attributes. | christos |
| 2020-04-21 | Revert the changes made in February to make cwdinfo use mostly lockless, | ad |
| 2020-04-20 | Add missing include of <sys/atomic.h> to fix the build | martin |