| Age | Commit message (Expand) | Author |
| 2010-03-03 | When implementing "read directory", when there are too many empty entries | he |
| 2010-02-15 | typo in comment | dholland |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2009-12-14 | Regen (new makesyscalls.sh) | matt |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-12-10 | Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly | matt |
| 2009-11-28 | Set irm->bufmem = uvmexp.filepages; | dsl |
| 2009-11-23 | Use lwp_getpcb() in compat code, clean from struct user. | rmind |
| 2009-11-04 | do_sys_wait(): fix previous by checking for ru != NULL. Noticed by | rmind |
| 2009-08-31 | Use uintptr_t instead of uint32_t as an intermediate stage when | dholland |
| 2009-08-31 | Use uintptr_t instead of int when munging fcntl flags, which are | dholland |
| 2009-06-28 | pad -> PAD, to follow src/sys/kern/makesyscalls.sh rev 1.87. | tsutsui |
| 2009-03-29 | - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total | mrg |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-01-13 | Regen to prove I didn't screw up the conversion: purely RCSID changes. | pooka |
| 2009-01-13 | Convert the syscalls.master to a format from which it is easier | pooka |
| 2009-01-11 | regen. | rumble |
| 2009-01-11 | Fix time_t change fallout. | rumble |
| 2008-11-21 | make this compile | cegger |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-07-02 | Remove proc_representative_lwp(), use a simple LIST_FIRST() instead. | rmind |
| 2008-05-10 | Try to adapt the usema driver to new select/poll world order. | tnn |
| 2008-05-09 | Make it build, struct vfsops gained a member. | tnn |
| 2008-04-29 | Ignore processes with PK_MARKER set. | ad |
| 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-04-23 | Regen. | ad |
| 2008-04-23 | -SYCALL_MPSAFE | ad |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-03-07 | v_interlock is a kmutex_t now, simple_lock() -> mutex_enter(). | tnn |
| 2008-01-29 | Adapt to renamelock_{enter, exit} addition to struct vfsops. | rafal |
| 2008-01-26 | VOP_LEASE is gone. | tsutsui |
| 2008-01-26 | Fix fallout from v_specinfo removal. | tsutsui |
| 2008-01-25 | Remove VOP_LEASE. Discussed on tech-kern. | ad |
| 2008-01-23 | Tons of process scope changes. | elad |
| 2008-01-06 | include sys/simplock.h | dsl |
| 2008-01-05 | Use FILE_LOCK() and FILE_UNLOCK(). | dsl |
| 2007-12-20 | regen | dsl |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-09 | more NDINIT fallout. not completely compile-tested. | dogcow |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-12-06 | lockmgr -> rwlock | ad |
| 2007-12-04 | Remove all the __P | dsl |
| 2007-11-28 | more l removal | pooka |
| 2007-11-28 | Follow up the removal of the lwp argument to VOP_ functions. | he |
| 2007-11-27 | more lwp cacking fallout | dogcow |
| 2007-09-30 | Remove a now-unused local variable. | he |
| 2007-09-29 | Change the way p->p_limit (and hence p->p_rlimit) is locked. | dsl |