| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort include files in the alphabetical order. | dchagin | 2009-03-16 | 1 | -5/+4 |
* | Ignore FUTEX_FD op, as it is done by linux. | dchagin | 2009-03-15 | 2 | -8/+1 |
* | Include linux_futex.h before linux_emul.h | dchagin | 2009-03-15 | 2 | -3/+1 |
* | A better fix for handling different FPU initial control words for different | jhb | 2009-03-05 | 1 | -0/+5 |
* | Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries which | dchagin | 2009-03-04 | 2 | -31/+16 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+2 |
* | Don't make Linux stat() open character devices to resolve its name. | ed | 2009-02-20 | 1 | -47/+49 |
* | Use shared vnode locks when invoking VOP_READDIR(). | jhb | 2009-02-13 | 2 | -2/+2 |
* | Fix an edge-case of the linux readdir: We need the size of a linux dirent | netchild | 2009-02-13 | 1 | -1/+1 |
* | Last step of splitting up minor and unit numbers: remove minor(). | ed | 2009-01-28 | 1 | -3/+3 |
* | Push down Giant inside sysctl. Also add some more assertions to the code. | ed | 2008-12-29 | 1 | -12/+4 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 2 | -0/+4 |
* | Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64. | kib | 2008-11-29 | 2 | -52/+269 |
* | Document that all the other commands are either | rdivacky | 2008-11-26 | 1 | -0/+16 |
* | In the robust futexes list head, futex_offset shall be signed, | kib | 2008-11-16 | 1 | -2/+2 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -2/+26 |
* | The code in linux_proc_exit() contains a race when multiple linux based | kib | 2008-10-31 | 1 | -3/+3 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -3/+3 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 3 | -11/+11 |
* | Correctly fill siginfo for the signals delivered by linux tkill/tgkill. | kib | 2008-10-19 | 2 | -24/+92 |
* | Make robust futexes work on linux32/amd64. Use PTRIN to read | kib | 2008-10-14 | 2 | -15/+3 |
* | Current linux_fooaffinity() emulation fails, as the FreeBSD affinity | kib | 2008-10-04 | 1 | -4/+9 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 3 | -0/+7 |
* | 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 |