| Age | Commit message (Expand) | Author |
| 2022-01-17 | If the calling process is running under linux emulation, make /proc/xxx/fd/ | bouyer |
| 2020-12-28 | Fix procfs environ node. | riastradh |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-04-29 | If the procfs mount is marked as linux-compat, then allow proc lookup | thorpej |
| 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-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2019-03-30 | add a node for the process resource limits. | christos |
| 2017-12-31 | rename some "cmdline" stuff now that it is used to print environment too | christos |
| 2017-12-31 | Add an environ node | christos |
| 2017-08-28 | Remove the filesystem tracing feature | kamil |
| 2017-03-30 | add an auxv node. | christos |
| 2017-02-17 | Add generic genfs_suspendctl() and use it for all file systems. | hannken |
| 2016-11-03 | Module procfs needs ptrace_common for process_do{,fp}regs | pgoyette |
| 2014-11-10 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2014-07-27 | Change procfs from hashlist to vcache. | hannken |
| 2014-04-16 | An (un)privileged user can easily make the kernel dereference a NULL | maxv |
| 2014-03-23 | Change all vfsops to use C99 designated initializers. | hannken |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2012-04-30 | - Replace some malloc(9) uses with kmem(9). | rmind |
| 2011-09-27 | define PROCFS_MAXNAMLEN and use it. | christos |
| 2009-11-30 | Introduce genfs_statvfs() as pretty much a no-info statvfs and | pooka |
| 2009-10-02 | Put procfs policy back in the subsystem. | elad |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-06-28 | Create sysctl entries during module initialisation and destroy them | rumble |
| 2008-05-13 | mnt_data is a pointer, set it to NULL not 0 when we're finished with it. | simonb |
| 2008-05-10 | Convert file systems to dynamically attach with the new module interface. | rumble |
| 2008-04-29 | PR kern/38057 ffs makes assuptions about devvp file system | ad |
| 2008-01-28 | Fix some race conditions in rename. | dholland |
| 2007-12-26 | Merge more changes from vmlocking2, mainly: | ad |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-07-31 | * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern | pooka |
| 2007-07-26 | Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. | pooka |
| 2007-07-17 | Make set_statvfs_info() take a parameter for the vfs name instead | pooka |
| 2007-07-12 | Change the VFS_MOUNT() interface so that the 'data' buffer passed to the | dsl |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-19 | New file system suspension API to replace vn_start_write and vn_finished_write. | hannken |
| 2006-12-09 | a smorgasbord of improvements to vnode locking and path lookup: | chs |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | add missing initializers | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-23 | Apply the NFS exports list rototill patch: | jmmv |