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
*
Rework signal code to allow using it by other modules, like linprocfs:
dchagin
2015-05-24
1
-85
/
+18
*
According to Linux man sigaltstack(3) shall return EINVAL if the ss
dchagin
2015-05-24
1
-0
/
+26
*
Use the BSD_TO_LINUX_SIGNAL() wherever there is no need
dchagin
2015-05-24
1
-8
/
+3
*
Fix compilation with -DDEBUG option.
dchagin
2015-05-24
1
-2
/
+2
*
Disable i386 call for x86-64 Linux.
dchagin
2015-05-24
1
-4
/
+8
*
Implement rt_sigqueueinfo() system call.
dchagin
2015-05-24
1
-0
/
+55
*
Add a siginfo_t conversion function.
dchagin
2015-05-24
1
-24
/
+101
*
Switch linuxulator to use the native 1:1 threads.
dchagin
2015-05-24
1
-45
/
+65
*
Convert files to UTF-8
uqs
2012-01-15
1
-1
/
+1
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-1
/
+1
*
For realtime signals fill the sigval value.
dchagin
2011-02-15
1
-0
/
+4
*
Make a linux_rt_sigtimedwait() system call is actually working.
dchagin
2011-02-15
1
-10
/
+6
*
Style(9) fix. Wrap long lines in linux_rt_sigtimedwait().
dchagin
2011-02-15
1
-5
/
+8
*
Style(9) fix.
dchagin
2011-01-23
1
-1
/
+1
*
Tweak the in-kernel API for sending signals to threads:
jhb
2010-06-29
1
-2
/
+2
*
Signal 0 is used to check the permission for current process to signal
kib
2009-12-18
1
-1
/
+1
*
Replace AUDIT_ARG() with variable argument macros with a set more more
rwatson
2009-06-27
1
-3
/
+3
*
Correctly fill siginfo for the signals delivered by linux tkill/tgkill.
kib
2008-10-19
1
-24
/
+89
*
MFp4 (112534):
netchild
2007-01-07
1
-3
/
+1
*
MFp4 (112498):
netchild
2007-01-07
1
-1
/
+1
*
Fix amd64 build.
delphij
2007-01-01
1
-2
/
+2
*
MFp4 (111746, 108671, 108945, 112352):
netchild
2006-12-31
1
-0
/
+85
*
Fix compile (use the right variable name).
netchild
2006-10-15
1
-1
/
+1
*
MFP4 (107868 - 107870):
netchild
2006-10-15
1
-2
/
+2
*
Get rid of some nested includes.
netchild
2006-08-19
1
-0
/
+1
*
Move some stuff into headers where they belong.
netchild
2006-08-17
1
-3
/
+0
*
Add the linux 2.6.x stuff (not used by default!):
netchild
2006-08-15
1
-0
/
+58
*
Now that we don't have a linuxolator on alpha anymore:
netchild
2006-05-10
1
-18
/
+0
*
Implement rt_sigpending in the linuxolator.
netchild
2006-05-10
1
-0
/
+28
*
Unbreak COMPAT_LINUX32 option support on amd64.
ru
2006-03-19
1
-0
/
+2
*
Fixup some problems in my previous commit (COMPAT_43).
netchild
2006-03-18
1
-2
/
+0
*
Fix -Wundef.
ru
2005-12-04
1
-1
/
+1
*
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
[next]