| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 1 | -1/+1 |
| * | Use linux_emul_convpath() rather than linux_emul_find() as | John Baldwin | 2005-02-07 | 1 | -7/+6 |
| * | When running Linux binaries, set up the initial FPU state as Linux | David Schultz | 2005-02-06 | 1 | -0/+7 |
| * | o Split out kernel part of execve(2) syscall into two parts: one that | Maxim Sobolev | 2005-01-29 | 1 | -4/+4 |
| * | Axe the semblance of support for PECOFF and Linux a.out core dumps. | David Schultz | 2004-11-27 | 1 | -52/+2 |
| * | Maintain the broken state of backwards compatibilty for a.out (and | David Schultz | 2004-11-20 | 1 | -2/+3 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 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 |
| * | 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 |
| * | Add an additional field to the elf brandinfo structure to support | Peter Wemm | 2003-12-23 | 1 | -2/+4 |
| * | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | Peter Wemm | 2003-09-25 | 1 | -2/+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 | 1 | -2/+3 |
| * | - 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 |
| * | Don't drop the proc lock just to reacquire it after a few simple assignment | John Baldwin | 2003-04-17 | 1 | -2/+0 |
| * | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | Jeff Roberson | 2003-03-31 | 1 | -6/+6 |
| * | - 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 |
| * | Sync up linux and svr compat elf fixup functions for exec(). These | John Baldwin | 2003-03-21 | 1 | -4/+6 |
| * | Clean up whitespace and remove register keyword. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -27/+27 |
| * | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -2/+2 |
| * | Correctly map SIGSYS signal to/from Linux. | Alexander Kabaev | 2003-02-24 | 1 | -2/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | bzero() the sigframe before we fill it. This was not done at all in | Marcel Moolenaar | 2002-11-02 | 1 | -3/+4 |
| * | Style(9). Make some function declarations consistent with the rest, | Mark Murray | 2002-10-19 | 1 | -16/+7 |
| * | Tidy up some loose ends that bde pointed out. caddr_t bad, ok? | Peter Wemm | 2002-09-07 | 1 | -8/+7 |
| * | The true value of how the kernel was configured for KSTACK_PAGES was not | Peter Wemm | 2002-09-07 | 1 | -6/+6 |
| * | Diff reduction in comments for filling the siginfo structure - refer to | Juli Mallett | 2002-09-07 | 1 | -1/+1 |
| * | Supposedly linux has added a 6th syscall arg register (%ebp). I am not | Peter Wemm | 2002-09-07 | 1 | -0/+1 |
| * | Give this a self contained a.out coredump routine. | Peter Wemm | 2002-09-07 | 1 | -1/+60 |
| * | Use the new kern_* functions to avoid the need to store arguments | Ian Dowse | 2002-09-01 | 1 | -11/+7 |
| * | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | Jake Burkholder | 2002-09-01 | 1 | -2/+18 |
| * | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | Peter Wemm | 2002-07-20 | 1 | -4/+6 |
| * | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 1 | -1/+1 |
| * | Moved signal handling and rescheduling from userret() to ast() so that | Bruce Evans | 2002-04-04 | 1 | -0/+2 |
| * | Fixed some style bugs in the removal of __P(()). Continuation lines | Bruce Evans | 2002-03-24 | 1 | -5/+5 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -9/+9 |
| * | Eliminate unnecessary calls to grow_stack() and useracc() from linux_sendsig() | Alan Cox | 2002-03-19 | 1 | -49/+5 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -1/+1 |
| * | Clear the single-step flag for signal handlers. This fixes bogus trace | Bruce Evans | 2002-01-10 | 1 | -2/+2 |
| * | Convert BSD trap codes to i386. | Pierre Beyssac | 2001-11-20 | 1 | -2/+41 |
| * | Eliminate the prefix parameter to linux_emul_find(), which was always | Dag-Erling Smørgrav | 2001-10-27 | 1 | -2/+2 |
| * | Oops, these already included sys/lock.h, they just did so after | John Baldwin | 2001-10-11 | 1 | -1/+0 |
| * | Add missing includes of sys/lock.h. | John Baldwin | 2001-10-11 | 1 | -0/+1 |
| * | Add a lock assertion to linux_sendsig() to match other sendsig functions. | John Baldwin | 2001-09-17 | 1 | -0/+1 |