| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Regen after addition of linux_nosys handler. | Maxim Sobolev | 2005-03-31 | 3 | -3/+9 |
| * | MFC: Handle unimplemented syscall by instantly returning ENOSYS instead of se... | Maxim Sobolev | 2005-03-31 | 1 | -0/+4 |
| * | MFC linux_sysvec.c,v 1.136 | David Schultz | 2005-03-01 | 1 | -0/+7 |
| * | MFC: | David Schultz | 2005-02-05 | 1 | -51/+2 |
| * | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 1 | -1/+1 |
| * | MFC src/sys/i386/linux/linux_ptrace.c, v1.14 | David Schultz | 2004-10-09 | 1 | -3/+4 |
| * | MFC of: | Julian Elischer | 2004-09-09 | 1 | -1/+1 |
| * | MFC: Regenerate after fcntl() changes. | John Baldwin | 2004-09-03 | 3 | -5/+5 |
| * | MFC: Fix the ABI wrappers to use kern_fcntl() rather than calling | John Baldwin | 2004-09-03 | 1 | -2/+2 |
| * | MFC: Correct arguments to kern_sigaltstack(). | John Baldwin | 2004-09-03 | 1 | -2/+2 |
| * | Add a new type, l_uintptr_t, which is an unsigned integer type with the | Tim J. Robbins | 2004-08-16 | 1 | -0/+4 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+1 |
| * | Consistently use __inline instead of __inline__ as the former is an empty macro | Stefan Farfeleder | 2004-07-04 | 1 | -1/+1 |
| * | Add casts so all these quantities are a constant type. | David E. O'Brien | 2004-06-24 | 1 | -1/+1 |
| * | Change the types of vn_rdwr_inchunks()'s len and aresid arguments to | Tim J. Robbins | 2004-06-05 | 1 | -1/+1 |
| * | Use the BSD madvise() syscall implementation for Linux binary emulation, | Bruce M Simpson | 2004-03-28 | 5 | -8/+3 |
| * | Regenerate. | John Baldwin | 2004-03-15 | 3 | -6/+6 |
| * | - Mark ABI syscalls that call wait4() MP safe as recent changes to | John Baldwin | 2004-03-15 | 1 | -3/+3 |
| * | Regen. | John Baldwin | 2004-02-04 | 3 | -6/+6 |
| * | The following compat syscalls are now mpsafe: linux_getrlimit(), | John Baldwin | 2004-02-04 | 1 | -3/+3 |
| * | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 2 | -4/+8 |
| * | Make sigaltstack as per-threaded, because per-process sigaltstack state | David Xu | 2004-01-03 | 1 | -2/+2 |
| * | Make sigaltstack as per-threaded, because per-process sigaltstack state | David Xu | 2004-01-03 | 1 | -9/+9 |
| * | Sorted includes. Removed duplicates exposed by this. | Bruce Evans | 2003-12-29 | 1 | -12/+9 |
| * | GC unused 'syshide' override to /dev/null. This was here to disable | Peter Wemm | 2003-12-24 | 1 | -1/+0 |
| * | Regen (should be a NOP except for rcsid changes) | Peter Wemm | 2003-12-23 | 3 | -3/+3 |
| * | GC unused third namespace column. | Peter Wemm | 2003-12-23 | 1 | -311/+268 |
| * | Add an additional field to the elf brandinfo structure to support | Peter Wemm | 2003-12-23 | 1 | -2/+4 |
| * | Pull latest changes from OpenBSD: | Maxim Sobolev | 2003-11-16 | 5 | -1/+181 |
| * | Regen. | John Baldwin | 2003-11-07 | 3 | -74/+76 |
| * | Sync up MP safe flags with global syscalls.master for the first time. This | John Baldwin | 2003-11-07 | 1 | -68/+68 |
| * | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | Peter Wemm | 2003-09-25 | 1 | -2/+4 |
| * | Restored non-egregious casts so that this file compiles on i386's with | Bruce Evans | 2003-09-07 | 1 | -3/+4 |
| * | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | David Xu | 2003-06-15 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-02 | 7 | -12/+20 |
| * | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 1 | -3/+13 |
| * | Provide exec_linux_setregs() to override exec_setregs(). | Matthew N. Dodd | 2003-05-11 | 1 | -2/+21 |
| * | Prefer the proc lock to sched_lock when testing PS_INMEM now that it is | John Baldwin | 2003-04-22 | 1 | -16/+8 |
| * | Synchronize the two linux_clone() implementations which includes a few | John Baldwin | 2003-04-18 | 1 | -22/+22 |
| * | Don't drop the proc lock just to reacquire it after a few simple assignment | John Baldwin | 2003-04-17 | 1 | -2/+0 |
| * | Sync up with changes to ptrace() and use P_SHOULDSTOP instead of | John Baldwin | 2003-04-15 | 1 | -1/+1 |
| * | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | Jeff Roberson | 2003-03-31 | 2 | -7/+7 |
| * | - Change trapsignal() to accept a thread and not a proc. | Jeff Roberson | 2003-03-31 | 1 | -2/+2 |
| * | Add missing includes from previous commit. | John Baldwin | 2003-03-27 | 1 | -0/+1 |
| * | Add a cleanup function to destroy the osname_lock and call it on module | John Baldwin | 2003-03-26 | 1 | -0/+1 |
| * | Print the return value from mmap() in the DEBUG case. | Matthew N. Dodd | 2003-03-25 | 1 | -3/+11 |
| * | Sync up linux and svr compat elf fixup functions for exec(). These | John Baldwin | 2003-03-21 | 1 | -4/+6 |
| * | Including <sys/stdint.h> is (almost?) universally only to be able to use | Poul-Henning Kamp | 2003-03-18 | 1 | -1/+0 |
| * | Clean up whitespace and remove register keyword. | Dag-Erling Smørgrav | 2003-03-03 | 4 | -49/+49 |
| * | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | Dag-Erling Smørgrav | 2003-03-03 | 4 | -25/+21 |