summaryrefslogtreecommitdiffstats
path: root/sys/i386/svr4/svr4_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Attempt to make the proper changes here for the proc.h commit:obrien2004-01-051-5/+5
* Use __FBSDID().obrien2003-06-101-2/+3
* - Merge struct procsig with struct sigacts.jhb2003-05-131-0/+3
* 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
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+1
* Remove __P.alfred2002-03-201-1/+1
* 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-121-27/+30
* 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
* 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
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-311-6/+6
* Pre-freeze cleanups: Conditionalize debugging writes on DEBUG_SVR4,newton2000-01-151-11/+32
* 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-111-8/+9
* sigset_t change (part 4 of 5)marcel1999-09-291-7/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add $Id$ tags.newton1999-07-301-2/+6
* Back out last commit (did I get all of them?)newton1999-06-021-0/+4
* Unifdef VM86.jlemon1999-06-011-4/+0
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-0/+11
* Restore support for executing BSD/OS binaries on the i386 by passingjdp1999-04-031-1/+1
* Integrated a patch provided by Guido to more correctly work out thenewton1999-02-251-6/+23
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-301-0/+526
OpenPOWER on IntegriCloud