Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-03 | tests: move signal-util related tests to test-signal-util.c | Ronny Chevalier | |
2016-01-27 | nss: block various signals while running NSS lookups | Lennart Poettering | |
Let's make sure our poll() calls don't get interrupted where they shouldn't (SIGALRM, ...), but allow them to be interrupted where they should (SIGINT, ...). Fixes #1965 |