summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
AgeCommit message (Expand)Author
2013-12-11create rump kernel wrapper for utrace() toopooka
2013-12-09Create rump kernel wrappers for {f,}ktracepooka
2013-10-17Change mknodat(2) device argument type from uint32_t to dev_t.njoly
2013-08-30There is absolutely no way that fexecve() could even theoretically workpooka
2013-03-29Centralize the computation of struct timespec to the int timo.christos
2012-10-02kernel portion of clock_nanosleep()christos
2012-06-22Add {send,recv}mmsg from Linuxchristos
2012-05-05Add a new type of syscall "EXTERN" which is meant for modules that livechristos
2012-03-08Add entry for _ksem_timedwait.joerg
2012-02-19Use void * instead of sa_upcall_t for sa_register (since sa_upcall_t ismatt
2012-02-19Make SA syscalls as COMPAT_60matt
2012-02-19Make SA calls obsolete (use stubs in kern case, as libc needs them for now).rmind
2012-02-11Add a posix_spawn syscall, as discussed on tech-kern.martin
2012-02-01Change the syscall API for quotas over to the new non-proplib one.dholland
2011-08-17Add futimens(2) and part of utimnsat(2)manu
2011-08-08First stage of support for Extended API set 2. Most of the think ismanu
2011-07-18make the data arguments of *setxattr(2) const, as in Linuxdrochner
2011-06-26- syscalls that takes socklen_t arguments should do so.christos
2011-03-09actually, revert previous for now. quotactl doesn't play with thepooka
2011-03-09mark old quotactl rump toopooka
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2011-02-21Add syscall type NOERR which signals that a system call is STD butpooka
2011-02-21somehow i've missed preadv/pwritev from rump-relevant syscallspooka
2011-01-31make syscalls match documentation as far as pid_t goes.christos
2011-01-17Missed pselect50 in previous (file was open in editor ... d0h).pooka
2011-01-17Mark a few 5.0 COMPAT syscalls as RUMP now that it's possiblepooka
2011-01-10implement sigqueueinfochristos
2010-11-11rump posix_fadvise()pooka
2010-09-07getcwd for rumppooka
2010-09-06rump umaskpooka
2010-08-30RUMP syscalls for kern_prot.c interfacespooka
2010-06-10rump stubs for _ksem*pooka
2010-06-04Rumpify pathconf(2)/fpathconf(2)njoly
2010-04-21make get/setrlimit as rump-capablepooka
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