| Age | Commit message (Expand) | Author |
| 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 |
| 2007-07-22 | Don't allow getcwd() on procfs vnodes and provide "/" as the path | pooka |
| 2007-05-24 | Extend the Linux emulation of /proc to include | agc |
| 2007-04-04 | Unfortunately, missed procfs_proc_unlock() in previous. | rmind |
| 2007-04-04 | procfs_readlink: Handle a possible fail of fd_getfile(), also, we | rmind |
| 2007-03-09 | - Make the proclist_lock a mutex. The write:read ratio is unfavourable, | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-03-03 | Don't prepend rootvnode to the path in non-NULL case for exe links. | salo |
| 2007-02-19 | When checking for file validity under pid/, do proper proc->lwp | pooka |
| 2007-02-18 | Don't check for validity of p in lookup for root nodes, since it | pooka |
| 2007-02-17 | Change the process/lwp flags seen by userland via sysctl back to the | pavel |
| 2007-02-16 | In lookup, when checking for procfs process node validity, target the | pooka |
| 2007-02-15 | Need to acquire procp->p_mutex for procfs_dir(). | ad |
| 2007-02-11 | Eliminate a couple of reference count and mutex leaks. | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-12-25 | PR/35226: Johann Franz: Problems with permissions in | elad |
| 2006-12-09 | a smorgasbord of improvements to vnode locking and path lookup: | chs |
| 2006-12-04 | From Nicolas Joly: restore previous behavior in procfs_validfile_linux, since | christos |
| 2006-12-03 | Move kauth(9) call to where it belongs. Noticed by Nicolas Joly, thanks! | elad |
| 2006-11-28 | Move ktrace, ptrace, systrace, and procfs to use kauth(9). | elad |