| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement accept4 syscall. | Dmitry Chagin | 2009-06-01 | 1 | -0/+1 |
* | Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC and | Dmitry Chagin | 2009-05-16 | 1 | -0/+1 |
* | To avoid excessive code duplication move MI definitions to the MI | Dmitry Chagin | 2009-05-07 | 1 | -8/+0 |
* | Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries which | Dmitry Chagin | 2009-03-04 | 1 | -0/+4 |
* | Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64. | Konstantin Belousov | 2008-11-29 | 1 | -0/+16 |
* | In the robust futexes list head, futex_offset shall be signed, | Konstantin Belousov | 2008-11-16 | 1 | -1/+1 |
* | Correctly fill siginfo for the signals delivered by linux tkill/tgkill. | Konstantin Belousov | 2008-10-19 | 1 | -11/+21 |
* | Make robust futexes work on linux32/amd64. Use PTRIN to read | Konstantin Belousov | 2008-10-14 | 1 | -0/+11 |
* | Implement the linux syscalls | Konstantin Belousov | 2008-04-08 | 1 | -2/+0 |
* | The kernel version of Linux statfs64 is actually supposed to take | David Malone | 2007-09-18 | 1 | -0/+13 |
* | Implement the openat() linux syscall | Julian Elischer | 2007-03-29 | 1 | -0/+3 |
* | MFP4: 115220, 115222 | Jung-uk Kim | 2007-03-02 | 1 | -149/+161 |
* | Partial MFp4 of 114977: | Alexander Leidinger | 2007-02-24 | 1 | -1/+1 |
* | MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570 | Jung-uk Kim | 2007-02-15 | 1 | -0/+9 |
* | Introduce some more SO_ option equivalents from Linux to FreeBSD. | Konstantin Belousov | 2007-02-01 | 1 | -0/+7 |
* | MFP4: 109655 | Jung-uk Kim | 2006-12-20 | 1 | -2/+2 |
* | Backout the linux aio stuff. Several problems where identified and the | Alexander Leidinger | 2006-10-29 | 1 | -2/+0 |
* | MFP4 (with some minor changes): | Alexander Leidinger | 2006-10-15 | 1 | -0/+2 |
* | MFP4 (106538 + 106541): | Alexander Leidinger | 2006-10-15 | 1 | -0/+1 |
* | Get rid of some nested includes. | Alexander Leidinger | 2006-08-19 | 1 | -4/+0 |
* | Style fixes to comments. | Alexander Leidinger | 2006-08-16 | 1 | -1/+2 |
* | Add the linux 2.6.x stuff (not used by default!): | Alexander Leidinger | 2006-08-15 | 1 | -0/+99 |
* | regen after COMPAT_43 removal | Alexander Leidinger | 2006-03-18 | 1 | -0/+18 |
* | Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL. | Matthew N. Dodd | 2005-04-13 | 1 | -0/+5 |
* | Add a new type, l_uintptr_t, which is an unsigned integer type with the | Tim J. Robbins | 2004-08-16 | 1 | -0/+4 |
* | Correctly map SIGSYS signal to/from Linux. | Alexander Kabaev | 2003-02-24 | 1 | -1/+1 |
* | Add IPv6 support for Linuxlator. | Hajimu UMEMOTO | 2003-02-03 | 1 | -0/+1 |
* | Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64 | Robert Drehmel | 2002-07-09 | 1 | -0/+4 |
* | Spell "separate" correctly. | Eric Melville | 2002-04-05 | 1 | -1/+1 |
* | In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux | Dag-Erling Smørgrav | 2001-10-15 | 1 | -1/+1 |
* | Implement LINUX_[SEM|IPC]_[STAT|INFO] | Michael Reifenberger | 2001-09-15 | 1 | -0/+2 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -4/+4 |
* | Round of cleanups and enhancements. These include (in random order): | Marcel Moolenaar | 2001-09-08 | 1 | -133/+248 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 1 | -3/+0 |
* | Allow debugging output to be controlled on a per-syscall granularity. | Jonathan Lemon | 2001-02-16 | 1 | -0/+8 |
* | Add mount syscall to linux emulation. Also improve emulation of reboot. | Jonathan Lemon | 2001-02-16 | 1 | -0/+9 |
* | Don't use p->p_sigstk.ss_flags to keep state of whether the | Marcel Moolenaar | 2000-11-30 | 1 | -1/+0 |
* | o Change the argument of linux_sigreturn to be a pointer to a | Marcel Moolenaar | 2000-11-23 | 1 | -10/+9 |
* | remove redundant declaration of bsd_to_linux_sigset() | Andrew Gallatin | 2000-11-16 | 1 | -1/+0 |
* | Make linux_sendsig and linux_sigreturn use all 64 bits of a | Andrew Gallatin | 2000-11-13 | 1 | -2/+42 |
* | Revert auto-generation. The Alpha port is broken. | Marcel Moolenaar | 2000-11-10 | 1 | -1/+1 |
* | Sync with Alpha: | Marcel Moolenaar | 2000-11-09 | 1 | -1/+1 |
* | A start at an implemention of linux_rt_sendsig & linux_rt_sigreturn | Andrew Gallatin | 2000-10-17 | 1 | -0/+80 |
* | This is the first of 3 commits that will get IBM's JDK 1.3 working | Andrew Gallatin | 2000-10-13 | 1 | -0/+8 |
* | When sigaltstack is called with a stack size that's not smaller | Marcel Moolenaar | 2000-09-06 | 1 | -0/+3 |
* | Fix #! script exec under linux emulation. If a script is exec'd from a | Matthew Dillon | 2000-04-26 | 1 | -0/+2 |
* | Implement pluggable ioctl handlers. | Marcel Moolenaar | 1999-12-04 | 1 | -649/+301 |
* | Implement linux_sigaltstack. | Marcel Moolenaar | 1999-11-30 | 1 | -0/+8 |
* | add linuxulator wrapper for SNDCTL_DSP_GETODELAY | Alfred Perlstein | 1999-11-29 | 1 | -0/+1 |
* | sigset_t change (part 4 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -39/+52 |