summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_signal.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* MFC: match the LINUX32 style with existing style.David E. O'Brien2005-03-011-5/+5
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.David E. O'Brien2004-08-161-1/+1
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins2004-08-161-3/+14
* Use __FBSDID().David E. O'Brien2003-06-101-2/+3
* Argh! We want to return the old signal set when the error return is zeroJohn Baldwin2003-04-281-1/+1
* Use a switch to convert the Linux sigprocmask flags to the equivalentJohn Baldwin2003-04-251-3/+14
* - Replace inline implementations of sigprocmask() with calls toJohn Baldwin2003-04-221-29/+11
* Don't hold the proc lock while performing sigset conversions on localJohn Baldwin2003-04-171-1/+1
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-14/+15
* Add MPSAFE comment to linux_sigpending().Tim J. Robbins2003-02-161-0/+3
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-2/+1
* First half of implementation of ksiginfo, signal queues, and such. ThisJuli Mallett2002-09-301-1/+2
* Use the new kern_* functions to avoid the need to store argumentsIan Dowse2002-09-011-17/+9
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+3
* KSE Milestone 2Julian Elischer2001-09-121-20/+24
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-31/+31
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-1/+3
* Allow debugging output to be controlled on a per-syscall granularity.Jonathan Lemon2001-02-161-15/+21
* Lock access to proc members.John Baldwin2000-12-151-8/+9
* Don't auto-generate the syscalls.Marcel Moolenaar2000-12-031-4/+0
* Revert auto-generation. The Alpha port is broken.Marcel Moolenaar2000-11-101-0/+4
* Sync with Alpha:Marcel Moolenaar2000-11-091-4/+0
* The MI/MD split wasn't perfect and the MI files need hacks for theDavid E. O'Brien2000-11-011-5/+28
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturnAndrew Gallatin2000-10-171-1/+1
* Update include directives.Marcel Moolenaar2000-08-221-158/+6
* Fix LINT breakage.Archie Cobbs1999-12-051-1/+1
* Implement linux_sigaltstack.Marcel Moolenaar1999-11-301-11/+47
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-291-281/+334
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. BothMarcel Moolenaar1999-08-141-75/+216
* Rename struct members sa_siginfo. POSIX reserves identifiers startingMartin Cracauer1999-07-061-17/+17
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-061-8/+15
* Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after havingSøren Schmidt1998-12-211-2/+2
* Fix a couple of out-of-bounds array references in mapping betweenJohn Polstra1998-10-111-4/+9
* Oops, the previous fix confused Linux's sigset_t with a pointer type.Bruce Evans1998-08-151-5/+5
* Fixed print format errors.Bruce Evans1998-07-291-7/+9
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-20/+19
* Removed unused #includes.Bruce Evans1997-07-201-3/+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
* update linux_times() and linux_utime() emulation,Peter Wemm1996-03-041-3/+6
* Minor touch-up... make two functions static, and add missing $Id$Peter Wemm1996-03-021-3/+3
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-80/+130
* Clean up some warnings by using the generated structures in <sys/sysproto.h>Peter Wemm1995-12-151-9/+11
* Completed function declarations and added prototypes.Bruce Evans1995-11-221-3/+3
* First incarnation of our Linux emulator or rather compatibility code.Søren Schmidt1995-06-251-0/+259