Systemd/src/console
Lennart Poettering 72c0a2c255 everywhere: port everything to sigprocmask_many() and friends
This ports a lot of manual code over to sigprocmask_many() and friends.

Also, we now consistly check for sigprocmask() failures with
assert_se(), since the call cannot realistically fail unless there's a
programming error.

Also encloses a few sd_event_add_signal() calls with (void) when we
ignore the return values for it knowingly.
2015-06-15 20:13:23 +02:00
..
consoled-display.c remove unused includes 2015-02-23 23:53:42 +01:00
consoled-manager.c everywhere: port everything to sigprocmask_many() and friends 2015-06-15 20:13:23 +02:00
consoled-session.c remove unused includes 2015-02-23 23:53:42 +01:00
consoled-terminal.c Use space after a silencing (void) 2015-03-13 23:42:17 -04:00
consoled-workspace.c remove unused includes 2015-02-23 23:53:42 +01:00
consoled.c terminal: use signal-util.h and reorder includes 2015-05-29 20:52:23 +02:00
consoled.h remove unused includes 2015-02-23 23:53:42 +01:00
Makefile console: add user console daemon 2014-10-03 16:07:14 +02:00