aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/syscallsubr.h
Commit message (Expand)AuthorAgeFilesLines
* - Move the function prototypes for kern_setrlimit() and kern_wait() toJohn Baldwin2005-01-051-2/+6
* Add an execve command for kse_thr_interrupt to allow libpthread toDavid Xu2004-10-071-0/+3
* Rework how we store process times in the kernel such that we always storeJohn Baldwin2004-10-051-0/+2
* Sort forward declared structures.John Baldwin2004-09-241-2/+2
* Add a kern_setsockopt and kern_getsockopt which can read the optionDavid Malone2004-07-171-0/+5
* Back out the following revisions:Max Khon2003-11-051-2/+2
* Split sendit into two parts. The first part, still called sendit, thatDavid Malone2003-05-051-0/+4
* Change the semantics of sysv shm emulation to take a additionalMartin Blapp2003-05-051-0/+4
* Rename do_sigprocmask() to kern_sigprocmask() and make it a global symbolJohn Baldwin2003-04-181-0/+2
* Break out the bind and connect syscalls to intend to make callingHajimu UMEMOTO2003-02-031-0/+4
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-251-1/+5
* Split up ptrace() into a wrapper that does the copying to and fromIan Dowse2002-09-051-0/+2
* Split up __getcwd so that kernel callers of the internal versionIan Dowse2002-09-021-0/+2
* Split fcntl() into a wrapper and a kernel-callable kern_fcntl()Ian Dowse2002-09-021-0/+1
* Split out a number of mostly VFS and signal related syscalls intoIan Dowse2002-09-011-0/+76