summaryrefslogtreecommitdiffstats
path: root/sigchainlib/sigchain.cc
Commit message (Expand)AuthorAgeFilesLines
* Add way to ensure we are at the front of the sigaction chainMathieu Chartier2014-10-161-4/+18
* Remove libsigchain from LD_PRELOADSDmitriy Ivanov2014-10-071-10/+7
* Don't call dlsym from signal context in signal chainDave Allison2014-09-161-21/+61
* 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-161-0/+20
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-16/+0
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-0/+16
* Merge "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-091-16/+0
|\
| * Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-101-16/+0
* | Merge "Add implicit null and stack checks for x86"Dave Allison2014-07-091-0/+16
|\ \ | |/
| * Add implicit null and stack checks for x86Dave Allison2014-07-091-0/+16
* | Remove incorrect check for sa_mask in signal chainingDave Allison2014-07-091-5/+0
|/
* Make use of sigchainlib for signal chaining for implicit checksDave Allison2014-05-291-0/+183