summaryrefslogtreecommitdiffstats
path: root/sigchainlib
Commit message (Expand)AuthorAgeFilesLines
* ART: Add SetSpecialSignalHandlerFn to version-script.txtAndreas Gampe2015-06-051-0/+1
* ART: Add support for special handlers in sigchainlibAndreas Gampe2015-05-313-4/+58
* Replace NULL with nullptrMathieu Chartier2015-04-221-6/+6
* ART: Fix no-return in sigchainlibAndreas Gampe2015-04-061-0/+7
* Delegate SIG_DFL on sigaction to libc.Dmitriy Ivanov2015-04-031-2/+3
* Fix formattingDmitriy Ivanov2015-04-011-8/+8
* Add options for building/testing with coverage.Dan Albert2015-01-301-0/+2
* Remove libcxx.mk cruft.Dan Albert2015-01-291-1/+0
* Do not use clang for mips target.Chih-Hung Hsieh2015-01-071-0/+2
* Fix sigchainlib's implementation of sigactionDmitriy Ivanov2015-01-061-3/+4
* ART: More warningsAndreas Gampe2014-11-041-0/+5
* ART: Fix unused parameters in libsigchainAndreas Gampe2014-11-031-4/+10
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-2/+3
* Link libsigchain.a instead of sigchain.oDmitriy Ivanov2014-10-201-0/+26
* Add way to ensure we are at the front of the sigaction chainMathieu Chartier2014-10-164-4/+30
* Remove libsigchain from LD_PRELOADSDmitriy Ivanov2014-10-075-21/+85
* Don't call dlsym from signal context in signal chainDave Allison2014-09-162-21/+63
* Fix mac build and signal testDave Allison2014-08-291-0/+1
* Fix signal chain to allow for signal() call to be usedDave Allison2014-08-281-4/+52
* Handle nested signalsDave Allison2014-08-271-5/+13
* Fix fault handler to unregister on shutdownDave Allison2014-08-211-2/+1
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-162-0/+35
* Remove object_utils.h.Ian Rogers2014-07-161-0/+3
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-112-29/+0
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-102-0/+29
* Merge "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-092-29/+0
|\
| * Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-102-29/+0
* | Merge "Add implicit null and stack checks for x86"Dave Allison2014-07-092-0/+29
|\ \ | |/
| * Add implicit null and stack checks for x86Dave Allison2014-07-092-0/+29
* | Remove incorrect check for sa_mask in signal chainingDave Allison2014-07-091-5/+0
|/
* Multilib ART host.Ian Rogers2014-06-241-3/+4
* Make use of sigchainlib for signal chaining for implicit checksDave Allison2014-05-293-0/+241