aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/svr4
Commit message (Expand)AuthorAgeFilesLines
* Use svr4_si_{addr,code,errno,signo,trap} in preference to si_{...}.Robert Watson2005-10-191-36/+36
* Fix compiling.David Xu2005-10-151-1/+1
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-141-3/+6
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-062-2/+2
* Attempt to make the proper changes here for the proc.h commit:David E. O'Brien2004-01-051-5/+5
* Use __FBSDID().David E. O'Brien2003-06-102-3/+5
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-131-0/+3
* Assembly files put thru the C preprocessor need to have C style comments.David E. O'Brien2003-04-211-3/+2
* Add some missing proc mutex unlocks.John Baldwin2003-04-171-2/+6
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-2/+2
* SCARGS removal take II.Alfred Perlstein2002-12-141-3/+3
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-131-3/+3
* Remove SCARGS.Alfred Perlstein2002-12-131-3/+3
* Include <sys/systm.h> for the definition of offsetof() instead of dependingBruce Evans2002-09-051-0/+1
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+1
* Remove __P.Alfred Perlstein2002-03-202-4/+3
* Clear the single-step flag for signal handlers. This fixes bogus traceBruce Evans2002-01-101-0/+1
* If we have a p variable pointing to td->td_proc already, use it instead ofJohn Baldwin2001-09-181-8/+8
* KSE Milestone 2Julian Elischer2001-09-122-30/+33
* Call sendsig() with the proc lock held and return with it held.John Baldwin2001-09-061-1/+2
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-291-3/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-4/+6
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-0/+1
* Remove the leading underscore from all symbols defined in x86 asmJake Burkholder2001-02-251-4/+4
* Activate USER_LDT by default. The new thread libraries are going toPeter Wemm2001-02-231-2/+3
* - Proc locking.John Baldwin2001-01-241-5/+26
* Don't use p->p_sigstk.ss_flags to keep state of whether theMarcel Moolenaar2000-11-301-1/+1
* Remove unneeded <stddef.h> #includes.Poul-Henning Kamp2000-10-291-2/+0
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.David E. O'Brien2000-08-314-10/+10
* AT&T asm syntax requires a leading '*' in front of the operand for indirectDavid E. O'Brien2000-05-101-1/+1
* Pre-freeze cleanups: Conditionalize debugging writes on DEBUG_SVR4,Mark Newton2000-01-151-11/+32
* Include #warning about unconditionalizing VM86, which isn't supposed to workMark Newton2000-01-151-0/+1
* Fixed a missing forward declaration. I don't know why I though theBruce Evans2000-01-091-0/+1
* Include <stddef.h> here so that <sys/assym.h> can be unpolluted.Bruce Evans2000-01-081-4/+3
* Unbreak LINT -- typedefs from signal.h are needed to make prototypes inMark Newton2000-01-051-0/+1
* Make offsetof equivalent with <stddef.h>. This paves the way forMarcel Moolenaar2000-01-031-5/+8
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.Marcel Moolenaar1999-12-231-20/+6
* Remove unnecessary includesMark Newton1999-12-081-12/+0
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-112-16/+13
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-292-8/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Replace ".align 2" with "ALIGN_TEXT" as per recent discussion re: the linuxMark Newton1999-08-251-2/+2
* Add $Id$ tags.Mark Newton1999-07-303-12/+10
* Back out last commit (did I get all of them?)Mark Newton1999-06-022-0/+6
* Unifdef VM86.Jonathan Lemon1999-06-012-6/+0
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-282-2/+13
* Restore support for executing BSD/OS binaries on the i386 by passingJohn Polstra1999-04-031-1/+1
* Integrated a patch provided by Guido to more correctly work out theMark Newton1999-02-251-6/+23
* Added underscores to some names in svr4_locore.s so that it compilesBruce Evans1999-02-061-6/+4