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
/
i386
/
ibcs2
/
ibcs2_signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backout previous change (disabling of security checks for signals delivered
sobomax
2005-02-13
1
-1
/
+1
*
Split out kill(2) syscall service routine into user-level and kernel part, the
sobomax
2005-02-13
1
-1
/
+1
*
/* -> /*- for license, add FreeBSD tag
imp
2005-01-06
1
-1
/
+1
*
Fix a multitude of security bugs in the iBCS2 emulator:
tjr
2003-10-12
1
-2
/
+7
*
Use __FBSDID().
obrien
2003-06-02
1
-2
/
+3
*
- Replace inline implementations of sigprocmask() with calls to
jhb
2003-04-22
1
-133
/
+56
*
- Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with
jeff
2003-03-31
1
-15
/
+16
*
SCARGS removal take II.
alfred
2002-12-14
1
-36
/
+36
*
Backout removal SCARGS, the code freeze is only "selectively" over.
alfred
2002-12-13
1
-36
/
+36
*
Remove SCARGS.
alfred
2002-12-13
1
-36
/
+36
*
Back our kernel support for reliable signal queues.
jmallett
2002-10-01
1
-2
/
+1
*
Add a missing include.
jmallett
2002-10-01
1
-0
/
+1
*
When working with sigset_t's, and needing to perform masking operations based
jmallett
2002-10-01
1
-1
/
+1
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-1
/
+1
*
Moved signal handling and rescheduling from userret() to ast() so that
bde
2002-04-04
1
-0
/
+3
*
Remove __P.
alfred
2002-03-20
1
-6
/
+6
*
KSE Milestone 2
julian
2001-09-12
1
-28
/
+32
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+2
*
Proc locking.
jhb
2001-01-23
1
-3
/
+14
*
Avoid using the osig* syscalls.
marcel
1999-10-10
1
-21
/
+28
*
sigset_t change (part 4 of 5)
marcel
1999-09-29
1
-41
/
+49
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Rename struct members sa_siginfo. POSIX reserves identifiers starting
cracauer
1999-07-06
1
-8
/
+8
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-28
/
+21
*
Removed unused #includes.
bde
1997-07-20
1
-8
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+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
*
Perform special sigset() check.
swallace
1996-12-08
1
-2
/
+14
*
In bsd_to_ibcs2_sigaction(), flag for ibcs2 system should be
swallace
1995-10-21
1
-2
/
+2
*
sigset() should have sa_flags cleared to sig is maked before calling
swallace
1995-10-21
1
-23
/
+27
*
Use sa_flag option SA_NODEFER in sigsys() emulation because SVR3
swallace
1995-10-19
1
-5
/
+5
*
Remove old files no longer needed.
swallace
1995-10-10
1
-375
/
+388
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-24
/
+24
*
iBCS2 emulator core files.
sos
1994-10-14
1
-0
/
+462