| Age | Commit message (Expand) | Author |
| 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 |
| 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-11-27 | Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ | christos |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2013-10-29 | Vnode API cleanup pass 1. | hannken |
| 2013-07-18 | PR/48048: Add a missing vm_map_unlock_read() and uvmspace_free() to the ENOME... | ryo |
| 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-05-06 | - match format with the linux map printing | christos |
| 2012-04-30 | - Replace some malloc(9) uses with kmem(9). | rmind |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-12-19 | don't produce different output if we are super user. | christos |
| 2011-12-16 | provide a root entry if one was not found. | christos |
| 2011-12-15 | PR/45700: use dostatvfs instead of grabbing the latest cached copy of | christos |
| 2011-10-16 | VOP_GETATTR() needs a shared lock at least. | hannken |
| 2011-09-27 | define PROCFS_MAXNAMLEN and use it. | christos |
| 2011-09-04 | PR# kern/45021: Please support /emul/linux/proc/version | jmcneill |
| 2011-08-28 | both LINUX_USRSTACK32 and USRSTACK32 need to be defined for linux32 | jmcneill |
| 2011-07-26 | fix a botch in PRIxVADDR change (rev.1.38) | yamt |
| 2011-06-23 | From Aleksey Cheusov: Don't make it easy for compromised systems to bypass | christos |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-03-04 | Refactor ps_strings access. Based on PK_32, write either the normal | joerg |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-09-15 | Use PRIxVADDR to print vaddr_t elements. Wrap lines. | jym |
| 2010-07-21 | Make holding v_interlock mandatory for callers of vget(). | hannken |
| 2010-07-01 | Remove vlockmgr(). Generic vnode lock operations now use a rwlock located | hannken |
| 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-12-14 | gimpy invented PRIxVADDR format specifier. | uebayasi |
| 2009-11-30 | Introduce genfs_statvfs() as pretty much a no-info statvfs and | pooka |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-10-19 | Avoid leaking pages. Fixes PR 42053 from SHIMIZU Ryo. | dholland |
| 2009-10-02 | Put procfs policy back in the subsystem. | elad |
| 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 |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-01-11 | this change was somehow missed. | christos |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-12-29 | Rename specfs_lock as device_lock and move it from specfs to devsw. | pooka |
| 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 |