summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscallsubr.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r276564, r276654:dchagin2015-01-111-1/+1
* MFC r274462: Add the ppoll() system call.dchagin2014-12-211-0/+3
* MFC r272132:kib2014-09-281-0/+1
* MFC r269669:bz2014-08-161-0/+1
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+2
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-181-7/+0
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-181-0/+7
* Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2)pjd2013-08-181-0/+2
* Implement compat32 wrappers for the ktimer_* syscalls.kib2013-07-211-0/+7
* id_t is 64bit, provide the compat32 wrapper for clock_getcpuclockid2(2).kib2013-07-201-0/+2
* Add accept4() system call.jilles2013-05-011-0/+2
* Rename do_pipe() to kern_pipe2() and declare it properly.jilles2013-03-311-0/+1
* Move the definition of the idtype_t from sys/types.h to sys/wait.h.kib2012-11-161-1/+1
* Alphabetically reorder the forward-declarations of the structures.kib2012-11-161-7/+8
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-131-0/+3
* Add kern_fhstat(), adjust sys_fhstat() to use it.gleb2012-05-241-1/+2
* - 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
OpenPOWER on IntegriCloud