aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* MFC r197049:Konstantin Belousov2009-09-161-1/+2
* Fix the freebsd32 versions of semsys(), shmsys(), and msgsys() to use theJohn Baldwin2009-07-271-6/+6
* Regen the freebsd32 parts.Edward Tomasz Napierala2009-07-084-5/+8
* Fix freebsd32 version of lpathconf(2).Edward Tomasz Napierala2009-07-081-1/+1
* There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala2009-07-081-0/+1
* Replace AUDIT_ARG() with variable argument macros with a set more moreRobert Watson2009-06-271-1/+1
* Regen.John Baldwin2009-06-244-36/+79
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-243-50/+333
* Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.John Baldwin2009-06-241-1/+2
* Regen.John Baldwin2009-06-224-4/+25
* Fix a typo in a comment.John Baldwin2009-06-221-1/+1
* Regen.John Baldwin2009-06-174-30/+30
* - Add the ability to mix multiple flags seperated by pipe ('|') charactersJohn Baldwin2009-06-171-4/+7
* Regen.John Baldwin2009-06-154-5/+8
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesJohn Baldwin2009-06-151-0/+1
* RegenerateKonstantin Belousov2009-06-104-16/+22
* Add several syscall compat32 entries for extattr manipulation syscalls,Konstantin Belousov2009-06-101-6/+20
* Regenerate generated syscall files following changes to struct sysent inRobert Watson2009-06-011-509/+509
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-149/+15
* Regen for new jail system calls in r191673.Jamie Gritton2009-04-294-5/+28
* Introduce the extensible jail framework, using the same "name=value"Jamie Gritton2009-04-292-15/+205
* RegenKonstantin Belousov2009-04-014-7/+13
* Rename implementation function for freebsd32 sysarch(2) to allow forKonstantin Belousov2009-04-012-1/+7
* Emulate the FIODGNAME ioctl in our 32-bit emulator.Ed Schouten2009-03-292-0/+26
* Whitespace/spelling fixes in advance of upcoming functional changes.Jamie Gritton2009-03-271-1/+2
* Extend the "vfsopt" mount options for more general use. Make structJamie Gritton2009-03-021-9/+2
* Push down Giant inside sysctl. Also add some more assertions to the code.Ed Schouten2008-12-291-5/+2
* Add 32-bit compat support for AIO.Bjoern A. Zeeb2008-12-111-0/+26
* Regen.John Baldwin2008-12-104-28/+111
* - Add 32-bit compat system calls for VFS_AIO. The system calls live in theJohn Baldwin2008-12-101-12/+28
* When unloading a 32-bit system call module, restore the sysent vector inJohn Baldwin2008-12-031-1/+1
* Regen after jail support was added in r185435.Bjoern A. Zeeb2008-11-294-7/+12
* MFp4:Bjoern A. Zeeb2008-11-293-1/+80
* Sigh. Fix a pointer/int compile error.Peter Wemm2008-11-101-1/+1
* Fix a signal emulation bug introduced in r163018 (and present in 7.x).Peter Wemm2008-11-101-1/+1
* Regenerate system call tables for r184789.Ed Schouten2008-11-094-13/+13
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-5/+3
* Regen.Doug Rabson2008-11-034-5/+7
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+2
* Regen for freebsd32_getdirentries().John Baldwin2008-10-224-7/+15
* Split the copyout of *base at the end of getdirentries() out leaving theJohn Baldwin2008-10-222-2/+20
* Add support for installing 32-bit system calls from kernel modules. ThisJohn Baldwin2008-09-252-0/+110
* Sort includes and add multiple include guards.John Baldwin2008-09-251-5/+9
* Regen.John Baldwin2008-09-254-26/+26
* Tidy up a few things with syscall generation:John Baldwin2008-09-251-12/+12
* Add freebsd32 compat shims for ioctl(2)David E. O'Brien2008-09-222-0/+78
* Regenerate for r183270.David E. O'Brien2008-09-224-7/+14
* Add freebsd32 compat shims for ioctl(2)David E. O'Brien2008-09-223-2/+216
* Regenerate for r183188.David E. O'Brien2008-09-194-7/+14
* Add freebsd32 compat shim for nmount(2).David E. O'Brien2008-09-192-3/+47