aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/syscallsubr.h
Commit message (Expand)AuthorAgeFilesLines
* - Remove unused variable from create_thread().John Baldwin2007-06-071-0/+3
* MFP4: (part of) 110058Jung-uk Kim2006-12-201-0/+2
* Fix a file descriptor race I reintroduced when I split accept1() up intoJohn Baldwin2006-07-271-1/+2
* - Split out kern_accept(), kern_getpeername(), and kern_getsockname() forJohn Baldwin2006-07-101-2/+8
* - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumesJohn Baldwin2006-07-081-0/+1
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingJohn Baldwin2006-07-081-0/+1
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. ThisJohn Baldwin2006-07-081-1/+1
* Add kern_setgroups() and kern_getgroups() and use them to implementJohn Baldwin2006-07-061-0/+2
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerJohn Baldwin2006-06-271-0/+3
* - Add a kern_kldload() that is most of the previous kldload() and pushJohn Baldwin2006-06-131-0/+2
* Fix 32bit sendfile by implementing kern_sendfile so that it takesPaul Saab2006-02-281-0/+3
* Add a kern_eaccess() function and use it to implement xenix_eaccess()John Baldwin2006-02-061-0/+2
* Reformat socket control messages on input/output for 32bit compatibilityPaul Saab2005-10-311-1/+1
* Implement the 32bit versions of recvmsg, recvfrom, sendmsgPaul Saab2005-10-151-0/+2
* Implement 32bit wrappers for clock_gettime, clock_settime, andPaul Saab2005-10-151-0/+6
* - Add two new system calls: preadv() and pwritev() which are like readv()John Baldwin2005-07-071-0/+2
* Do not allocate memory based on not-checked argument from userland.Pawel Jakub Dawidek2005-06-111-1/+1
* Avoid code duplication in serval places by introducing universalPawel Jakub Dawidek2005-06-091-0/+2
* Wrap copyin/copyout for kevent so the 32bit wrapper does not havePaul Saab2005-06-031-3/+3
* Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(),John Baldwin2005-03-311-0/+8
* regenPaul Saab2005-03-011-0/+4
* Backout previous change (disabling of security checks for signals deliveredMaxim Sobolev2005-02-131-2/+0
* Split out kill(2) syscall service routine into user-level and kernel part, theMaxim Sobolev2005-02-131-0/+2
* Implement a kern_pathconf() wrapper for pathconf() which can take theJohn Baldwin2005-02-071-0/+2
* - Tweak kern_msgctl() to return a copy of the requested message queue idJohn Baldwin2005-02-071-5/+17
* Extend kern_sendit() to take another enum uio_seg argument, which specifiesMaxim Sobolev2005-01-301-1/+1
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-1/+2
* Split out kernel side of msgctl(2) into two parts: the first that pops dataMaxim Sobolev2005-01-261-0/+3
* More kern_{get,set}itiver() where they belong.Maxim Sobolev2005-01-251-0/+4
* move kern_nanosleep to sys/syscallsubr.hPaul Saab2005-01-191-0/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* - 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