| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement robust futexes. Most of the code is modelled after | rdivacky | 2008-05-13 | 5 | -7/+192 |
* | Implement linux_truncate64() syscall. | rdivacky | 2008-04-23 | 1 | -0/+18 |
* | Remove using magic value of -1 to distinguish between linux_open() | rdivacky | 2008-04-09 | 1 | -5/+3 |
* | Implement the linux syscalls | kib | 2008-04-08 | 6 | -123/+417 |
* | Add the support for the AT_FDCWD and fd-relative name lookups to the | kib | 2008-03-31 | 2 | -0/+2 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -0/+2 |
* | Fix build. | ru | 2008-03-25 | 1 | -2/+2 |
* | o Add stub support for some new futex operations, | rdivacky | 2008-03-20 | 2 | -2/+29 |
* | Implement sched_setaffinity and get_setaffinity using | rdivacky | 2008-03-16 | 1 | -9/+40 |
* | 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 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 2 | -3/+3 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 2 | -3/+3 |
* | After applying LCONVPATH() to the path, do use the converted path | kib | 2008-01-05 | 1 | -9/+13 |
* | 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 |
* | Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX. | kib | 2007-11-07 | 2 | -1/+15 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 3 | -4/+4 |
* | The kernel version of Linux statfs64 is actually supposed to take | dwmalone | 2007-09-18 | 1 | -13/+3 |
* | Implement fake linux sched_getaffinity() syscall to enable java to work | kib | 2007-08-28 | 1 | -0/+21 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -2/+0 |
* | Don't add the 'pad' argument to the mmap/truncate/etc syscalls. | peter | 2007-07-04 | 1 | -1/+0 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 2 | -4/+2 |
* | Ensure that newpath is always initialized, even for the error case. | mjacob | 2007-06-10 | 1 | -0/+2 |
* | rufetch and calcru sometimes should be called atomically together. | attilio | 2007-06-09 | 1 | -0/+2 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -1/+1 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+2 |
* | Move futex support code from <arch>/support.s into linux compat directory. | kib | 2007-05-23 | 1 | -75/+38 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -1/+1 |
* | Some Linux applications (ping) pass a non-NULL msg_control argument to | rwatson | 2007-04-14 | 1 | -0/+10 |
* | Whitespace fixes | scottl | 2007-04-10 | 1 | -28/+28 |
* | Add the CAM 'SG' peripheral device. This device implements a subset of the | scottl | 2007-04-07 | 2 | -0/+61 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 1 | -4/+17 |
* | MFP4: Turn emul_lock into a mutex. | jkim | 2007-04-02 | 2 | -14/+14 |
* | MFP4: Linux futex support for amd64. | jkim | 2007-03-30 | 1 | -87/+129 |
* | Implement the openat() linux syscall | julian | 2007-03-29 | 2 | -33/+142 |
* | In translate_path_major_minor(), do not calculate otherwise unused 'fp' | rwatson | 2007-03-06 | 1 | -4/+0 |
* | MFP4: 115220, 115222 | jkim | 2007-03-02 | 1 | -2/+2 |
* | MFp4 (110541): | netchild | 2007-02-25 | 1 | -2/+7 |
* | MFp4 (110523, parts which apply cleanly): | netchild | 2007-02-25 | 2 | -89/+92 |
* | Partial MFp4 of 114977: | netchild | 2007-02-24 | 4 | -15/+12 |
* | MFp4 (114193 (i386 part), 114194, 114195, 114200): | netchild | 2007-02-23 | 2 | -7/+13 |
* | MFp4 (part of 114132): | netchild | 2007-02-23 | 1 | -7/+8 |
* | Remove extern int hz; use proper include file instead. | kib | 2007-02-02 | 1 | -2/+1 |
* | Introduce some more SO_ option equivalents from Linux to FreeBSD. | kib | 2007-02-01 | 1 | -0/+18 |
* | No need to lock emul_lock in exit_group() because em->shared | kib | 2007-02-01 | 1 | -3/+2 |
* | No need to synchronize linux_schedtail with linux_proc_init. | kib | 2007-02-01 | 1 | -26/+28 |
* | MFp4 (113077, 113083, 113103, 113124, 113097): | netchild | 2007-01-20 | 1 | -8/+5 |
* | Add support for LINUX_O_DIRECT, LINUX_O_DIRECT and LINUX_O_NOFOLLOW flags | kib | 2007-01-18 | 1 | -17/+46 |
* | MFp4 (112379): | netchild | 2007-01-14 | 1 | -2/+6 |