| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Handle unimplemented syscall by instantly returning ENOSYS instead of se... | Maxim Sobolev | 2005-03-31 | 1 | -0/+4 |
| * | MFC: Fix the ABI wrappers to use kern_fcntl() rather than calling | John Baldwin | 2004-09-03 | 1 | -1/+1 |
| * | Mark linux_wait4() as MP Safe as it is so and holding Giant across all of | John Baldwin | 2004-06-04 | 1 | -1/+1 |
| * | MFi386: Use the BSD madvise() syscall implementation for Linux binary | Bruce M Simpson | 2004-03-29 | 1 | -1/+1 |
| * | - Mark ABI syscalls that call wait4() MP safe as recent changes to | John Baldwin | 2004-03-15 | 1 | -1/+1 |
| * | The following compat syscalls are now mpsafe: linux_getrlimit(), | John Baldwin | 2004-02-04 | 1 | -2/+2 |
| * | GC unused namespace column. Unwrap some long lines that now fit. | Peter Wemm | 2003-12-23 | 1 | -433/+391 |
| * | Sync MP safe flags with global syscalls.master for the first time. This | John Baldwin | 2003-11-07 | 1 | -52/+52 |
| * | Mark linux_sigpending() as MPSAFE. | Tim J. Robbins | 2003-02-16 | 1 | -1/+1 |
| * | Linux/alpha uses the same BSDish return mechanism we do for | Andrew Gallatin | 2002-01-23 | 1 | -4/+4 |
| * | Fix the NODEF entry for setpgid() so that it matches the NODEF | Marcel Moolenaar | 2001-10-07 | 1 | -1/+1 |
| * | Stop using linux_getpgid(). The implementation at this time is | Marcel Moolenaar | 2001-09-28 | 1 | -2/+2 |
| * | o Introduce private types for use in linux syscalls for two reasons: | Marcel Moolenaar | 2001-09-08 | 1 | -190/+210 |
| * | Synchronize syscalls.master(s) with recent Giant pushdown work | Matthew Dillon | 2001-09-01 | 1 | -8/+8 |
| * | Add linux_sched_get_priority_max() and linux_sched_get_priority_min() to | Andrew Gallatin | 2001-04-03 | 1 | -2/+2 |
| * | Sort out the umount breakage introduced in the last 2 revisions. | Andrew Gallatin | 2001-02-20 | 1 | -4/+4 |
| * | Fix duplicate linux_mount definition | Jonathan Lemon | 2001-02-20 | 1 | -4/+4 |
| * | Add mount syscall to linux emulation. Also improve emulation of reboot. | Jonathan Lemon | 2001-02-16 | 1 | -4/+6 |
| * | Don't auto-generate syscalls. | Marcel Moolenaar | 2000-12-03 | 1 | -1/+1 |
| * | Use the linux_connect() on alpha rather than passing directly through | Andrew Gallatin | 2000-11-16 | 1 | -1/+2 |
| * | Fix generated include path. | David E. O'Brien | 2000-11-04 | 1 | -1/+1 |
| * | Support for the linux ipc syscalls on the alpha, where each one has | Andrew Gallatin | 2000-11-01 | 1 | -11/+19 |
| * | We need to explicitly tell the args struct for COMPAT functions we use | David E. O'Brien | 2000-10-23 | 1 | -4/+13 |
| * | Somehow I left out sycall #98 | David E. O'Brien | 2000-10-22 | 1 | -0/+1 |
| * | Minor whitespace cleanup. | David E. O'Brien | 2000-10-22 | 1 | -6/+5 |
| * | Minimal set of diffs from the i386 bits to the AlphaLinux. | David E. O'Brien | 2000-10-22 | 1 | -234/+408 |
| * | Sigh. Fix SYS_exit problems. I misunderstood the significance of these | Peter Wemm | 2000-07-29 | 1 | -1/+1 |
| * | Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping | Peter Wemm | 2000-07-29 | 1 | -1/+1 |
| * | Add prototypes for linux_pread and linux_pwrite. | Marcel Moolenaar | 2000-07-17 | 1 | -2/+4 |
| * | Fixed the return type for exit() and the args struct tag several NOPROTO | Bruce Evans | 2000-05-09 | 1 | -2/+3 |
| * | Use the real setres[ug]id(2) rather than dummy stubs. Newer glibc's | Peter Wemm | 2000-01-29 | 1 | -4/+4 |
| * | Update the syscalls to Linux kernel 2.3.38. | Marcel Moolenaar | 2000-01-10 | 1 | -0/+7 |
| * | Implement sigaltstack. | Marcel Moolenaar | 1999-11-30 | 1 | -1/+2 |
| * | Change prototype of linux_ustat. | Marcel Moolenaar | 1999-11-27 | 1 | -1/+2 |
| * | sigset_t change (part 4 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -11/+13 |
| * | Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument. | Luoqi Chen | 1999-09-22 | 1 | -2/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always | Marcel Moolenaar | 1999-08-25 | 1 | -86/+87 |
| * | Implement vfork() syscall. | Marcel Moolenaar | 1999-08-16 | 1 | -2/+2 |
| * | Provide wrappers for sched_{s|g}etscheduler. We need to convert the policy | Marcel Moolenaar | 1999-08-15 | 1 | -3/+4 |
| * | Extend the number of syscalls to include those present in Linux 2.2.10. These | Marcel Moolenaar | 1999-08-14 | 1 | -1/+9 |
| * | Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. These | Marcel Moolenaar | 1999-08-14 | 1 | -3/+9 |
| * | Use a wrapper for the link syscall that does name translations. | Marcel Moolenaar | 1999-08-12 | 1 | -2/+2 |
| * | Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do not | Marcel Moolenaar | 1999-08-11 | 1 | -5/+5 |
| * | Commit #1 of: | Søren Schmidt | 1998-12-30 | 1 | -3/+5 |
| * | Fix NOIMPL -> NOPROTO as per bruce. | Søren Schmidt | 1998-12-22 | 1 | -2/+2 |
| * | Syscall 168 (poll) is not implemented in the Linux emulator. This | Søren Schmidt | 1998-12-21 | 1 | -2/+3 |
| * | Reviewed by: Luoqi Chen, Jordan Hubbard | Julian Elischer | 1998-12-19 | 1 | -2/+2 |
| * | Quick and dirty support for Linux's mremap. Not used by anything | Jordan K. Hubbard | 1998-07-10 | 1 | -2/+3 |
| * | Include "opt_compat.h" explicitly instead of depending on | Bruce Evans | 1998-06-09 | 1 | -2/+2 |