index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linux
/
linux_signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unbreak the kernel build. Pointy hat to: sobomax.
njl
2005-02-13
1
-1
/
+1
*
Backout previous change (disabling of security checks for signals delivered
sobomax
2005-02-13
1
-2
/
+2
*
Split out kill(2) syscall service routine into user-level and kernel part, the
sobomax
2005-02-13
1
-1
/
+1
*
Match the LINUX32's style with existing style
obrien
2005-01-14
1
-5
/
+5
*
Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.
obrien
2004-08-16
1
-1
/
+1
*
Changes to MI Linux emulation code necessary to run 32-bit Linux binaries
tjr
2004-08-16
1
-3
/
+14
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+3
*
Argh! We want to return the old signal set when the error return is zero
jhb
2003-04-28
1
-1
/
+1
*
Use a switch to convert the Linux sigprocmask flags to the equivalent
jhb
2003-04-25
1
-3
/
+14
*
- Replace inline implementations of sigprocmask() with calls to
jhb
2003-04-22
1
-29
/
+11
*
Don't hold the proc lock while performing sigset conversions on local
jhb
2003-04-17
1
-1
/
+1
*
- Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with
jeff
2003-03-31
1
-14
/
+15
*
Add MPSAFE comment to linux_sigpending().
tjr
2003-02-16
1
-0
/
+3
*
Back our kernel support for reliable signal queues.
jmallett
2002-10-01
1
-2
/
+1
*
First half of implementation of ksiginfo, signal queues, and such. This
jmallett
2002-09-30
1
-1
/
+2
*
Use the new kern_* functions to avoid the need to store arguments
iedowse
2002-09-01
1
-17
/
+9
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
1
-1
/
+1
*
Moved signal handling and rescheduling from userret() to ast() so that
bde
2002-04-04
1
-0
/
+3
*
KSE Milestone 2
julian
2001-09-12
1
-20
/
+24
*
Round of cleanups and enhancements. These include (in random order):
marcel
2001-09-08
1
-31
/
+31
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-1
/
+3
*
Allow debugging output to be controlled on a per-syscall granularity.
jlemon
2001-02-16
1
-15
/
+21
*
Lock access to proc members.
jhb
2000-12-15
1
-8
/
+9
*
Don't auto-generate the syscalls.
marcel
2000-12-03
1
-4
/
+0
*
Revert auto-generation. The Alpha port is broken.
marcel
2000-11-10
1
-0
/
+4
*
Sync with Alpha:
marcel
2000-11-09
1
-4
/
+0
*
The MI/MD split wasn't perfect and the MI files need hacks for the
obrien
2000-11-01
1
-5
/
+28
*
A start at an implemention of linux_rt_sendsig & linux_rt_sigreturn
gallatin
2000-10-17
1
-1
/
+1
*
Update include directives.
marcel
2000-08-22
1
-158
/
+6
*
Fix LINT breakage.
archie
1999-12-05
1
-1
/
+1
*
Implement linux_sigaltstack.
marcel
1999-11-30
1
-11
/
+47
*
sigset_t change (part 4 of 5)
marcel
1999-09-29
1
-281
/
+334
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Both
marcel
1999-08-14
1
-75
/
+216
*
Rename struct members sa_siginfo. POSIX reserves identifiers starting
cracauer
1999-07-06
1
-17
/
+17
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-8
/
+15
*
Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after having
sos
1998-12-21
1
-2
/
+2
*
Fix a couple of out-of-bounds array references in mapping between
jdp
1998-10-11
1
-4
/
+9
*
Oops, the previous fix confused Linux's sigset_t with a pointer type.
bde
1998-08-15
1
-5
/
+5
*
Fixed print format errors.
bde
1998-07-29
1
-7
/
+9
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-20
/
+19
*
Removed unused #includes.
bde
1997-07-20
1
-3
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
update linux_times() and linux_utime() emulation,
peter
1996-03-04
1
-3
/
+6
*
Minor touch-up... make two functions static, and add missing $Id$
peter
1996-03-02
1
-3
/
+3
*
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
1
-80
/
+130
*
Clean up some warnings by using the generated structures in <sys/sysproto.h>
peter
1995-12-15
1
-9
/
+11
*
Completed function declarations and added prototypes.
bde
1995-11-22
1
-3
/
+3
*
First incarnation of our Linux emulator or rather compatibility code.
sos
1995-06-25
1
-0
/
+259