projects
/
oweals
/
musl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
fix memory leak in regexec when input contains illegal sequence
[oweals/musl.git]
/
src
/
signal
/
2014-07-18
Stefan Kristiansson
add or1k (OpenRISC 1000) architecture port
tree
|
commitdiff
2014-06-22
Rich Felker
add __sysv_signal abi-compat alias for the signal function
tree
|
commitdiff
2014-04-02
Rich Felker
add __sigsetjmp ABI-compat alias for sigsetjmp
tree
|
commitdiff
2014-03-24
Rich Felker
always initialize thread pointer at program start
tree
|
commitdiff
2014-03-19
Rich Felker
fix mips sigsetjmp asm to match fixed jmp_buf size
tree
|
commitdiff
2014-02-28
Rich Felker
rename superh port to "sh" for consistency
tree
|
commitdiff
2014-02-23
Bobby Bingham
superh port
tree
|
commitdiff
2014-02-23
rofl0r
x32 port (diff against vanilla x86_64)
tree
|
commitdiff
2014-02-23
rofl0r
import vanilla x86_64 code as x32
tree
|
commitdiff
2014-01-07
Rich Felker
fix const-correctness in sigandset/sigorset arguments
tree
|
commitdiff
2013-12-13
Rich Felker
use 0 instead of NULL for null pointer constants
tree
|
commitdiff
2013-12-12
Szabolcs Nagy
include cleanups: remove unused headers and add feature...
tree
|
commitdiff
2013-09-16
Rich Felker
fix sigemptyset and sigfillset for mips
tree
|
commitdiff
2013-08-31
Rich Felker
fix breakage in synccall due to incorrect signal restor...
tree
|
commitdiff
2013-08-11
Rich Felker
fix _NSIG and SIGRTMAX on mips
tree
|
commitdiff
2013-08-10
Rich Felker
change sigset_t functions to restrict to _NSIG
tree
|
commitdiff
2013-08-10
Rich Felker
optimize posix_spawn to avoid spurious sigaction syscalls
tree
|
commitdiff
2013-07-30
Timo Teräs
use separate sigaction buffers for old and new data
tree
|
commitdiff
2013-07-24
Rich Felker
change jmp_buf to share an underlying type and struct...
tree
|
commitdiff
2013-07-18
Rich Felker
fix off-by-one error in checks for implementation-inter...
tree
|
commitdiff
2013-04-26
Rich Felker
transition to using functions for internal signal block...
tree
|
commitdiff
2013-04-26
Rich Felker
optimize/debloat raise
tree
|
commitdiff
2013-04-22
Rich Felker
fix reversed argument order x86_64 sigsetjmp's call...
tree
|
commitdiff
2013-03-27
Rich Felker
remove __SYSCALL_SSLEN arch macro in favor of using...
tree
|
commitdiff
2012-12-06
rofl0r
fix sigorset/sigandset: _NSIG/8 is the size in bytes
tree
|
commitdiff
2012-12-06
rofl0r
sigandset/sigorset: do not check for NULL pointers.
tree
|
commitdiff
2012-12-06
rofl0r
fixup sigandset
tree
|
commitdiff
2012-12-06
rofl0r
add sigandset and sigorset (needed for qemu)
tree
|
commitdiff
2012-11-23
Rich Felker
fix powerpc sigsetjmp asm to match the new jmp_buf...
tree
|
commitdiff
2012-11-19
rofl0r
powerpc: handle syscall error in clone.
tree
|
commitdiff
2012-11-19
Rich Felker
fix powerpc asm not to store data in volatile space...
tree
|
commitdiff
2012-11-15
Rich Felker
Merge remote-tracking branch 'nsz/math'
tree
|
commitdiff
2012-11-14
Rich Felker
fix indention with spaces in powerpc asm
tree
|
commitdiff
2012-11-14
Rich Felker
Merge remote-tracking branch 'ppc-port/ppc-squashed'
tree
|
commitdiff
2012-11-13
rofl0r
PPC port cleaned up, static linking works well now.
tree
|
commitdiff
2012-11-13
Richard Pennington
import preliminary ppc work by rdp.
tree
|
commitdiff
2012-11-08
Rich Felker
clean up sloppy nested inclusion from pthread_impl.h
tree
|
commitdiff
2012-10-18
Rich Felker
fix (hopefully; untested) completely broken/incomplete...
tree
|
commitdiff
2012-10-18
Rich Felker
fix microblaze asm relocations for shared libc
tree
|
commitdiff
2012-10-12
Rich Felker
avoid the thread-ptr-init behavior of sigaction when...
tree
|
commitdiff
2012-09-29
Rich Felker
microblaze port
tree
|
commitdiff
2012-09-07
Rich Felker
further use of _Noreturn, for non-plain-C functions
tree
|
commitdiff
2012-09-07
Rich Felker
use restrict everywhere it's required by c99 and/or...
tree
|
commitdiff
2012-08-14
Rich Felker
Merge remote-tracking branch 'nsz/exp'
tree
|
commitdiff
2012-08-10
Rich Felker
fix (hopefully) all hard-coded 8's for kernel sigset_t...
tree
|
commitdiff
2012-07-13
Rich Felker
sigsetjmp asm for mips
tree
|
commitdiff
2012-07-11
Rich Felker
initial version of mips (o32) port, based on work by...
tree
|
commitdiff
2012-07-11
Rich Felker
remove unused var in new sigaction code
tree
|
commitdiff
2012-07-11
Rich Felker
changes to kernel sigaction struct handling in preparat...
tree
|
commitdiff
2012-07-04
Rich Felker
jmp_buf overhaul fixing several issues
tree
|
commitdiff
2012-07-03
Rich Felker
fix sigsetjmp on arm (needs asm)
tree
|
commitdiff
2012-05-05
Rich Felker
update license of njk contributed code (x86_64 asm)
tree
|
commitdiff
2012-02-27
Rich Felker
work around "signal loses thread pointer" issue with...
tree
|
commitdiff
2011-09-18
Rich Felker
initial commit of the arm port
tree
|
commitdiff
2011-09-16
Rich Felker
fix generic sigsetjmp (unused anyway) pointer signednes...
tree
|
commitdiff
2011-09-12
Rich Felker
implement gnu sigisemptyset
tree
|
commitdiff
2011-09-02
Rich Felker
fix missing prototypes/wrong signature for psiginfo...
tree
|
commitdiff
2011-08-05
Rich Felker
fix off-by-one bug in siglongjmp that caused unpredicta...
tree
|
commitdiff
2011-07-31
Rich Felker
fix race condition in sigqueue
tree
|
commitdiff
2011-07-31
Rich Felker
clean up pthread_sigmask/sigprocmask dependency order
tree
|
commitdiff
2011-06-15
Rich Felker
restore use of .type in asm, but use modern @function...
tree
|
commitdiff
2011-06-14
Rich Felker
remove all .size and .type directives for functions...
tree
|
commitdiff
2011-06-08
Rich Felker
implement psignal and psiginfo
tree
|
commitdiff
2011-05-08
Rich Felker
overhaul implementation-internal signal protections
tree
|
commitdiff
2011-04-17
Rich Felker
overhaul pthread cancellation
tree
|
commitdiff
2011-04-14
Rich Felker
use a separate signal from SIGCANCEL for SIGEV_THREAD...
tree
|
commitdiff
2011-04-08
Rich Felker
fix broken sigsetjmp on x86_64
tree
|
commitdiff
2011-04-07
Rich Felker
consistency: change all remaining syscalls to use SYS_...
tree
|
commitdiff
2011-03-25
Rich Felker
fix all implicit conversion between signed/unsigned...
tree
|
commitdiff
2011-03-24
Rich Felker
overhaul cancellation to fix resource leaks and dangero...
tree
|
commitdiff
2011-03-20
Rich Felker
global cleanup to use the new syscall interface
tree
|
commitdiff
2011-03-20
Rich Felker
syscall overhaul part two - unify public and internal...
tree
|
commitdiff
2011-03-10
Rich Felker
fix errors in sigqueue (potential information leak...
tree
|
commitdiff
2011-03-10
Rich Felker
remove useless return value checks for functions that...
tree
|
commitdiff
2011-03-10
Rich Felker
make sigsuspend a cancellation point
tree
|
commitdiff
2011-03-10
Rich Felker
make sigtimedwait a cancellation point
tree
|
commitdiff
2011-03-10
Rich Felker
don't fail with EINTR in sigtimedwait
tree
|
commitdiff
2011-03-10
Rich Felker
fix sigsuspend syscall
tree
|
commitdiff
2011-03-10
Rich Felker
make sigaltstack work (missing macros in signal.h,...
tree
|
commitdiff
2011-03-10
Rich Felker
fix error handling for pthread_sigmask
tree
|
commitdiff
2011-03-10
Rich Felker
fix race condition in raise - just mask signals
tree
|
commitdiff
2011-03-10
Rich Felker
fix raise semantics with threads.
tree
|
commitdiff
2011-02-20
Rich Felker
fix null pointer dereference introduced in last sigproc...
tree
|
commitdiff
2011-02-19
Rich Felker
prevent sigprocmask/pthread_sigmask from blocking imple...
tree
|
commitdiff
2011-02-15
Nicholas J. Kain
Port musl to x86-64. One giant commit!
tree
|
commitdiff
2011-02-15
Rich Felker
header cleanup, conformance fixes - signals
tree
|
commitdiff
2011-02-14
Rich Felker
fix previous commit that broke sigreturn. looks like...
tree
|
commitdiff
2011-02-13
Rich Felker
fix omission that kept sa_restorer from being used
tree
|
commitdiff
2011-02-12
Rich Felker
initial check-in, version 0.5.0
v0.5.0
tree
|
commitdiff