| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Fix linux_wait4() vunerability. | Marcel Moolenaar | 2000-06-08 | 1 | -4/+9 |
| * | Implement linux_rt_sigsuspend. | Marcel Moolenaar | 2000-01-13 | 4 | -4/+35 |
| * | Implement linux_rt_sigsuspend | Marcel Moolenaar | 2000-01-13 | 1 | -1/+3 |
| * | MFC: new syscalls for linux_sigaltstack, linux_ustat and linux_fdatasync | Marcel Moolenaar | 1999-12-08 | 9 | -18/+155 |
| * | MFC: sigaltstack, ustat and fdatasync | Marcel Moolenaar | 1999-12-08 | 1 | -4/+6 |
| * | MFC: LINUX_SNDCTL_DSP_GETODELAY | Alfred Perlstein | 1999-11-30 | 2 | -0/+5 |
| * | MFC: rev 1.36 | Marcel Moolenaar | 1999-10-25 | 1 | -1/+1 |
| * | MFC: Swap IOC_OUT and IOC_IN for the SETDIR macro. | Marcel Moolenaar | 1999-10-07 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 17 | -17/+17 |
| * | MFC: | Marcel Moolenaar | 1999-08-29 | 1 | -70/+51 |
| * | MFC: | Marcel Moolenaar | 1999-08-29 | 1 | -54/+71 |
| * | MFC: glibc2.1 required syscalls (rt_sigaction, rt_sigprocmask, getcwd and | Marcel Moolenaar | 1999-08-28 | 7 | -99/+328 |
| * | MFC: glibc2.1 required syscalls (rt_sigaction, rt_sigprocmask, getcwd and | Marcel Moolenaar | 1999-08-28 | 1 | -3/+17 |
| * | MFC: Fix stack alignment | Marcel Moolenaar | 1999-08-26 | 1 | -2/+1 |
| * | MFC: handle EFAULT cases when translating pathnames. Seems important :-) | Marcel Moolenaar | 1999-08-18 | 1 | -5/+11 |
| * | MFC: Implementation of TCXONC. | Marcel Moolenaar | 1999-08-18 | 2 | -3/+38 |
| * | MFC: Provide wrappers for sched_{s|g}etscheduler. We need to convert the policy | Marcel Moolenaar | 1999-08-17 | 6 | -12/+93 |
| * | MFC: use wrappers for {s|g}etrlimit to convert the resource argument. | Marcel Moolenaar | 1999-08-17 | 6 | -14/+94 |
| * | MFC: Use a wrapper for the link syscall that does name translations. | Marcel Moolenaar | 1999-08-17 | 5 | -8/+33 |
| * | MFC: Fix bug in the fcntl syscall where 'arg' was not set properly. | Marcel Moolenaar | 1999-08-15 | 1 | -2/+4 |
| * | MFC (rev 1.40): Fix LINUX_TIOC{S|G}SERIAL and LINUX_TIOCGETD ioctls. | Marcel Moolenaar | 1999-08-14 | 1 | -27/+22 |
| * | MFC: Part 2 (of 2) of the termios ioctl fixes. See rev. 1.39 for details. | Marcel Moolenaar | 1999-08-14 | 1 | -7/+28 |
| * | MFC: Part 1 of the termios ioctl fixes. See log of rev. 1.38 for details. | Marcel Moolenaar | 1999-08-14 | 1 | -18/+23 |
| * | MFC: Emulate some CDROM ioctls, including CDROMSUBCHNL. | Marcel Moolenaar | 1999-08-13 | 2 | -2/+212 |
| * | MFC: Handle mixer read ioctls correctly. They have the same group, number and | Marcel Moolenaar | 1999-08-11 | 1 | -18/+22 |
| * | MFC: Implementation of VT_RELDISP ioctl. | Marcel Moolenaar | 1999-07-17 | 2 | -2/+8 |
| * | MFC: Trivial implementation of TIOCM{S|G}ET and TIOCMBI{S|C} ioctls. No need | Marcel Moolenaar | 1999-07-17 | 1 | -1/+17 |
| * | MFC: Let newuname return "Linux" as the OS name and not "FreeBSD". Also, | Marcel Moolenaar | 1999-07-17 | 1 | -3/+3 |
| * | MFC: | Julian Elischer | 1999-03-02 | 1 | -19/+16 |
| * | MFC -- Prevent emulators from being unloaded whilst they are being | Mark Newton | 1999-02-08 | 1 | -3/+11 |
| * | MFC: Linux threads support is now default, to match -current | Julian Elischer | 1999-01-27 | 1 | -33/+3 |
| * | Minor cleanup; no more references to LKM's. | Peter Wemm | 1999-01-17 | 2 | -7/+4 |
| * | Fix linux sendmsg() emulation | Mike Smith | 1999-01-11 | 1 | -2/+35 |
| * | Use truncate() instead of otruncate() - step on the way to stopping | Eivind Eklund | 1999-01-10 | 1 | -3/+3 |
| * | Add (but don't activate) code for a special VM option to make | Julian Elischer | 1999-01-06 | 2 | -67/+49 |
| * | Commit patch in | Søren Schmidt | 1998-12-30 | 2 | -2/+9 |
| * | Commit #2 of | Søren Schmidt | 1998-12-30 | 4 | -8/+90 |
| * | Commit #1 of: | Søren Schmidt | 1998-12-30 | 1 | -3/+5 |
| * | According to the author.. | Julian Elischer | 1998-12-24 | 1 | -9/+4 |
| * | The result of running make linux_sysent.c on the new syscalls.master | Søren Schmidt | 1998-12-22 | 3 | -4/+5 |
| * | Fix NOIMPL -> NOPROTO as per bruce. | Søren Schmidt | 1998-12-22 | 1 | -2/+2 |
| * | The result of running make linux_sysent.c on the new syscall.master file | Søren Schmidt | 1998-12-21 | 3 | -4/+4 |
| * | Syscall 168 (poll) is not implemented in the Linux emulator. This | Søren Schmidt | 1998-12-21 | 1 | -2/+3 |
| * | Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after having | Søren Schmidt | 1998-12-21 | 1 | -2/+2 |
| * | Make it compile again. | Søren Schmidt | 1998-12-19 | 1 | -5/+5 |
| * | Reviewed by: Luoqi Chen, Jordan Hubbard | Julian Elischer | 1998-12-19 | 8 | -18/+206 |
| * | Removed the cast to a pointer in the definition of PS_STRINGS and | Bruce Evans | 1998-12-16 | 2 | -4/+4 |
| * | Added 3 new errno values, requred by various standards: EOVERFLOW, | Dmitrij Tejblum | 1998-12-14 | 1 | -5/+5 |
| * | linux_pipe does not preserve the edx register. Linux and | Jordan K. Hubbard | 1998-12-10 | 1 | -3/+12 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -7/+13 |