summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* MFC r317845-r317846brooks2017-05-121-2/+2
* MFC r315526vangyzen2017-05-011-1/+4
* MFC 310638:jhb2017-02-081-2/+2
* MFC r305954:kib2016-10-021-1/+1
* MFC r304176:kib2016-08-291-0/+1
* Mark the pipe() system call as COMPAT10.brooks2016-06-221-1/+2
* Simplify AIO initialization now that it is standard.jhb2016-03-091-14/+14
* Regenerate syscalls.adrian2015-07-111-0/+6
* Add futimens and utimensat system calls.jilles2015-01-231-0/+5
* Indeed, instead of hiding the kern___getcwd() bug by bogus castdchagin2015-01-041-1/+1
* Add the ppoll() system call.dchagin2014-11-131-0/+3
* Move the SCTP syscalls to netinet with the rest of the SCTP code. Themarcel2014-10-091-4/+4
* Fix handling of the third argument for fcntl(2). The native syscallkib2014-08-271-1/+2
* Remove dead code from umtx support:attilio2014-03-181-2/+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
OpenPOWER on IntegriCloud