| Commit message (Expand) | Author | Age | Files | Lines |
* | Since version 4.3, gcc changed its behaviour concerning the i386/amd64 | kib | 2008-03-13 | 1 | -2/+2 |
* | Use svr4_si_{addr,code,errno,signo,trap} in preference to si_{...}. | rwatson | 2005-10-19 | 1 | -36/+36 |
* | Fix compiling. | davidxu | 2005-10-15 | 1 | -1/+1 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 1 | -3/+6 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Attempt to make the proper changes here for the proc.h commit: | obrien | 2004-01-05 | 1 | -5/+5 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -2/+3 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -0/+3 |
* | Add some missing proc mutex unlocks. | jhb | 2003-04-17 | 1 | -2/+6 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -2/+2 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 1 | -3/+3 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 1 | -3/+3 |
* | Remove SCARGS. | alfred | 2002-12-13 | 1 | -3/+3 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 1 | -0/+1 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -1/+1 |
* | Clear the single-step flag for signal handlers. This fixes bogus trace | bde | 2002-01-10 | 1 | -0/+1 |
* | If we have a p variable pointing to td->td_proc already, use it instead of | jhb | 2001-09-18 | 1 | -8/+8 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -27/+30 |
* | Call sendsig() with the proc lock held and return with it held. | jhb | 2001-09-06 | 1 | -1/+2 |
* | Add a new MI pointer to the process' trapframe p_frame instead of using | jhb | 2001-06-29 | 1 | -3/+3 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -4/+6 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -0/+1 |
* | Activate USER_LDT by default. The new thread libraries are going to | peter | 2001-02-23 | 1 | -2/+3 |
* | - Proc locking. | jhb | 2001-01-24 | 1 | -5/+26 |
* | Don't use p->p_sigstk.ss_flags to keep state of whether the | marcel | 2000-11-30 | 1 | -1/+1 |
* | Cleanup after repo copy of sys/svr4 to sys/compat/svr4. | obrien | 2000-08-31 | 1 | -6/+6 |
* | Pre-freeze cleanups: Conditionalize debugging writes on DEBUG_SVR4, | newton | 2000-01-15 | 1 | -11/+32 |
* | Remove unnecessary includes | newton | 1999-12-08 | 1 | -12/+0 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Add a per-signal flag to mark handlers registered with osigaction, so we | luoqi | 1999-10-11 | 1 | -8/+9 |
* | sigset_t change (part 4 of 5) | marcel | 1999-09-29 | 1 | -7/+9 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add $Id$ tags. | newton | 1999-07-30 | 1 | -2/+6 |
* | Back out last commit (did I get all of them?) | newton | 1999-06-02 | 1 | -0/+4 |
* | Unifdef VM86. | jlemon | 1999-06-01 | 1 | -4/+0 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 1 | -0/+11 |
* | Restore support for executing BSD/OS binaries on the i386 by passing | jdp | 1999-04-03 | 1 | -1/+1 |
* | Integrated a patch provided by Guido to more correctly work out the | newton | 1999-02-25 | 1 | -6/+23 |
* | Emulator KLD for SysVR4 executables grabbed from NetBSD. | newton | 1999-01-30 | 1 | -0/+526 |