summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscallsubr.h
Commit message (Expand)AuthorAgeFilesLines
* - Split out a kern_posix_fadvise() from the posix_fadvise() system call sojhb2011-11-141-0/+4
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-011-0/+3
* Provide compat32 shims for kldstat(2).kib2011-03-301-0/+2
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+5
* Background:mckusick2010-01-111-1/+1
* Current pselect(3) is implemented in usermode and thus vulnerable tokib2009-10-271-0/+2
* In kern_sigsuspend(), better manipulate thread signal mask usingkib2009-10-271-2/+0
* kern_select(9) copies fd_set in and out of userspace in quantities ofkib2009-09-091-1/+1
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-1/+1
* Split native socketpair() syscall onto kern_socketpair() which shoulddchagin2009-05-311-0/+2
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-0/+2
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-291-0/+2
* Don't make Linux stat() open character devices to resolve its name.ed2009-02-201-0/+3
* Several cleanups related to pipe(2).ed2008-11-111-0/+1
* Split the copyout of *base at the end of getdirentries() out leaving thejhb2008-10-221-0/+2
* Implement the linux syscallskib2008-04-081-2/+2
* Implement thekib2008-03-311-0/+30
* Change readlink(2)'s return type and type of the last argumentru2008-02-121-1/+1
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-071-0/+1
* - Remove unused variable from create_thread().jhb2007-06-071-0/+3
* MFP4: (part of) 110058jkim2006-12-201-0/+2
* Fix a file descriptor race I reintroduced when I split accept1() up intojhb2006-07-271-1/+2
* - Split out kern_accept(), kern_getpeername(), and kern_getsockname() forjhb2006-07-101-2/+8
* - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumesjhb2006-07-081-0/+1
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingjhb2006-07-081-0/+1
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. Thisjhb2006-07-081-1/+1
* Add kern_setgroups() and kern_getgroups() and use them to implementjhb2006-07-061-0/+2
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-271-0/+3
* - Add a kern_kldload() that is most of the previous kldload() and pushjhb2006-06-131-0/+2
* Fix 32bit sendfile by implementing kern_sendfile so that it takesps2006-02-281-0/+3
* Add a kern_eaccess() function and use it to implement xenix_eaccess()jhb2006-02-061-0/+2
* Reformat socket control messages on input/output for 32bit compatibilityps2005-10-311-1/+1
* Implement the 32bit versions of recvmsg, recvfrom, sendmsgps2005-10-151-0/+2
* Implement 32bit wrappers for clock_gettime, clock_settime, andps2005-10-151-0/+6
* - Add two new system calls: preadv() and pwritev() which are like readv()jhb2005-07-071-0/+2
* Do not allocate memory based on not-checked argument from userland.pjd2005-06-111-1/+1
* Avoid code duplication in serval places by introducing universalpjd2005-06-091-0/+2
* Wrap copyin/copyout for kevent so the 32bit wrapper does not haveps2005-06-031-3/+3
* Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(),jhb2005-03-311-0/+8
* regenps2005-03-011-0/+4
* Backout previous change (disabling of security checks for signals deliveredsobomax2005-02-131-2/+0
* Split out kill(2) syscall service routine into user-level and kernel part, thesobomax2005-02-131-0/+2
* Implement a kern_pathconf() wrapper for pathconf() which can take thejhb2005-02-071-0/+2
* - Tweak kern_msgctl() to return a copy of the requested message queue idjhb2005-02-071-5/+17
* Extend kern_sendit() to take another enum uio_seg argument, which specifiessobomax2005-01-301-1/+1
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-1/+2
* Split out kernel side of msgctl(2) into two parts: the first that pops datasobomax2005-01-261-0/+3
* More kern_{get,set}itiver() where they belong.sobomax2005-01-251-0/+4
* move kern_nanosleep to sys/syscallsubr.hps2005-01-191-0/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
OpenPOWER on IntegriCloud