summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* MFC r277610 (by jillies):dchagin2016-01-091-0/+5
* MFC r276564, r276654:dchagin2015-01-111-1/+1
* MFC r274462: Add the ppoll() system call.dchagin2014-12-211-0/+3
* MFC r270691:kib2014-09-031-1/+2
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+9
* Disallow cap_enter() in freebsd32 compatibility mode.jilles2013-09-171-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-10/+6
* The cap_rights_limit(2) system calls needs a wrapper for 32bit binariespjd2013-08-181-2/+7
* Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2)pjd2013-08-181-4/+6
* Make pdfork(2), pdkill(2) and pdgetpid(2) syscalls available for 32bitpjd2013-08-171-4/+4
* Implement compat32 wrappers for the ktimer_* syscalls.kib2013-07-211-5/+11
* Wrap kmq_notify(2) for compat32 to properly consume struct sigevent32kib2013-07-211-2/+2
* The freebsd32_lio_listio() compat syscall takes the struct sigevent32.kib2013-07-211-1/+1
* id_t is 64bit, provide the compat32 wrapper for clock_getcpuclockid2(2).kib2013-07-201-2/+3
* Add new system call - aio_mlock(). The name speaks for itself. It allowsglebius2013-06-081-0/+2
* Fix the wait6(2) on 32bit architectures and for the compat32, by usingkib2013-05-211-2/+19
* Add pipe2() system call.jilles2013-05-011-0/+1
* Add accept4() system call.jilles2013-05-011-0/+4
* Fix return type of extattr_set_* and fix rmextattr(8) utility.mdf2013-04-021-3/+3
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onpjd2013-03-211-0/+2
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-211-3/+4
* - Implement two new system calls:pjd2013-03-021-0/+4
* Merge Capsicum overhaul:pjd2013-03-021-1/+11
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-131-0/+5
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-171-1/+2
* Provide 32bit compat for truncate(2) and ftruncate(2).kib2012-08-151-2/+3
* Implement the old mmap syscall for compat32, when COMPAT_43 option iskib2012-08-141-1/+2
* Remove use of non-ISO-C integer types from system call tables.ed2012-05-251-37/+37
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-031-1/+1
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-211-3/+5
* Improve *access*() parameter name consistency.ed2011-11-191-3/+3
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-041-1/+4
* Use PAIR32TO64() for the offset and length parameters tojhb2011-10-141-2/+2
* Wrap mprotect(2)marcel2011-10-131-1/+1
* Add cap_new() and cap_getrights() system calls.jonathan2011-07-151-2/+3
* Implement compat32 for old lseek, for the a.out binaries on amd64.kib2011-06-161-1/+2
* Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-181-0/+4
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-011-6/+12
* Add rctl. It's used by racct to take user-configurable actions basedtrasz2011-03-301-0/+15
* Provide compat32 shims for kldstat(2).kib2011-03-301-2/+2
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-0/+3
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,rwatson2011-03-011-2/+2
* Count number of threads that enter and leave dynamically registeredkib2010-06-281-10/+10
* Implement compat32 shims for mqueuefs.kib2010-03-191-6/+17
* Implement compat32 shims for ksem syscalls.kib2010-03-191-11/+15
* Move SysV IPC freebsd32 compat shims from freebsd32_misc.c to correspondingkib2010-03-191-18/+21
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-32/+60
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-081-2/+1
* Add several syscall compat32 entries for acl manipulation.kib2009-12-041-4/+8
* Current pselect(3) is implemented in usermode and thus vulnerable tokib2009-10-271-0/+4
OpenPOWER on IntegriCloud