| Age | Commit message (Expand) | Author |
| 2022-06-17 | Add missing permission check | shm |
| 2022-03-27 | dedup the eofs link/symlink methods | christos |
| 2022-01-19 | Now that an inline function dereferences it, make sure struct proc | martin |
| 2022-01-17 | If the calling process is running under linux emulation, make /proc/xxx/fd/ | bouyer |
| 2022-01-14 | Fix emul and exe DT_ types (from RVP, as was the previous commit) | christos |
| 2022-01-14 | Put the appropriate DT_ constant in the dirent structure depending on the | christos |
| 2022-01-11 | remove redundant error initialization and break earlier. (from rvp) | christos |
| 2022-01-11 | Use a single "p" variable. | hannken |
| 2022-01-10 | use a single nc variable. | christos |
| 2022-01-10 | Fix locking in the error path (from RVP). Centralize unlock code. | christos |
| 2021-12-08 | s/efficent/efficient/ in comments. | andvar |
| 2021-10-05 | PR/53299: RVP: kernfs and procfs are broken when sysctl security.curtain | christos |
| 2021-07-18 | Abolish all the silly indirection macros for initializing vnode ops tables. | 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 |
| 2020-12-28 | Fix procfs environ node. | riastradh |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-06-27 | Introduce genfs_pathconf() and use it for the default case in all filesystems. | christos |
| 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-23 | Move proc_lock into the data segment. It was dynamically allocated because | 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-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 |
| 2020-04-20 | Sort include files. | htodd |
| 2020-04-20 | Add missing include to fix build. | htodd |
| 2020-04-19 | - Only increment nprocs when we're creating a new process, not just | thorpej |
| 2020-04-04 | Merge the remaining changes from the ad-namecache branch, affecting namei() | ad |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-02-24 | v_interlock -> vmobjlock | ad |
| 2020-02-23 | Merge from ad-namecache: | ad |
| 2020-02-01 | Load struct filedesc::fd_dt with atomic_load_consume. | riastradh |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2020-01-02 | - Eliminate the global "boottime" variable, which was being accessed | thorpej |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-12-16 | - Extend the per-CPU counters matt@ did to include all of the hot counters | ad |
| 2019-09-27 | Instead of casting to size_t, cast to uintmax_t to prevent truncation | christos |
| 2019-09-26 | fix sign-compare issues: uio->uio_offset (off_t) is compared with (size_t): | christos |
| 2019-09-26 | Rewrite the procfs_fileno as an inline function to make it more clear what | christos |
| 2019-09-07 | have procfs_do_pid_stat() pass the proc's map to get_proc_size_info(), | chs |
| 2019-08-29 | Add missing operation VOP_GETPAGES() returning EFAULT. | hannken |
| 2019-08-23 | Fix info leaks. | maxv |
| 2019-04-25 | Restore mapping of file id to pid/type/fd. | mlelstv |
| 2019-03-30 | add a node for the process resource limits. | christos |
| 2018-12-05 | As discussed in tech-kern: | christos |
| 2018-10-14 | remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had | jdolecek |