summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* Push down Giant inside sysctl. Also add some more assertions to the code.ed2008-12-291-5/+2
* Add 32-bit compat support for AIO.bz2008-12-111-0/+26
* Regen.jhb2008-12-104-28/+111
* - Add 32-bit compat system calls for VFS_AIO. The system calls live in thejhb2008-12-101-12/+28
* When unloading a 32-bit system call module, restore the sysent vector injhb2008-12-031-1/+1
* Regen after jail support was added in r185435.bz2008-11-294-7/+12
* MFp4:bz2008-11-293-1/+80
* Sigh. Fix a pointer/int compile error.peter2008-11-101-1/+1
* Fix a signal emulation bug introduced in r163018 (and present in 7.x).peter2008-11-101-1/+1
* Regenerate system call tables for r184789.ed2008-11-094-13/+13
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-5/+3
* Regen.dfr2008-11-034-5/+7
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-0/+2
* Regen for freebsd32_getdirentries().jhb2008-10-224-7/+15
* Split the copyout of *base at the end of getdirentries() out leaving thejhb2008-10-222-2/+20
* Add support for installing 32-bit system calls from kernel modules. Thisjhb2008-09-252-0/+110
* Sort includes and add multiple include guards.jhb2008-09-251-5/+9
* Regen.jhb2008-09-254-26/+26
* Tidy up a few things with syscall generation:jhb2008-09-251-12/+12
* Add freebsd32 compat shims for ioctl(2)obrien2008-09-222-0/+78
* Regenerate for r183270.obrien2008-09-224-7/+14
* Add freebsd32 compat shims for ioctl(2)obrien2008-09-223-2/+216
* Regenerate for r183188.obrien2008-09-194-7/+14
* Add freebsd32 compat shim for nmount(2).obrien2008-09-192-3/+47
* style(9)obrien2008-09-151-3/+4
* Regenerate for r183042.obrien2008-09-154-7/+7
* Fix bug in r100384 (rev 1.2) in which the 32-bit swapon(2) was madeobrien2008-09-151-1/+1
* Regenerate following r182123.rwatson2008-08-244-5/+5
* When MPSAFE ttys were merged, a new BSM audit event identifier wasrwatson2008-08-241-1/+1
* Add comments on NOARGS, NODEF, and NOPROTO.obrien2008-08-211-0/+7
* Update system call tables.ed2008-08-204-4/+4
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-204-1/+5
* style(9): put parentheses around return values.brooks2008-07-101-4/+4
* Regenbrooks2008-07-104-16/+53
* id_t is a 64-bit integer and thus is passed as two arguments like off_t is.brooks2008-07-102-7/+70
* Regenkib2008-03-314-5/+72
* Add the freebsd32 compatibility shims for the *at() syscalls.kib2008-03-312-7/+90
* Regen.dfr2008-03-264-6/+6
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-1/+2
* Regen.jhb2008-03-254-6/+21
* Add entries for the cpuset-related system calls. The existing system callsjhb2008-03-251-0/+12
* Remove kernel support for M:N threading.jeff2008-03-124-22/+15
* Regenerate for readlink(2).ru2008-02-124-4/+4
* Change readlink(2)'s return type and type of the last argumentru2008-02-121-2/+2
* Regenerate.rwatson2008-01-204-6/+6
* Use audit events AUE_SHMOPEN and AUE_SHMUNLINK with new system callsrwatson2008-01-201-2/+2
* Regen for shm_open(2) and shm_unlink(2).jhb2008-01-084-5/+11
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-0/+3
* Bah, remove last vestiges of some statfs conversion fixes that aren't quitejhb2007-12-101-22/+10
* Grrr, remove an unused variable missed in the last commit.scottl2007-12-081-1/+0
OpenPOWER on IntegriCloud