index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
signal_test.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
support _POSIX_REALTIME_SIGNALS
Yabin Cui
2014-12-08
1
-1
/
+100
*
Fix mips signed/unsigned signal_test.cpp build breakage.
Elliott Hughes
2014-09-04
1
-4
/
+4
*
Don't mask out SA_RESTORER from sa_flags.
Elliott Hughes
2014-09-04
1
-5
/
+11
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
1
-4
/
+4
*
Make SIGRTMIN hide the real-time signals we use internally.
Elliott Hughes
2014-04-30
1
-0
/
+18
*
Restore sys_signame for LP64.
Elliott Hughes
2014-02-12
1
-1
/
+1
*
Clean up sys_signame and sys_siglist a little.
Elliott Hughes
2014-02-12
1
-0
/
+14
*
Fix up failing glibc tests.
Christopher Ferris
2013-10-29
1
-19
/
+2
*
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.
Elliott Hughes
2013-10-24
1
-9
/
+13
*
Fix sigaction(3) for 64-bit.
Elliott Hughes
2013-10-17
1
-0
/
+41
*
Switch sigpending over to rt_sigpending.
Elliott Hughes
2013-10-16
1
-17
/
+41
*
Fix sigsuspend to use rt_sigsuspend on all platforms.
Elliott Hughes
2013-10-15
1
-0
/
+33
*
Fix raise(3) so it works in signal handlers.
Elliott Hughes
2013-02-21
1
-5
/
+33
*
Only have one copy of the kernel_sigset_t hack, and add more tests.
Elliott Hughes
2013-01-10
1
-0
/
+24
*
Fix an off-by-one error in the sigset_t function error handling.
Elliott Hughes
2013-01-07
1
-4
/
+4
*
Use pthread_kill() in raise()
Chris Dearman
2012-12-10
1
-0
/
+6
*
Add argument checking to sigemptyset(3) and friends.
Elliott Hughes
2012-11-30
1
-0
/
+97