summaryrefslogtreecommitdiffstats
path: root/sys/i386/svr4
Commit message (Expand)AuthorAgeFilesLines
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-1/+1
* MFamd64: Move extern declaration of _ucodesel and _udatasel tojhb2014-11-021-1/+0
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-311-1/+1
* Since version 4.3, gcc changed its behaviour concerning the i386/amd64kib2008-03-131-2/+2
* Use svr4_si_{addr,code,errno,signo,trap} in preference to si_{...}.rwatson2005-10-191-36/+36
* Fix compiling.davidxu2005-10-151-1/+1
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-3/+6
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-062-2/+2
* Attempt to make the proper changes here for the proc.h commit:obrien2004-01-051-5/+5
* Use __FBSDID().obrien2003-06-102-3/+5
* - Merge struct procsig with struct sigacts.jhb2003-05-131-0/+3
* Assembly files put thru the C preprocessor need to have C style comments.obrien2003-04-211-3/+2
* Add some missing proc mutex unlocks.jhb2003-04-171-2/+6
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-2/+2
* SCARGS removal take II.alfred2002-12-141-3/+3
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-3/+3
* Remove SCARGS.alfred2002-12-131-3/+3
* Include <sys/systm.h> for the definition of offsetof() instead of dependingbde2002-09-051-0/+1
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+1
* Remove __P.alfred2002-03-202-4/+3
* Clear the single-step flag for signal handlers. This fixes bogus tracebde2002-01-101-0/+1
* If we have a p variable pointing to td->td_proc already, use it instead ofjhb2001-09-181-8/+8
* KSE Milestone 2julian2001-09-122-30/+33
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-061-1/+2
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-3/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-4/+6
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-0/+1
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-251-4/+4
* Activate USER_LDT by default. The new thread libraries are going topeter2001-02-231-2/+3
* - Proc locking.jhb2001-01-241-5/+26
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-1/+1
* Remove unneeded <stddef.h> #includes.phk2000-10-291-2/+0
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-314-10/+10
* AT&T asm syntax requires a leading '*' in front of the operand for indirectobrien2000-05-101-1/+1
* Pre-freeze cleanups: Conditionalize debugging writes on DEBUG_SVR4,newton2000-01-151-11/+32
* Include #warning about unconditionalizing VM86, which isn't supposed to worknewton2000-01-151-0/+1
* Fixed a missing forward declaration. I don't know why I though thebde2000-01-091-0/+1
* Include <stddef.h> here so that <sys/assym.h> can be unpolluted.bde2000-01-081-4/+3
* Unbreak LINT -- typedefs from signal.h are needed to make prototypes innewton2000-01-051-0/+1
* Make offsetof equivalent with <stddef.h>. This paves the way formarcel2000-01-031-5/+8
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.marcel1999-12-231-20/+6
* Remove unnecessary includesnewton1999-12-081-12/+0
* useracc() the prequel:phk1999-10-291-1/+0
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-112-16/+13
* sigset_t change (part 4 of 5)marcel1999-09-292-8/+10
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* Replace ".align 2" with "ALIGN_TEXT" as per recent discussion re: the linuxnewton1999-08-251-2/+2
* Add $Id$ tags.newton1999-07-303-12/+10
* Back out last commit (did I get all of them?)newton1999-06-022-0/+6
OpenPOWER on IntegriCloud