| Commit message (Expand) | Author | Age | Files | Lines |
| * | Push down Giant inside sysctl. Also add some more assertions to the code. | Ed Schouten | 2008-12-29 | 1 | -12/+4 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 2 | -0/+4 |
| * | Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64. | Konstantin Belousov | 2008-11-29 | 2 | -52/+269 |
| * | Document that all the other commands are either | Roman Divacky | 2008-11-26 | 1 | -0/+16 |
| * | In the robust futexes list head, futex_offset shall be signed, | Konstantin Belousov | 2008-11-16 | 1 | -2/+2 |
| * | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | Ed Schouten | 2008-11-09 | 1 | -2/+26 |
| * | The code in linux_proc_exit() contains a race when multiple linux based | Konstantin Belousov | 2008-10-31 | 1 | -3/+3 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 1 | -3/+3 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 3 | -11/+11 |
| * | Correctly fill siginfo for the signals delivered by linux tkill/tgkill. | Konstantin Belousov | 2008-10-19 | 2 | -24/+92 |
| * | Make robust futexes work on linux32/amd64. Use PTRIN to read | Konstantin Belousov | 2008-10-14 | 2 | -15/+3 |
| * | Current linux_fooaffinity() emulation fails, as the FreeBSD affinity | Konstantin Belousov | 2008-10-04 | 1 | -4/+9 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 3 | -0/+7 |
| * | Fix usage of mac_vnode_check_open() in linuxulator - last argument | Edward Tomasz Napierala | 2008-09-22 | 1 | -1/+1 |
| * | The ERESTART to EINTR conversion is already done in | Roman Divacky | 2008-09-11 | 1 | -8/+1 |
| * | Getdents requires padding with 2 bytes instead of 1 byte | Roman Divacky | 2008-09-09 | 1 | -33/+54 |
| * | Remove superfluous copyin() of args, structures are already in kernel space. | Konstantin Belousov | 2008-09-09 | 1 | -155/+78 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 2 | -2/+2 |
| * | All opt_x.h includes go at the top of other includes. | Julian Elischer | 2008-08-25 | 1 | -2/+2 |
| * | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 2 | -3/+18 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 3 | -6/+10 |
| * | Add TIOCPKT and TIOCSPTLCK to the Linuxolator. | Ed Schouten | 2008-07-23 | 2 | -1/+9 |
| * | Fix linux_alarm, the linux behaviour is to limit the | Roman Divacky | 2008-07-23 | 1 | -3/+6 |
| * | Introduce a new lock, hostname_mtx, and use it to synchronize access | Robert Watson | 2008-07-05 | 1 | -0/+2 |
| * | d_ino member of linux_dirent structure should be unsigned long. | Roman Divacky | 2008-06-08 | 1 | -2/+2 |
| * | Switch to emulating Linux 2.6 on default. | Roman Divacky | 2008-06-03 | 1 | -2/+2 |
| * | Push down the major/minor conversion for pts/%u to improve consistency. | Ed Schouten | 2008-06-02 | 2 | -26/+20 |
| * | Implement robust futexes. Most of the code is modelled after | Roman Divacky | 2008-05-13 | 5 | -7/+192 |
| * | Implement linux_truncate64() syscall. | Roman Divacky | 2008-04-23 | 1 | -0/+18 |
| * | Remove using magic value of -1 to distinguish between linux_open() | Roman Divacky | 2008-04-09 | 1 | -5/+3 |
| * | Implement the linux syscalls | Konstantin Belousov | 2008-04-08 | 6 | -123/+417 |
| * | Add the support for the AT_FDCWD and fd-relative name lookups to the | Konstantin Belousov | 2008-03-31 | 2 | -0/+2 |
| * | Add the new kernel-mode NFS Lock Manager. To use it instead of the | Doug Rabson | 2008-03-26 | 1 | -0/+2 |
| * | Fix build. | Ruslan Ermilov | 2008-03-25 | 1 | -2/+2 |
| * | o Add stub support for some new futex operations, | Roman Divacky | 2008-03-20 | 2 | -2/+29 |
| * | Implement sched_setaffinity and get_setaffinity using | Roman Divacky | 2008-03-16 | 1 | -9/+40 |
| * | Return ENOSYS instead of 0 for the unknown futex operations. | Konstantin Belousov | 2008-03-02 | 1 | -1/+1 |
| * | Sanitize arguments to linux_mremap(). | Konstantin Belousov | 2008-02-22 | 2 | -0/+18 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 2 | -3/+3 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 2 | -3/+3 |
| * | After applying LCONVPATH() to the path, do use the converted path | Konstantin Belousov | 2008-01-05 | 1 | -9/+13 |
| * | Plug the leaks in the present (hopefully, soon to be replaced) | Konstantin Belousov | 2007-12-29 | 1 | -12/+19 |
| * | Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls. | Konstantin Belousov | 2007-12-29 | 1 | -3/+12 |
| * | Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX. | Konstantin Belousov | 2007-11-07 | 2 | -1/+15 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 3 | -4/+4 |
| * | The kernel version of Linux statfs64 is actually supposed to take | David Malone | 2007-09-18 | 1 | -13/+3 |
| * | Implement fake linux sched_getaffinity() syscall to enable java to work | Konstantin Belousov | 2007-08-28 | 1 | -0/+21 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -2/+0 |
| * | Don't add the 'pad' argument to the mmap/truncate/etc syscalls. | Peter Wemm | 2007-07-04 | 1 | -1/+0 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 2 | -4/+2 |