| Age | Commit message (Expand) | Author |
| 2010-03-02 | Make lfs syscalls loadable. This nukes fs_lfs.h & #ifdef LFS. | pooka |
| 2009-11-26 | pipe +RUMP | pooka |
| 2009-11-26 | modctl +RUMP | pooka |
| 2009-07-21 | +fhopen, +fhstatvfs1 RUMP | pooka |
| 2009-07-19 | Make POSIX message queues a kernel module. | rmind |
| 2009-05-15 | Use argname PAD to signal that an argument is used only for padding | pooka |
| 2009-03-28 | mark a bunch of syscalls as RUMP | pooka |
| 2009-03-19 | make mount() a rump call | pooka |
| 2009-03-18 | kqueue and kevent for rump | pooka |
| 2009-02-13 | Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" | apb |
| 2009-01-26 | Tag a few more socket syscalls with RUMP: | pooka |
| 2009-01-13 | Convert the syscalls.master to a format from which it is easier | pooka |
| 2009-01-11 | fix lutimes. | christos |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-11-26 | RUMP some syscalls required by nfsd. | pooka |
| 2008-11-21 | document modular. no functional change. | pooka |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-11-14 | Make POSIX AIO loadable as a module. | ad |
| 2008-11-14 | Replace semid_t with intptr_t. No function change. This is a libc/kernel | ad |
| 2008-11-12 | Allow the POSIX semaphore code to be loaded as a module. | ad |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-10-16 | One more rump syscall: ioctl (required for interface configuration) | pooka |
| 2008-10-15 | Mark a few network-related calls as RUMP (needs more work) | pooka |
| 2008-10-15 | Merge wrstuden-revivesa into HEAD. | wrstuden |
| 2008-08-01 | rumpify sys___sysctl | pooka |
| 2008-07-16 | rumpalooza sys_fsync | pooka |
| 2008-07-07 | Expose utimes() and lutimes() to rump. | pooka |
| 2008-07-01 | Adjust rump syscalls: remove a few pointless ones and add a few | pooka |
| 2008-06-17 | Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. | tsutsui |
| 2008-06-16 | typo | christos |
| 2008-06-16 | adjust prototypes for the affinity calls. | christos |
| 2008-05-29 | Mark pread/pwrite rump syscalls. | pooka |
| 2008-04-24 | - Retire SYCALL_MPSAFE. With the exceptions of darwin and irix emulations, | ad |
| 2008-04-21 | Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE. | ad |
| 2008-04-21 | Acquire kernel_lock directly in LFS syscalls. | ad |
| 2008-04-21 | timer fixes for PR 37093: | ad |
| 2008-03-27 | Put kqueue/kevent back as MPSAFE. | ad |
| 2008-03-24 | after yamt-lazymbuf merge, mark send/recv syscalls MPSAFE. | yamt |
| 2008-03-24 | merge yamt-lazymbuf branch. | yamt |
| 2008-03-22 | Unmark kevent/kqueue as MPSAFE. There seems to be some kind of deadlock | ad |
| 2008-03-21 | Mark kqueue/kevent MPSAFE. | ad |
| 2008-03-11 | Generate syscalls entry points which can be called directly without | pooka |
| 2008-02-24 | Desupport compatibility for the old posix_fadvise syscall per yamt's | martin |
| 2008-02-15 | Mark mount/unmount MPSAFE. PR kern/38034. | ad |
| 2008-02-09 | from rmind@, | yamt |
| 2008-01-27 | Version the posix_fadvise syscall and add the missing "pad" argument, | martin |
| 2008-01-25 | Mark the extattr syscalls MPSAFE. | ad |
| 2008-01-16 | Pull in my modules code for review/test/hacking. | ad |
| 2008-01-15 | Implementation of processor-sets, affinity and POSIX real-time extensions. | rmind |
| 2008-01-07 | More MPSAFE syscalls. | ad |