summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Change type of kmem_used() and kmem_size() functions to uint64_t, so itpjd2008-01-242-6/+6
* Regenerate.rwatson2008-01-204-6/+6
* Use audit events AUE_SHMOPEN and AUE_SHMUNLINK with new system callsrwatson2008-01-201-2/+2
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-1310-24/+21
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-1010-15/+15
* 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
* After applying LCONVPATH() to the path, do use the converted pathkib2008-01-051-9/+13
* Remove explicit locking of struct file.jeff2007-12-301-4/+0
* Plug the leaks in the present (hopefully, soon to be replaced)kib2007-12-291-12/+19
* Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls.kib2007-12-291-3/+12
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* 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
* Implement functions required by some ndis drivers.thompsa2007-12-032-0/+68
* Correct the calculation for the number of 100ns intervals sincethompsa2007-12-023-13/+8
* Correct the nwbx_ies field type in struct ndis_wlan_bssid_ex.thompsa2007-12-021-1/+1
* Move the shared cp_time array (counts %sys, %user, %idle etc) to thepeter2007-11-291-5/+16
* Remove some compatibility stuff that we now get from the Solaris header.jb2007-11-291-13/+0
* Add more OpenSolaris compatibility headers.jb2007-11-2811-0/+624
* Remove an extern that is defined elsewhere.jb2007-11-281-2/+0
* Add compatibility cruft moved from under _SOLARIS_C_SOURCE in sys/types.hjb2007-11-281-0/+18
* Remove a typedef which was just a hack to avoid including vmem.h.jb2007-11-281-2/+1
* Add a missing volatile so that the code compiles cleanly.jb2007-11-281-1/+1
* Rename the definition of lbolt to LBOLT to avoid a clash with a globaljb2007-11-281-2/+19
* Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX.kib2007-11-072-1/+15
* Remove "zfs:" prefix from lock and condvar names and also skip non-letterpjd2007-11-053-3/+24
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-052-2/+8
* - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR:pjd2007-11-011-2/+6
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-245-8/+8
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-202-8/+8
* Spelling fix for interupt -> interruptkevlo2007-10-121-1/+1
* Allow the ia32 resource limits (compat.ia32.max{dsiz,ssiz,vmem} to bejhb2007-09-241-0/+3
* The kernel version of Linux statfs64 is actually supposed to takedwmalone2007-09-181-13/+3
* Rework the routines to convert a 5.x+ statfs structure (with fixed-sizejhb2007-08-281-9/+9
* Implement fake linux sched_getaffinity() syscall to enable java to workkib2007-08-281-0/+21
* Some ZFS threads needs stack larger than the default 8kB, so use 16kB ofpjd2007-08-161-1/+8
* Regenerate.davidxu2007-08-163-1/+4
* Add thr_kill2 compat32 syscall.davidxu2007-08-161-0/+1
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-2/+0
* ndis will signal the kthread to exit and then sleep on the proc pointer tothompsa2007-07-221-2/+6
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitjhb2007-07-121-8/+9
* Quiet warnings. I believe gcc is incorrect about these.peter2007-07-051-1/+1
OpenPOWER on IntegriCloud