summaryrefslogtreecommitdiffstats
path: root/src/test/signals.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: add missing includesMax Kellermann2024-12-101-0/+1
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* cleanup: Replace always-false assertions with abortAdam C. Emerson2018-08-271-1/+1
* test: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-1/+1
* test: Don't dump core when using EXPECT_DEATHBrad Hubbard2017-04-281-1/+5
* dout: Use dout_contextAdam C. Emerson2016-12-221-0/+1
* test,cmake: turn unit.h into unit.cc to speed up compilationKefu Chai2016-11-281-1/+1
* global/signal_handler: reset injected segv after testKefu Chai2016-11-221-0/+1
* log: add simple test to verify an internal SEGV doesn't hangSage Weil2014-09-131-0/+10
* global/signal_handler: use poll(2) instead of select(2)Sage Weil2013-07-241-0/+30
* signals: implement safe async signal handler frameworkSage Weil2012-02-151-0/+65
* signals unit test: fixColin Patrick McCabe2011-06-221-9/+7
* initialize g_ceph_context in common_preinitColin Patrick McCabe2011-06-221-1/+1
* Move signal, pidfile to globalColin Patrick McCabe2011-06-211-0/+1
* signal: const cleanup, don't use derrColin Patrick McCabe2011-06-211-1/+1
* Fix test/signals.ccColin Patrick McCabe2011-03-031-1/+1
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* units: add signals unit testColin Patrick McCabe2011-01-271-0/+48