summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
AgeCommit message (Expand)Author
2021-11-01Use "stack_t" instead of "struct sigaltstack", as the former is thethorpej
2021-09-19Add native implementations of eventfd(2) and timerfd(2), compatible withthorpej
2020-11-02PR/55777: Ruslan Nikolaev: Make clock_getcpuclockid2 accessible from rumpchristos
2020-08-14New system call getrandom() compatible with Linux and others.riastradh
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-04-26Due to a collision with another upcoming change, relocate the futex callsthorpej
2020-04-26Add a NetBSD native futex implementation, mostly written by riastradh@.thorpej
2020-04-22Remove _lwp_gettid(2) system call. This problem is going to be solvedthorpej
2020-04-12put back the MODULAR attributes accidentally removed.christos
2020-04-12change ' \t' to '\t'christos
2020-04-12Change STD[:random-whitespace:]RUMP to STD\tRUMPchristos
2020-04-04Add support for lazily generating a "global thread ID" for a LWP. Thisthorpej
2020-01-21Split the compat_50 module into two, separating the QUOTA-relatedpgoyette
2019-09-22Add a new member to struct vfsstat and grow the unused memberschristos
2019-06-18remove XXX from the quota call.christos
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-07-31Add getsockopt2() syscall.rjs
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2018-01-06Revert vadvise(2) removalkamil
2017-12-19Drop SYS_vadvisekamil
2017-12-19Drop SYS_sbrkkamil
2017-12-19Drop the sstk(2) syscall stubkamil
2017-12-08make _lwp_park return the remaining time to sleep in the "ts" argumentchristos
2016-11-02* Split sys/kern/sys_process.c into three parts:pgoyette
2016-07-03GSoC 2016 Charles Cui: Implement thread priority protection based on workchristos
2016-04-23Add clock_getcpuclockid2(2) as well as CLOCK_{PROCESS,THREAD}_CPUTIME_ID.christos
2016-04-03include <sys/idtype.h>christos
2016-04-02add wait6christos
2015-12-03Merge the compat_sysv module into the sysv_ipc module - it shouldpgoyette
2015-10-10Correctly mark syscalls 301, 302, 303 so that they will autoload thepgoyette
2015-10-02PR/50295: clock_nanotime() should not set errno, but return the error.christos
2015-06-18+RUMP to __posix_{,f,l}chown. at least python wants them.pooka
2015-05-13Update syscalls to point to the new module. (Regen of dependantpgoyette
2015-05-10Split the SYSV* compat code out into a separate compat_sysv module.pgoyette
2015-05-09Remove extraneous word 'compat' on header linepgoyette
2015-05-09Teach makesyscalls.sh how to auto-generate the list of syscalls thatpgoyette
2015-04-08Add __posix_rename as a rump syscalljustin
2015-02-22PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong.christos
2015-02-10Mark posix_fallocate as NOERRmartin
2014-07-25Add fdiscard and posix_fallocate syscalls.dholland
2014-06-12Avoid using C++ keywords as argument name.joerg
2014-04-09rump kernel wrappers for aio syscallspooka
2014-03-14Add rump kernel syscall wrapper flag for a bunch of time-relatedpooka
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