| Commit message (Expand) | Author | Age | Files | Lines |
* | Axe the semblance of support for PECOFF and Linux a.out core dumps. | das | 2004-11-27 | 1 | -52/+2 |
* | Maintain the broken state of backwards compatibilty for a.out (and | das | 2004-11-20 | 1 | -2/+3 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -1/+1 |
* | Change the types of vn_rdwr_inchunks()'s len and aresid arguments to | tjr | 2004-06-05 | 1 | -1/+1 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 1 | -2/+2 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 1 | -9/+9 |
* | Sorted includes. Removed duplicates exposed by this. | bde | 2003-12-29 | 1 | -12/+9 |
* | Add an additional field to the elf brandinfo structure to support | peter | 2003-12-23 | 1 | -2/+4 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | peter | 2003-09-25 | 1 | -2/+4 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-02 | 1 | -2/+3 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -3/+13 |
* | Provide exec_linux_setregs() to override exec_setregs(). | mdodd | 2003-05-11 | 1 | -2/+21 |
* | Don't drop the proc lock just to reacquire it after a few simple assignment | jhb | 2003-04-17 | 1 | -2/+0 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -6/+6 |
* | - Change trapsignal() to accept a thread and not a proc. | jeff | 2003-03-31 | 1 | -2/+2 |
* | Add missing includes from previous commit. | jhb | 2003-03-27 | 1 | -0/+1 |
* | Add a cleanup function to destroy the osname_lock and call it on module | jhb | 2003-03-26 | 1 | -0/+1 |
* | Sync up linux and svr compat elf fixup functions for exec(). These | jhb | 2003-03-21 | 1 | -4/+6 |
* | Clean up whitespace and remove register keyword. | des | 2003-03-03 | 1 | -27/+27 |
* | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | des | 2003-03-03 | 1 | -2/+2 |
* | Correctly map SIGSYS signal to/from Linux. | kan | 2003-02-24 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | bzero() the sigframe before we fill it. This was not done at all in | marcel | 2002-11-02 | 1 | -3/+4 |
* | Style(9). Make some function declarations consistent with the rest, | markm | 2002-10-19 | 1 | -16/+7 |
* | Tidy up some loose ends that bde pointed out. caddr_t bad, ok? | peter | 2002-09-07 | 1 | -8/+7 |
* | The true value of how the kernel was configured for KSTACK_PAGES was not | peter | 2002-09-07 | 1 | -6/+6 |
* | Diff reduction in comments for filling the siginfo structure - refer to | jmallett | 2002-09-07 | 1 | -1/+1 |
* | Supposedly linux has added a 6th syscall arg register (%ebp). I am not | peter | 2002-09-07 | 1 | -0/+1 |
* | Give this a self contained a.out coredump routine. | peter | 2002-09-07 | 1 | -1/+60 |
* | Use the new kern_* functions to avoid the need to store arguments | iedowse | 2002-09-01 | 1 | -11/+7 |
* | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | jake | 2002-09-01 | 1 | -2/+18 |
* | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | peter | 2002-07-20 | 1 | -4/+6 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 1 | -1/+1 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 1 | -0/+2 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-24 | 1 | -5/+5 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -9/+9 |
* | Eliminate unnecessary calls to grow_stack() and useracc() from linux_sendsig() | alc | 2002-03-19 | 1 | -49/+5 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -1/+1 |
* | Clear the single-step flag for signal handlers. This fixes bogus trace | bde | 2002-01-10 | 1 | -2/+2 |
* | Convert BSD trap codes to i386. | pb | 2001-11-20 | 1 | -2/+41 |
* | Eliminate the prefix parameter to linux_emul_find(), which was always | des | 2001-10-27 | 1 | -2/+2 |
* | Oops, these already included sys/lock.h, they just did so after | jhb | 2001-10-11 | 1 | -1/+0 |
* | Add missing includes of sys/lock.h. | jhb | 2001-10-11 | 1 | -0/+1 |
* | Add a lock assertion to linux_sendsig() to match other sendsig functions. | jhb | 2001-09-17 | 1 | -0/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -14/+18 |
* | Fix LINT breakage caused by previous commit. The linux_rt_sendsig | marcel | 2001-09-10 | 1 | -0/+9 |
* | Round of cleanups and enhancements. These include (in random order): | marcel | 2001-09-08 | 1 | -23/+22 |
* | Call sendsig() with the proc lock held and return with it held. | jhb | 2001-09-06 | 1 | -2/+2 |