Systemd/src/timesync
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
..
.gitignore timesyncd: read server settings from a configuration file 2014-05-06 17:02:11 +02:00
90-systemd.list timesyncd: hook up systemd-timesyncd with systemd-timedated 2014-05-06 18:20:49 +02:00
Makefile timesyncd: read server settings from a configuration file 2014-05-06 17:02:11 +02:00
timesyncd-conf.c remove unused includes 2015-02-23 23:53:42 +01:00
timesyncd-conf.h timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCP 2014-08-12 19:48:24 +02:00
timesyncd-gperf.gperf timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCP 2014-08-12 19:48:24 +02:00
timesyncd-manager.c util: introduce CMSG_FOREACH() macro and make use of it everywhere 2015-06-10 19:29:47 +02:00
timesyncd-manager.h timesyncd: print an INFO log message when we successfully reached a time server 2015-04-08 20:14:04 +02:00
timesyncd-server.c timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCP 2014-08-12 19:48:24 +02:00
timesyncd-server.h add REMOTE_ADDR and REMOTE_PORT for Accept=yes 2015-03-10 09:00:27 -04:00
timesyncd.c everywhere: port everything to sigprocmask_many() and friends 2015-06-15 20:13:23 +02:00
timesyncd.conf.in Do not advertise .d snippets over main config file 2015-03-03 19:10:21 -05:00