summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_signal.c
Commit message (Expand)AuthorAgeFilesLines
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-4/+1
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-1/+4
* fixup signal mapping:sam2005-02-251-11/+9
* Backout previous change (disabling of security checks for signals deliveredsobomax2005-02-131-1/+1
* Split out kill(2) syscall service routine into user-level and kernel part, thesobomax2005-02-131-1/+1
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Fix some security bugs in the SVR4 emulator:tjr2003-10-201-2/+12
* Use __FBSDID().obrien2003-06-101-2/+3
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-206/+97
* Use local struct proc variables to reduce repeated td->td_proc dereferencesjhb2003-04-171-6/+6
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-12/+13
* SCARGS removal take II.alfred2002-12-141-41/+41
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-41/+41
* Remove SCARGS.alfred2002-12-131-41/+41
* Back our kernel support for reliable signal queues.jmallett2002-10-011-1/+1
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-301-1/+1
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+2
* Remove __P.alfred2002-03-201-5/+3
* KSE Milestone 2julian2001-09-121-58/+58
* get rid of some printf and pointer type warningsassar2001-07-221-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+3
* Proc locking.jhb2001-01-231-4/+10
* Include machine/cpu.h for cpu_getstack().marcel2000-12-031-0/+2
* 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
* Fix handling of svr4_sigsets, which are implemented in SysVR4 as a sequencenewton2000-01-151-14/+50
* Remove unnecessary includesnewton1999-12-081-1/+0
* Remove unnecessary includes.newton1999-10-171-3/+0
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-111-1/+1
* sigset_t change (part 4 of 5)marcel1999-09-291-56/+65
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add $Id$ tagsnewton1999-07-301-0/+2
* Rename struct members sa_siginfo. POSIX reserves identifiers startingcracauer1999-07-061-18/+18
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-301-0/+623
OpenPOWER on IntegriCloud