| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix usage of mac_vnode_check_open() in linuxulator - last argument | trasz | 2008-09-22 | 1 | -1/+1 |
* | The ERESTART to EINTR conversion is already done in | rdivacky | 2008-09-11 | 1 | -8/+1 |
* | Getdents requires padding with 2 bytes instead of 1 byte | rdivacky | 2008-09-09 | 1 | -33/+54 |
* | Remove superfluous copyin() of args, structures are already in kernel space. | kib | 2008-09-09 | 1 | -155/+78 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 2 | -2/+2 |
* | All opt_x.h includes go at the top of other includes. | julian | 2008-08-25 | 1 | -2/+2 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 2 | -3/+18 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 3 | -6/+10 |
* | Add TIOCPKT and TIOCSPTLCK to the Linuxolator. | ed | 2008-07-23 | 2 | -1/+9 |
* | Fix linux_alarm, the linux behaviour is to limit the | rdivacky | 2008-07-23 | 1 | -3/+6 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -0/+2 |
* | d_ino member of linux_dirent structure should be unsigned long. | rdivacky | 2008-06-08 | 1 | -2/+2 |
* | Switch to emulating Linux 2.6 on default. | rdivacky | 2008-06-03 | 1 | -2/+2 |
* | Push down the major/minor conversion for pts/%u to improve consistency. | ed | 2008-06-02 | 2 | -26/+20 |
* | 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 |