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