| Age | Commit message (Expand) | Author |
| 2022-06-17 | Pull up following revision(s) (requested by shm in ticket #1475): | martin |
| 2019-09-01 | Pull up following revision(s) (requested by hannken in ticket #132): | martin |
| 2019-03-30 | add a node for the process resource limits. | christos |
| 2018-10-14 | remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had | jdolecek |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-04-07 | Lock the target cwdi and take an additional reference to the | hannken |
| 2017-12-31 | Add an environ node | christos |
| 2017-12-01 | Allow procfs_kqfilter, since we allow poll. "go" does it. | christos |
| 2017-11-08 | fix locking, remove error(1) comments. | christos |
| 2017-11-08 | use p->p_path, remove unused code. | christos |
| 2017-08-28 | Remove the filesystem tracing feature | kamil |
| 2017-05-26 | Make VOP_RECLAIM do the last unlock of the vnode. | riastradh |
| 2017-04-11 | Make VOP_INACTIVE preserve vnode lock on return. | riastradh |
| 2017-03-30 | add an auxv node. | christos |
| 2016-08-20 | Remove now obsolete operation vcache_remove(). | hannken |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |
| 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-07-25 | Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can | dholland |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2012-11-25 | do something reasonable with kernel semaphores. | christos |
| 2012-05-28 | add a task process subdirectory for emul linux | christos |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-09-04 | PR# kern/45021: Please support /emul/linux/proc/version | jmcneill |
| 2011-06-23 | From Aleksey Cheusov: Don't make it easy for compromised systems to bypass | christos |
| 2010-07-01 | Remove pfind() and pgfind(), fix locking in various broken uses of these. | rmind |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-06-08 | Procfs_lookup() does not lookup directory descriptors in the fd/ | hannken |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2009-07-03 | Where possible, extract the file-system's access() routine to two internal | elad |
| 2009-06-23 | Move the implementation of vaccess() to genfs_can_access(), in line with | elad |
| 2009-05-24 | More changes to improve kern_descrip.c. | ad |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-09-05 | PR/39324 kernel diagnostic assertion "l->l_stat != LSZOMB" failed. | skrll |
| 2008-09-05 | ANSIfy | skrll |
| 2008-07-02 | Remove proc_representative_lwp(), use a simple LIST_FIRST() instead. | rmind |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-01-23 | Tons of process scope changes. | elad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-11-09 | make the last argument of procfs_dir size_t | christos |
| 2007-11-07 | Merge from vmlocking: | ad |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-10-08 | Merge file descriptor locking, cwdi locking and cross-call changes | ad |