summaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2/ibcs2_signal.c
Commit message (Expand)AuthorAgeFilesLines
* Remove iBCS2, part3: the implementationMateusz Guzik2018-12-191-429/+0
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-21/+7
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Backout previous change (disabling of security checks for signals deliveredMaxim Sobolev2005-02-131-1/+1
* Split out kill(2) syscall service routine into user-level and kernel part, theMaxim Sobolev2005-02-131-1/+1
* /* -> /*- for license, add FreeBSD tagWarner Losh2005-01-061-1/+1
* Fix a multitude of security bugs in the iBCS2 emulator:Tim J. Robbins2003-10-121-2/+7
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* - Replace inline implementations of sigprocmask() with calls toJohn Baldwin2003-04-221-133/+56
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-15/+16
* SCARGS removal take II.Alfred Perlstein2002-12-141-36/+36
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-131-36/+36
* Remove SCARGS.Alfred Perlstein2002-12-131-36/+36
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-2/+1
* Add a missing include.Juli Mallett2002-10-011-0/+1
* When working with sigset_t's, and needing to perform masking operations basedJuli Mallett2002-10-011-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+3
* Remove __P.Alfred Perlstein2002-03-201-6/+6
* KSE Milestone 2Julian Elischer2001-09-121-28/+32
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+2
* Proc locking.John Baldwin2001-01-231-3/+14
* Avoid using the osig* syscalls.Marcel Moolenaar1999-10-101-21/+28
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-291-41/+49
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename struct members sa_siginfo. POSIX reserves identifiers startingMartin Cracauer1999-07-061-8/+8
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-28/+21
* Removed unused #includes.Bruce Evans1997-07-201-8/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Perform special sigset() check.Steven Wallace1996-12-081-2/+14
* In bsd_to_ibcs2_sigaction(), flag for ibcs2 system should beSteven Wallace1995-10-211-2/+2
* sigset() should have sa_flags cleared to sig is maked before callingSteven Wallace1995-10-211-23/+27
* Use sa_flag option SA_NODEFER in sigsys() emulation because SVR3Steven Wallace1995-10-191-5/+5
* Remove old files no longer needed.Steven Wallace1995-10-101-375/+388
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-24/+24
* iBCS2 emulator core files.Søren Schmidt1994-10-141-0/+462