| Commit message (Expand) | Author | Age | Files | Lines |
* | MFamd64: Move extern declaration of _ucodesel and _udatasel to | jhb | 2014-11-02 | 1 | -1/+0 |
* | Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions | obrien | 2009-01-31 | 1 | -1/+1 |
* | 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 | 2 | -2/+2 |
* | 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 | 2 | -3/+5 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -0/+3 |
* | Assembly files put thru the C preprocessor need to have C style comments. | obrien | 2003-04-21 | 1 | -3/+2 |
* | 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 |
* | Include <sys/systm.h> for the definition of offsetof() instead of depending | bde | 2002-09-05 | 1 | -0/+1 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 1 | -0/+1 |
* | Remove __P. | alfred | 2002-03-20 | 2 | -4/+3 |
* | 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 | 2 | -30/+33 |
* | 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 |
* | Remove the leading underscore from all symbols defined in x86 asm | jake | 2001-02-25 | 1 | -4/+4 |
* | 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 |
* | Remove unneeded <stddef.h> #includes. | phk | 2000-10-29 | 1 | -2/+0 |
* | Cleanup after repo copy of sys/svr4 to sys/compat/svr4. | obrien | 2000-08-31 | 4 | -10/+10 |
* | AT&T asm syntax requires a leading '*' in front of the operand for indirect | obrien | 2000-05-10 | 1 | -1/+1 |
* | Pre-freeze cleanups: Conditionalize debugging writes on DEBUG_SVR4, | newton | 2000-01-15 | 1 | -11/+32 |
* | Include #warning about unconditionalizing VM86, which isn't supposed to work | newton | 2000-01-15 | 1 | -0/+1 |
* | Fixed a missing forward declaration. I don't know why I though the | bde | 2000-01-09 | 1 | -0/+1 |
* | Include <stddef.h> here so that <sys/assym.h> can be unpolluted. | bde | 2000-01-08 | 1 | -4/+3 |
* | Unbreak LINT -- typedefs from signal.h are needed to make prototypes in | newton | 2000-01-05 | 1 | -0/+1 |
* | Make offsetof equivalent with <stddef.h>. This paves the way for | marcel | 2000-01-03 | 1 | -5/+8 |
* | Use genassym(1) and <sys/assym.h> to generate assembler symbols. | marcel | 1999-12-23 | 1 | -20/+6 |
* | 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 | 2 | -16/+13 |
* | sigset_t change (part 4 of 5) | marcel | 1999-09-29 | 2 | -8/+10 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 4 | -4/+4 |
* | Replace ".align 2" with "ALIGN_TEXT" as per recent discussion re: the linux | newton | 1999-08-25 | 1 | -2/+2 |
* | Add $Id$ tags. | newton | 1999-07-30 | 3 | -12/+10 |
* | Back out last commit (did I get all of them?) | newton | 1999-06-02 | 2 | -0/+6 |
* | Unifdef VM86. | jlemon | 1999-06-01 | 2 | -6/+0 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 2 | -2/+13 |