aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_signal.c
Commit message (Expand)AuthorAgeFilesLines
* Mega MFC: This syncs-up the Linuxulator with -current and henceMarcel Moolenaar2001-11-051-55/+52
* MFC: allow AlphaLinux compat bits to build.David E. O'Brien2000-11-021-5/+27
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-10-191-0/+403
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-555/+0
* 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-269/+322
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. BothMarcel Moolenaar1999-08-141-74/+215
* 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