aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
...
* Remove using magic value of -1 to distinguish between linux_open()Roman Divacky2008-04-091-5/+3
* Implement the linux syscallsKonstantin Belousov2008-04-087-124/+418
* RegenKonstantin Belousov2008-03-314-5/+72
* Add the freebsd32 compatibility shims for the *at() syscalls.Konstantin Belousov2008-03-312-7/+90
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-315-0/+5
* Remove files that have been repo copied to their new locationJohn Birrell2008-03-2860-5506/+0
* Regen.Doug Rabson2008-03-264-6/+6
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-263-3/+6
* Regen.John Baldwin2008-03-254-6/+21
* Add entries for the cpuset-related system calls. The existing system callsJohn Baldwin2008-03-251-0/+12
* Fix build.Ruslan Ermilov2008-03-251-2/+2
* o Add stub support for some new futex operations,Roman Divacky2008-03-202-2/+29
* Simplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD has F_DUP2FD.Antoine Brodin2008-03-171-13/+3
* Implement sched_setaffinity and get_setaffinity usingRoman Divacky2008-03-161-9/+40
* - The P_SA flag has been removed. Don't reference it in a KASSERT.Jeff Roberson2008-03-121-2/+1
* Remove kernel support for M:N threading.Jeff Roberson2008-03-124-22/+15
* Return ENOSYS instead of 0 for the unknown futex operations.Konstantin Belousov2008-03-021-1/+1
* Sanitize arguments to linux_mremap().Konstantin Belousov2008-02-222-0/+18
* Regenerate for readlink(2).Ruslan Ermilov2008-02-124-4/+4
* Change readlink(2)'s return type and type of the last argumentRuslan Ermilov2008-02-121-2/+2
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-1/+1
* Change type of kmem_used() and kmem_size() functions to uint64_t, so itPawel Jakub Dawidek2008-01-242-6/+6
* Regenerate.Robert Watson2008-01-204-6/+6
* Use audit events AUE_SHMOPEN and AUE_SHMUNLINK with new system callsRobert Watson2008-01-201-2/+2
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-1310-24/+21
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-1010-15/+15
* Regen for shm_open(2) and shm_unlink(2).John Baldwin2008-01-084-5/+11
* Add a new file descriptor type for IPC shared memory objects and use it toJohn Baldwin2008-01-081-0/+3
* After applying LCONVPATH() to the path, do use the converted pathKonstantin Belousov2008-01-051-9/+13
* Remove explicit locking of struct file.Jeff Roberson2007-12-301-4/+0
* Plug the leaks in the present (hopefully, soon to be replaced)Konstantin Belousov2007-12-291-12/+19
* Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls.Konstantin Belousov2007-12-291-3/+12
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-1/+1
* Bah, remove last vestiges of some statfs conversion fixes that aren't quiteJohn Baldwin2007-12-101-22/+10
* Grrr, remove an unused variable missed in the last commit.Scott Long2007-12-081-1/+0
* Don't expect a return value from statfs_scale_blocks().Scott Long2007-12-071-3/+1
* Regen.John Baldwin2007-12-064-10/+26
* Add freebsd32 compat wrappers for msgctl() and __semctl() usingJohn Baldwin2007-12-061-4/+4
* Add freebsd32 compat wrappers for msgctl() and _semctl() usingJohn Baldwin2007-12-062-25/+219
* Move 32-bit SYSV IPC structure definitions into freebsd32_ipc.h.John Baldwin2007-12-062-36/+72
* Move several data structure definitions out of freebsd32_misc.c and intoJohn Baldwin2007-12-063-83/+93
* Remove redundant checks for msgsnd(3) and msgrcv(3).Jung-uk Kim2007-12-041-6/+0
* Implement functions required by some ndis drivers.Andrew Thompson2007-12-032-0/+68
* Correct the calculation for the number of 100ns intervals sinceAndrew Thompson2007-12-023-13/+8
* Correct the nwbx_ies field type in struct ndis_wlan_bssid_ex.Andrew Thompson2007-12-021-1/+1
* Move the shared cp_time array (counts %sys, %user, %idle etc) to thePeter Wemm2007-11-291-5/+16
* Remove some compatibility stuff that we now get from the Solaris header.John Birrell2007-11-291-13/+0
* Add more OpenSolaris compatibility headers.John Birrell2007-11-2811-0/+624
* Remove an extern that is defined elsewhere.John Birrell2007-11-281-2/+0
* Add compatibility cruft moved from under _SOLARIS_C_SOURCE in sys/types.hJohn Birrell2007-11-281-0/+18