summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_signal.c
Commit message (Expand)AuthorAgeFilesLines
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* 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
* /* -> /*- for license, add FreeBSD tagimp2005-01-061-1/+1
* Fix a multitude of security bugs in the iBCS2 emulator:tjr2003-10-121-2/+7
* Use __FBSDID().obrien2003-06-021-2/+3
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-133/+56
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-15/+16
* SCARGS removal take II.alfred2002-12-141-36/+36
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-36/+36
* Remove SCARGS.alfred2002-12-131-36/+36
* Back our kernel support for reliable signal queues.jmallett2002-10-011-2/+1
* Add a missing include.jmallett2002-10-011-0/+1
* When working with sigset_t's, and needing to perform masking operations basedjmallett2002-10-011-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+3
* Remove __P.alfred2002-03-201-6/+6
* KSE Milestone 2julian2001-09-121-28/+32
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+2
* Proc locking.jhb2001-01-231-3/+14
* Avoid using the osig* syscalls.marcel1999-10-101-21/+28
* sigset_t change (part 4 of 5)marcel1999-09-291-41/+49
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rename struct members sa_siginfo. POSIX reserves identifiers startingcracauer1999-07-061-8/+8
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-28/+21
* Removed unused #includes.bde1997-07-201-8/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Perform special sigset() check.swallace1996-12-081-2/+14
* In bsd_to_ibcs2_sigaction(), flag for ibcs2 system should beswallace1995-10-211-2/+2
* sigset() should have sa_flags cleared to sig is maked before callingswallace1995-10-211-23/+27
* Use sa_flag option SA_NODEFER in sigsys() emulation because SVR3swallace1995-10-191-5/+5
* Remove old files no longer needed.swallace1995-10-101-375/+388
* Remove trailing whitespace.rgrimes1995-05-301-24/+24
* iBCS2 emulator core files.sos1994-10-141-0/+462
OpenPOWER on IntegriCloud