summaryrefslogtreecommitdiffstats
path: root/libc/include/signal.h
Commit message (Expand)AuthorAgeFilesLines
* Put back inline definitions if using an old API.Dan Albert2015-01-291-6/+10
* Reduce <signal.h> namespace pollution.Elliott Hughes2015-01-241-1/+0
* Remove bogus transitive includes.Elliott Hughes2014-12-291-1/+0
* Use machine/timespec.h to separate timespec definition.Yabin Cui2014-12-101-1/+1
* support _POSIX_REALTIME_SIGNALSYabin Cui2014-12-081-0/+5
* Move some pthread functions to signal.h.Dan Albert2014-11-211-3/+7
* POSIX says <signal.h> gets you ucontext_t.Elliott Hughes2014-09-121-0/+3
* asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9.Raghu Gandham2014-06-251-0/+1
* Remove bsd_signal and sysv_signal from bionic LP64.Dan Albert2014-06-051-2/+0
* Make SIGRTMIN hide the real-time signals we use internally.Elliott Hughes2014-04-301-0/+6
* Add si_timerid to <signal.h>.Elliott Hughes2014-03-071-0/+2
* Restore sys_signame for LP64.Elliott Hughes2014-02-121-3/+1
* Clean up sys_signame and sys_siglist a little.Elliott Hughes2014-02-121-0/+2
* Fix NSIG.Elliott Hughes2014-02-111-6/+7
* Remove some old kernel header cruft not needed with uapi.Elliott Hughes2013-12-201-2/+0
* Fix <signal.h> for mips uapi.Elliott Hughes2013-11-201-12/+20
* Prepare to switch to the uapi <linux/signal.h>.Elliott Hughes2013-11-071-6/+4
* Fix sigaction(3) for 64-bit.Elliott Hughes2013-10-171-65/+42
* Switch sigpending over to rt_sigpending.Elliott Hughes2013-10-161-14/+10
* update signal.h to be C90 compatableErik Gilling2013-06-051-3/+3
* Unit tests for formatting code, fix %%.Elliott Hughes2013-01-281-3/+3
* Add const for first argument of sigismember for fit POSIX specKito Cheng2013-01-201-2/+2
* Fix an off-by-one error in the sigset_t function error handling.Elliott Hughes2013-01-071-9/+9
* Add argument checking to sigemptyset(3) and friends.Elliott Hughes2012-11-301-31/+44
* Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>"David 'Digit' Turner2012-10-171-47/+15
* libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>David 'Digit' Turner2012-10-171-15/+47
* Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginf...Irina Tirdea2012-09-131-0/+2
* libc: Fix the definition of SIGRTMAXDavid 'Digit' Turner2010-12-201-5/+8
* libc: tag missing functions in system headers.David 'Digit' Turner2010-10-091-0/+1
* merge from open-source masterThe Android Open Source Project2010-05-141-0/+1
|\
| * Add declaration for sys_signame[] forgotten in change 12489Thorsten Glaser2010-04-051-0/+1
* | Add killpg functionColin Cross2010-01-151-0/+1
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+125
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-125/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+1
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+124