summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't expect a return value from statfs_scale_blocks().scottl2007-12-071-3/+1
* Regen.jhb2007-12-064-10/+26
* Add freebsd32 compat wrappers for msgctl() and __semctl() usingjhb2007-12-061-4/+4
* Add freebsd32 compat wrappers for msgctl() and _semctl() usingjhb2007-12-062-25/+219
* Move 32-bit SYSV IPC structure definitions into freebsd32_ipc.h.jhb2007-12-062-36/+72
* Move several data structure definitions out of freebsd32_misc.c and intojhb2007-12-063-83/+93
* Remove redundant checks for msgsnd(3) and msgrcv(3).jkim2007-12-041-6/+0
* Rework the routines to convert a 5.x+ statfs structure (with fixed-sizejhb2007-08-281-9/+9
* Regenerate.davidxu2007-08-163-1/+4
* Add thr_kill2 compat32 syscall.davidxu2007-08-161-0/+1
* Add compat6 wrapper code for mmap/lseek/pread/pwrite/truncate/ftruncate.peter2007-07-041-0/+83
* Regenerate after mmap/lseek/etc syscall changespeter2007-07-044-102/+177
* Add i386 emulation wrappers for mmap/lseek/etc. These use COMPAT6, sopeter2007-07-041-6/+22
* Try a cheap way to get around gcc4.2 believing that user argumentsmjacob2007-06-171-3/+6
* Remove stale 'XXX implement' comments for syscalls which have since beenemaste2007-06-151-3/+0
* Remove duplicate includes.cognet2007-05-231-3/+0
* Eliminate the use of Giant from ia64-specific code in freebsd32_mmap().alc2007-05-011-6/+1
* Regen.jkim2006-12-204-10/+27
* MFP4: (part of) 110058jkim2006-12-202-6/+58
* Regen.ru2006-11-111-1/+1
* Regen.ru2006-11-034-43/+4
* Fix build breakage introduced in previous commit (redeclatationru2006-11-031-6/+6
* This commits the remake in kern/ make sysent to getrrs2006-11-034-5/+56
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+10
* Regen.sobomax2006-10-244-54/+4
* Fix kernel breakage introduced in the previous commit (redeclatationsobomax2006-10-241-9/+9
* Regenerate.rwatson2006-10-244-22/+81
* Hook up audit functions in the freebsd32 compatibility code. It isrwatson2006-10-241-9/+15
* Regenerate.davidxu2006-10-174-5/+5
* Sync with master.davidxu2006-10-171-1/+1
* Regenerate.davidxu2006-10-064-6/+16
* Implement 32bit umtx_lock and umtx_unlock system calls, these two systemdavidxu2006-10-061-2/+2
OpenPOWER on IntegriCloud