| Commit message (Expand) | Author | Age | Files | Lines |
* | Return ENOSYS instead of 0 for the unknown futex operations. | kib | 2008-03-02 | 1 | -1/+1 |
* | Sanitize arguments to linux_mremap(). | kib | 2008-02-22 | 2 | -0/+18 |
* | Regenerate for readlink(2). | ru | 2008-02-12 | 4 | -4/+4 |
* | Change readlink(2)'s return type and type of the last argument | ru | 2008-02-12 | 1 | -2/+2 |
* | Give MEXTADD() another argument to make both void pointers to the | phk | 2008-02-01 | 1 | -1/+1 |
* | Change type of kmem_used() and kmem_size() functions to uint64_t, so it | pjd | 2008-01-24 | 2 | -6/+6 |
* | Regenerate. | rwatson | 2008-01-20 | 4 | -6/+6 |
* | Use audit events AUE_SHMOPEN and AUE_SHMUNLINK with new system calls | rwatson | 2008-01-20 | 1 | -2/+2 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 10 | -24/+21 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 10 | -15/+15 |
* | Regen for shm_open(2) and shm_unlink(2). | jhb | 2008-01-08 | 4 | -5/+11 |
* | Add a new file descriptor type for IPC shared memory objects and use it to | jhb | 2008-01-08 | 1 | -0/+3 |
* | After applying LCONVPATH() to the path, do use the converted path | kib | 2008-01-05 | 1 | -9/+13 |
* | Remove explicit locking of struct file. | jeff | 2007-12-30 | 1 | -4/+0 |
* | Plug the leaks in the present (hopefully, soon to be replaced) | kib | 2007-12-29 | 1 | -12/+19 |
* | Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls. | kib | 2007-12-29 | 1 | -3/+12 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -1/+1 |
* | Bah, remove last vestiges of some statfs conversion fixes that aren't quite | jhb | 2007-12-10 | 1 | -22/+10 |
* | Grrr, remove an unused variable missed in the last commit. | scottl | 2007-12-08 | 1 | -1/+0 |
* | Don't expect a return value from statfs_scale_blocks(). | scottl | 2007-12-07 | 1 | -3/+1 |
* | Regen. | jhb | 2007-12-06 | 4 | -10/+26 |
* | Add freebsd32 compat wrappers for msgctl() and __semctl() using | jhb | 2007-12-06 | 1 | -4/+4 |
* | Add freebsd32 compat wrappers for msgctl() and _semctl() using | jhb | 2007-12-06 | 2 | -25/+219 |
* | Move 32-bit SYSV IPC structure definitions into freebsd32_ipc.h. | jhb | 2007-12-06 | 2 | -36/+72 |
* | Move several data structure definitions out of freebsd32_misc.c and into | jhb | 2007-12-06 | 3 | -83/+93 |
* | Remove redundant checks for msgsnd(3) and msgrcv(3). | jkim | 2007-12-04 | 1 | -6/+0 |
* | Implement functions required by some ndis drivers. | thompsa | 2007-12-03 | 2 | -0/+68 |
* | Correct the calculation for the number of 100ns intervals since | thompsa | 2007-12-02 | 3 | -13/+8 |
* | Correct the nwbx_ies field type in struct ndis_wlan_bssid_ex. | thompsa | 2007-12-02 | 1 | -1/+1 |
* | Move the shared cp_time array (counts %sys, %user, %idle etc) to the | peter | 2007-11-29 | 1 | -5/+16 |
* | Remove some compatibility stuff that we now get from the Solaris header. | jb | 2007-11-29 | 1 | -13/+0 |
* | Add more OpenSolaris compatibility headers. | jb | 2007-11-28 | 11 | -0/+624 |
* | Remove an extern that is defined elsewhere. | jb | 2007-11-28 | 1 | -2/+0 |
* | Add compatibility cruft moved from under _SOLARIS_C_SOURCE in sys/types.h | jb | 2007-11-28 | 1 | -0/+18 |
* | Remove a typedef which was just a hack to avoid including vmem.h. | jb | 2007-11-28 | 1 | -2/+1 |
* | Add a missing volatile so that the code compiles cleanly. | jb | 2007-11-28 | 1 | -1/+1 |
* | Rename the definition of lbolt to LBOLT to avoid a clash with a global | jb | 2007-11-28 | 1 | -2/+19 |
* | Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX. | kib | 2007-11-07 | 2 | -1/+15 |
* | Remove "zfs:" prefix from lock and condvar names and also skip non-letter | pjd | 2007-11-05 | 3 | -3/+24 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 2 | -2/+8 |
* | - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR: | pjd | 2007-11-01 | 1 | -2/+6 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 5 | -8/+8 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 2 | -8/+8 |
* | Spelling fix for interupt -> interrupt | kevlo | 2007-10-12 | 1 | -1/+1 |
* | Allow the ia32 resource limits (compat.ia32.max{dsiz,ssiz,vmem} to be | jhb | 2007-09-24 | 1 | -0/+3 |
* | The kernel version of Linux statfs64 is actually supposed to take | dwmalone | 2007-09-18 | 1 | -13/+3 |
* | Rework the routines to convert a 5.x+ statfs structure (with fixed-size | jhb | 2007-08-28 | 1 | -9/+9 |
* | Implement fake linux sched_getaffinity() syscall to enable java to work | kib | 2007-08-28 | 1 | -0/+21 |
* | Some ZFS threads needs stack larger than the default 8kB, so use 16kB of | pjd | 2007-08-16 | 1 | -1/+8 |
* | Regenerate. | davidxu | 2007-08-16 | 3 | -1/+4 |