| Commit message (Expand) | Author | Age | Files | Lines |
* | Validate user-supplied arguments values. | dchagin | 2009-05-19 | 1 | -1/+28 |
* | Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg(). | dchagin | 2009-05-18 | 2 | -9/+25 |
* | Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC and | dchagin | 2009-05-16 | 2 | -2/+30 |
* | Return EINVAL in case when the incorrect or unsupported | dchagin | 2009-05-16 | 2 | -0/+12 |
* | Use the protocol family constants for the domain argument validation. | dchagin | 2009-05-16 | 1 | -3/+5 |
* | Emulate SO_PEERCRED socket option. | dchagin | 2009-05-16 | 2 | -1/+26 |
* | Translate l_timeval arg to native struct timeval in | dchagin | 2009-05-11 | 1 | -0/+40 |
* | Add forgotten linux to bsd flags argument mapping into the linux_recv(). | dchagin | 2009-05-11 | 1 | -1/+1 |
* | Do not export AT_CLKTCK when emulating Linux kernel prior | dchagin | 2009-05-10 | 2 | -1/+14 |
* | Introduce linux_kernver() interface which is intended for an exact | dchagin | 2009-05-10 | 2 | -17/+62 |
* | Rework r189362, r191883. | dchagin | 2009-05-10 | 2 | -1/+5 |
* | Give vfs_getopt the type it's expecting. | jamie | 2009-05-07 | 1 | -4/+2 |
* | Move the per-prison Linux MIB from a private one-off pointer to the new | jamie | 2009-05-07 | 3 | -96/+326 |
* | Add KTR(9) tracing for futex emulation. | dchagin | 2009-05-07 | 1 | -11/+49 |
* | Linux exports HZ value to user space via AT_CLKTCK auxiliary vector entry, | dchagin | 2009-05-07 | 1 | -3/+1 |
* | Change linux struct tms definition to match actual linux one. | dchagin | 2009-05-07 | 1 | -4/+4 |
* | Add preliminary KTR(9) support to the linux emulation layer. | dchagin | 2009-05-07 | 2 | -2/+31 |
* | To avoid excessive code duplication move MI definitions to the MI | dchagin | 2009-05-07 | 2 | -0/+11 |
* | Return EAFNOSUPPORT instead of EINVAL in case when the incorrect or | dchagin | 2009-05-07 | 1 | -1/+1 |
* | Rework r191742. | dchagin | 2009-05-07 | 1 | -5/+12 |
* | Mark Linux MIB sysctls MPSAFE. | jamie | 2009-05-04 | 1 | -3/+3 |
* | Linux socketpair() call expects explicit specified protocol for | dchagin | 2009-05-02 | 1 | -1/+4 |
* | Move extern variable definitions to the header file. | dchagin | 2009-05-02 | 2 | -1/+4 |
* | Reimplement futexes. | dchagin | 2009-05-01 | 1 | -358/+449 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -0/+2 |
* | Remove support for FUTEX_REQUEUE operation. | dchagin | 2009-04-19 | 3 | -13/+20 |
* | Add stuff to support upcoming BMC/IPMI flashing of newer Dell machine | ambrisko | 2009-03-26 | 1 | -0/+9 |
* | 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 |