summaryrefslogtreecommitdiffstats
path: root/debuggerd/handler
Commit message (Expand)AuthorAgeFilesLines
* debuggerd_handler: restore errno.Josh Gao2017-03-101-0/+17
* debuggerd_handler: implement missing fallback functionality.Josh Gao2017-03-093-38/+216
* crash_dump: fix overflow.Josh Gao2017-02-161-1/+1
* libdebuggerd_handler: in-process crash dumping for seccomped processes.Josh Gao2017-02-153-8/+97
* debuggerd_handler: don't use snprintf in handler.Josh Gao2017-02-151-3/+4
* debuggerd_handler: set PR_SET_DUMPABLE before running crash_dump.Josh Gao2017-02-141-3/+16
* debuggerd_handler: raise capabilities before running crash_dump.Josh Gao2017-02-141-4/+36
* debuggerd_handler: don't use waitpid(..., __WCLONE).Josh Gao2017-02-131-1/+1
* debuggerd_handler: fix prctl return value check.Josh Gao2017-02-061-1/+1
* Merge changes from topic 'debuggerd_ambient'Josh Gao2017-02-061-3/+11
|\
| * debuggerd_handler: don't use clone(..., SIGCHLD, ...)Josh Gao2017-02-021-3/+5
| * debuggerd_handler: raise ambient capset before execing.Josh Gao2017-02-021-0/+6
* | debuggerd_handler: add and use fatal_errno.Josh Gao2017-01-311-11/+22
|/
* debuggerd_handler: improve nonfatal signal message.Josh Gao2017-01-301-9/+16
* debuggerd_handler: remove PR_SET_DUMPABLE check.Josh Gao2017-01-261-7/+0
* debuggerd_handler: don't dump PR_NO_NEW_PRIVS processes.Josh Gao2017-01-251-0/+7
* debuggerd_handler: don't resend nonfatal signals when not dumping.Josh Gao2017-01-251-6/+8
* debuggerd_handler: properly crash when PR_GET_DUMPABLE is 0.Josh Gao2017-01-231-43/+55
* crash_dump: clear the default crash handlers.Josh Gao2017-01-231-11/+1
* debuggerd_handler: actually wait for pseudothread to exit.Josh Gao2017-01-231-9/+13
* debuggerd: advance our amazing bet.Josh Gao2017-01-171-0/+377