Systemd/src
Miroslav Lichvar 3af0442c52 timesyncd: check root distance
NTPv4 servers don't reply with unsynchronized status when they lost
synchronization, they only keep increasing the root dispersion and it's
up to the client to decide at which point they no longer consider it
synchronized.

Ignore replies with root distance over 5 seconds.
2014-08-29 18:13:05 +02:00
..
ac-power
activate Unify parse_argv style 2014-08-03 21:46:07 -04:00
analyze cmdline: for new tools avoid introduce new negative switches, and properly align --help texts 2014-08-20 00:18:14 +02:00
ask-password Unify parse_argv style 2014-08-03 21:46:07 -04:00
backlight backlight: Do not clamp brightness for LEDs 2014-06-10 18:57:48 +02:00
binfmt Unify parse_argv style 2014-08-03 21:46:07 -04:00
boot Unify parse_argv style 2014-08-03 21:46:07 -04:00
bootchart bootchart: use NSEC_PER_SEC 2014-08-18 21:02:04 +02:00
bus-proxyd notify: send STOPPING=1 from our daemons 2014-08-21 17:24:21 +02:00
cgls bus: always explicitly close bus from main programs 2014-08-04 16:25:24 +02:00
cgroups-agent bus: always explicitly close bus from main programs 2014-08-04 16:25:24 +02:00
cgtop Unify parse_argv style 2014-08-03 21:46:07 -04:00
compat-libs build-sys: build compat libs from sources, avoiding the not generally available ifunc wrapping 2014-02-22 21:28:55 +01:00
core use the switch_root function in shutdown 2014-08-28 15:25:15 +02:00
cryptsetup Reject invalid quoted strings 2014-07-31 04:00:31 -04:00
dbus1-generator dbus1-generator: properly free the FILE* 2014-08-22 12:44:17 +02:00
debug-generator debug-generator: add new kernel cmdline option systemd.wants= to add units to the initial transaction 2014-06-20 13:36:28 +02:00
delta Unify parse_argv style 2014-08-03 21:46:07 -04:00
detect-virt Unify parse_argv style 2014-08-03 21:46:07 -04:00
efi-boot-generator efi-boot-generator: typo fix 2014-03-07 02:40:24 +01:00
escape Unify parse_argv style 2014-08-03 21:46:07 -04:00
firstboot Unify parse_argv style 2014-08-03 21:46:07 -04:00
fsck bus: always explicitly close bus from main programs 2014-08-04 16:25:24 +02:00
fstab-generator util: allow strappenda to take any number of args 2014-08-13 20:41:41 -04:00
getty-generator util: allow strappenda to take any number of args 2014-08-13 20:41:41 -04:00
gpt-auto-generator stop complaining about unknown kernel cmdline options 2014-06-19 16:55:20 +02:00
gudev gudev: replace regex with sym file 2014-06-21 16:25:15 +02:00
hibernate-resume hibernate-resume: refuse to run outside of an initrd 2014-08-28 20:26:14 +02:00
hostname bus-util: simplify bus_verify_polkit_async() a bit 2014-08-18 17:49:53 +02:00
initctl notify: send STOPPING=1 from our daemons 2014-08-21 17:24:21 +02:00
journal sd-journal: verify that object start with the field name 2014-08-27 21:05:28 -04:00
journal-remote notify: send STOPPING=1 from our daemons 2014-08-21 17:24:21 +02:00
kernel-install kernel-install/90-loaderentry.install: fixed cmdline parsing 2014-08-15 14:41:50 +02:00
libsystemd Fix a few typos in log messages 2014-08-29 09:28:19 -04:00
libsystemd-network Fix a few typos in log messages 2014-08-29 09:28:19 -04:00
libsystemd-terminal bus: don't skip interfaces in bus_message_map_properties_changed() 2014-08-28 15:25:51 +02:00
libudev udev: never bypass our own logging framework and call vsyslog() directly from udev tools 2014-08-11 20:13:38 +02:00
locale locale: fix sending PropertiesChanged for x11 keymap changed 2014-08-28 15:25:51 +02:00
login login: fix memory-leak on DropController() 2014-08-27 18:42:28 +02:00
machine notify: send STOPPING=1 from our daemons 2014-08-21 17:24:21 +02:00
machine-id-setup Unify parse_argv style 2014-08-03 21:46:07 -04:00
modules-load Unify parse_argv style 2014-08-03 21:46:07 -04:00
network sd-event: name event sources used in libraries 2014-08-28 21:19:17 +02:00
notify networkd: add minimal client tool "networkd" to query network status 2014-08-12 01:54:40 +02:00
nspawn nspawn: fix --network-interface 2014-08-28 12:16:07 +02:00
nss-myhostname networkd: add minimal client tool "networkd" to query network status 2014-08-12 01:54:40 +02:00
nss-mymachines machined: fix address API signatures 2014-08-04 19:05:06 +02:00
nss-resolve resolved: allow passing on which protocol, family and interface to look something up 2014-08-14 01:01:43 +02:00
path Unify parse_argv style 2014-08-03 21:46:07 -04:00
python-systemd Always prefer our headers to system headers 2014-07-31 08:56:03 -04:00
quotacheck stop complaining about unknown kernel cmdline options 2014-06-19 16:55:20 +02:00
random-seed random-seed: improve debugging messages a bit 2013-11-15 22:53:14 -05:00
rc-local-generator rc-local: use access(X_OK) to check if files are executable 2013-10-29 19:34:59 +01:00
readahead Unify parse_argv style 2014-08-03 21:46:07 -04:00
remount-fs Introduce _cleanup_endmntent_ 2013-10-03 22:13:55 -04:00
reply-password fix a couple of more lazy "return -1" 2014-08-11 18:35:54 +02:00
resolve resolved: fix typo in log message 2014-08-22 18:10:31 +02:00
resolve-host cmdline: for new tools avoid introduce new negative switches, and properly align --help texts 2014-08-20 00:18:14 +02:00
resume-generator hibernate-resume-generator: add a generator for instantiating the resume unit. 2014-08-26 22:19:56 +02:00
rfkill rfkill: Avoid error when state restore is disabled 2013-12-06 16:44:38 +01:00
run bus: always explicitly close bus from main programs 2014-08-04 16:25:24 +02:00
shared use the switch_root function in shutdown 2014-08-28 15:25:15 +02:00
shutdownd notify: send STOPPING=1 from our daemons 2014-08-21 17:24:21 +02:00
sleep Unify parse_argv style 2014-08-03 21:46:07 -04:00
socket-proxy Unify parse_argv style 2014-08-03 21:46:07 -04:00
sysctl Unify parse_argv style 2014-08-03 21:46:07 -04:00
system-update-generator system-update-generator: modernizations 2014-06-13 13:26:32 +02:00
systemctl systemctl: Correct error message printed when bus_process_wait fails 2014-08-26 20:37:05 +02:00
systemd sd-event: allow naming event sources 2014-08-28 21:19:17 +02:00
sysusers sysusers: initialize r 2014-08-19 23:27:44 +02:00
sysv-generator Properly report invalid quoted strings 2014-07-31 08:56:03 -04:00
test macro: use unique variable names for math-macros 2014-08-28 14:45:38 +02:00
timedate bus-util: simplify bus_verify_polkit_async() a bit 2014-08-18 17:49:53 +02:00
timesync timesyncd: check root distance 2014-08-29 18:13:05 +02:00
tmpfiles tmpfiles: only execute chmod()/chown() when needed 2014-08-18 18:25:30 +02:00
tty-ask-password-agent tty-ask-password-agent: modernization 2014-08-03 21:46:07 -04:00
udev udev: add missing new-line in udevadm error 2014-08-27 18:42:28 +02:00
update-done update-done: include a short description in .updated 2014-07-26 15:08:42 -04:00
update-utmp Remove unnecessary casts in printfs 2014-05-15 15:29:58 +02:00
vconsole vconsole-setup: fix inverted error messages 2014-07-07 08:55:58 -04:00
.gitignore Add test coverage and generate report with lcov 2013-07-13 21:56:33 -04:00
Makefile