index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
signal.h
Age
Commit message (
Expand
)
Author
Lines
2012-12-06
add sigandset and sigorset (needed for qemu)
rofl0r
-0
/
+3
2012-12-03
feature test macros: make _GNU_SOURCE enable everything
Rich Felker
-1
/
+1
2012-11-30
provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCE
Rich Felker
-1
/
+4
2012-11-25
fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate
Rich Felker
-0
/
+1
2012-11-21
add back NSIG, removed from powerpc in last commit, but for all archs
Rich Felker
-0
/
+1
2012-09-07
default features: make musl usable without feature test macros
Rich Felker
-5
/
+1
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
-7
/
+13
2012-07-12
fix redef of sigprocmask constants on mips
Rich Felker
-2
/
+0
2012-07-12
more mips bits-header fixes
Rich Felker
-0
/
+2
2012-05-22
bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE
Rich Felker
-4
/
+1
2012-05-22
support _BSD_SOURCE feature test macro
Rich Felker
-2
/
+10
2012-04-13
rename __sa_restorer to sa_restorer in struct sigaction
Rich Felker
-1
/
+1
2012-01-25
fix typo in FPE_FLTUND definition, signal.h
Rich Felker
-1
/
+1
2011-09-21
fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.h
Rich Felker
-5
/
+6
2011-09-20
fix broken siginfo_t with _GNU_SOURCE defined
Rich Felker
-6
/
+5
2011-09-19
add some more siginfo aliases broken software expects...
Rich Felker
-0
/
+2
2011-09-19
cleanup redundancy in bits/signal.h versions
Rich Felker
-4
/
+108
2011-09-12
implement gnu sigisemptyset
Rich Felker
-0
/
+1
2011-09-02
fix missing prototypes/wrong signature for psiginfo, psignal
Rich Felker
-0
/
+3
2011-06-16
fix some struct padding to match LSB/glibc ABI where it may be helpful
Rich Felker
-0
/
+1
2011-05-05
add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE
Rich Felker
-0
/
+1
2011-04-13
fix incorrect GNU sighandler_t typedef
Rich Felker
-1
/
+1
2011-03-29
implement POSIX timers
Rich Felker
-6
/
+16
2011-02-20
move the GNU siginfo renaming so it doesn't lead to mismatching names
Rich Felker
-1
/
+4
2011-02-16
some gnu software wrongly uses "struct siginfo" instead of siginfo_t...
Rich Felker
-0
/
+1
2011-02-15
fix broken signal.h from header cleanup
Rich Felker
-2
/
+2
2011-02-15
fix some type leakage (timer_t) from x86_64 commit
Rich Felker
-1
/
+0
2011-02-15
Port musl to x86-64. One giant commit!
Nicholas J. Kain
-0
/
+1
2011-02-14
header cleanup, conformance fixes - signals
Rich Felker
-13
/
+19
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+98