summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reserve system call numbers for Capsicum security framework capabilities,rwatson2009-09-301-0/+8
* Fix freebsd32 version of lpathconf(2).trasz2009-07-081-1/+1
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-0/+1
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-5/+11
* Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.jhb2009-06-241-1/+2
* Fix a typo in a comment.jhb2009-06-221-1/+1
* - Add the ability to mix multiple flags seperated by pipe ('|') charactersjhb2009-06-171-4/+7
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesjhb2009-06-151-0/+1
* Add several syscall compat32 entries for extattr manipulation syscalls,kib2009-06-101-6/+20
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-291-0/+5
* Rename implementation function for freebsd32 sysarch(2) to allow forkib2009-04-011-1/+1
* - Add 32-bit compat system calls for VFS_AIO. The system calls live in thejhb2008-12-101-12/+28
* MFp4:bz2008-11-291-1/+1
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-5/+3
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-0/+2
* Split the copyout of *base at the end of getdirentries() out leaving thejhb2008-10-221-2/+2
* Tidy up a few things with syscall generation:jhb2008-09-251-12/+12
* Add freebsd32 compat shims for ioctl(2)obrien2008-09-221-2/+2
* Add freebsd32 compat shim for nmount(2).obrien2008-09-191-1/+1
OpenPOWER on IntegriCloud