| Age | Commit message (Expand) | Author |
| 2015-07-24 | Unused inits (harmless). | maxv |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |
| 2014-11-10 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-10-17 | Maps don't change that frequently between reads, so don't give up and | christos |
| 2014-10-11 | Define filesystem attributes with vfs dependency. | uebayasi |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2014-08-10 | #include <sys/cpu.h> | 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-07-12 | Use kproc2 to provide sensible informations for /proc/<pid>/stat. | njoly |
| 2014-06-30 | Use NZERO instead of hard-coded "20" value. | njoly |
| 2014-04-16 | An (un)privileged user can easily make the kernel dereference a NULL | maxv |
| 2014-04-05 | On my 24 proc box I got ENOSPC, so make the routine return the size it wants | christos |
| 2014-03-23 | Change all vfsops to use C99 designated initializers. | hannken |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 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 |