index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
signal
Commit message (
Expand
)
Author
Age
Files
Lines
*
use tkill instead of tgkill in implementing raise
Rich Felker
2014-12-18
1
-3
/
+2
*
add or1k (OpenRISC 1000) architecture port
Stefan Kristiansson
2014-07-18
1
-0
/
+22
*
add __sysv_signal abi-compat alias for the signal function
Rich Felker
2014-06-22
1
-0
/
+1
*
add __sigsetjmp ABI-compat alias for sigsetjmp
Rich Felker
2014-04-02
9
-1
/
+28
*
always initialize thread pointer at program start
Rich Felker
2014-03-24
1
-4
/
+15
*
fix mips sigsetjmp asm to match fixed jmp_buf size
Rich Felker
2014-03-18
1
-1
/
+1
*
rename superh port to "sh" for consistency
Rich Felker
2014-02-27
2
-0
/
+0
*
superh port
Bobby Bingham
2014-02-23
2
-0
/
+51
*
x32 port (diff against vanilla x86_64)
rofl0r
2014-02-23
1
-1
/
+1
*
import vanilla x86_64 code as x32
rofl0r
2014-02-23
2
-0
/
+22
*
fix const-correctness in sigandset/sigorset arguments
Rich Felker
2014-01-07
2
-2
/
+2
*
use 0 instead of NULL for null pointer constants
Rich Felker
2013-12-13
7
-15
/
+8
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
14
-14
/
+5
*
fix sigemptyset and sigfillset for mips
Rich Felker
2013-09-16
2
-1
/
+10
*
fix breakage in synccall due to incorrect signal restoration in sigqueue
Rich Felker
2013-08-31
1
-2
/
+3
*
fix _NSIG and SIGRTMAX on mips
Rich Felker
2013-08-10
1
-1
/
+3
*
change sigset_t functions to restrict to _NSIG
Rich Felker
2013-08-09
4
-5
/
+5
*
optimize posix_spawn to avoid spurious sigaction syscalls
Rich Felker
2013-08-09
2
-5
/
+16
*
use separate sigaction buffers for old and new data
Timo Teräs
2013-07-30
2
-8
/
+8
*
change jmp_buf to share an underlying type and struct tag with sigjmp_buf
Rich Felker
2013-07-24
2
-2
/
+2
*
fix off-by-one error in checks for implementation-internal signal numbers
Rich Felker
2013-07-18
3
-3
/
+3
*
transition to using functions for internal signal blocking/restoring
Rich Felker
2013-04-26
3
-4
/
+48
*
optimize/debloat raise
Rich Felker
2013-04-26
1
-2
/
+2
*
fix reversed argument order x86_64 sigsetjmp's call to sigprocmask
Rich Felker
2013-04-22
1
-2
/
+2
*
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
2013-03-26
5
-6
/
+6
*
fix sigorset/sigandset: _NSIG/8 is the size in bytes
rofl0r
2012-12-06
2
-2
/
+2
*
sigandset/sigorset: do not check for NULL pointers.
rofl0r
2012-12-06
2
-10
/
+0
*
fixup sigandset
rofl0r
2012-12-06
2
-2
/
+2
*
add sigandset and sigorset (needed for qemu)
rofl0r
2012-12-06
2
-0
/
+34
*
fix powerpc sigsetjmp asm to match the new jmp_buf size/offsets
Rich Felker
2012-11-23
1
-2
/
+2
*
powerpc: handle syscall error in clone.
rofl0r
2012-11-19
1
-14
/
+15
*
fix powerpc asm not to store data in volatile space below stack pointer
Rich Felker
2012-11-18
1
-8
/
+8
*
fix indention with spaces in powerpc asm
Rich Felker
2012-11-14
2
-10
/
+10
*
Merge remote-tracking branch 'ppc-port/ppc-squashed'
Rich Felker
2012-11-14
2
-0
/
+45
|
\
|
*
PPC port cleaned up, static linking works well now.
rofl0r
2012-11-13
4
-25
/
+45
|
*
import preliminary ppc work by rdp.
Richard Pennington
2012-11-13
2
-0
/
+25
*
|
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
1
-0
/
+1
|
/
*
fix (hopefully; untested) completely broken/incomplete microblaze sigsetjmp
Rich Felker
2012-10-18
1
-3
/
+12
*
fix microblaze asm relocations for shared libc
Rich Felker
2012-10-17
1
-2
/
+2
*
avoid the thread-ptr-init behavior of sigaction when not installing handler
Rich Felker
2012-10-11
1
-1
/
+2
*
microblaze port
Rich Felker
2012-09-29
2
-0
/
+20
*
further use of _Noreturn, for non-plain-C functions
Rich Felker
2012-09-06
1
-1
/
+1
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
7
-8
/
+8
*
fix (hopefully) all hard-coded 8's for kernel sigset_t size
Rich Felker
2012-08-09
5
-7
/
+9
*
sigsetjmp asm for mips
Rich Felker
2012-07-12
1
-0
/
+27
*
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
Rich Felker
2012-07-11
1
-0
/
+13
*
remove unused var in new sigaction code
Rich Felker
2012-07-11
1
-1
/
+1
*
changes to kernel sigaction struct handling in preparation for mips port
Rich Felker
2012-07-11
2
-14
/
+17
*
jmp_buf overhaul fixing several issues
Rich Felker
2012-07-03
2
-10
/
+7
*
fix sigsetjmp on arm (needs asm)
Rich Felker
2012-07-02
1
-0
/
+13
[next]