Systemd/src
Lennart Poettering 2fc4f5bd92 timedatectl: avoid specifically referring to NTP
systemd-timesyncd not only does NTP, but also manages clock monotonicity
using a flags file. In future, it might learn PTP support. Hence don't
expose its enablement state as "NTP" but use the more generic term
"network time synchronization". After all, for similar reasons
systemd-timesyncd is not called systemd-ntpd.
2015-04-07 16:43:37 +02:00
..
ac-power treewide: no need to negate errno for log_*_errno() 2014-11-28 13:29:21 +01:00
activate remove unused includes 2015-02-23 23:53:42 +01:00
analyze remove unused includes 2015-02-23 23:53:42 +01:00
ask-password remove unused includes 2015-02-23 23:53:42 +01:00
backlight backlight: let udev properties override clamping 2015-02-02 17:18:40 +01:00
binfmt remove unused includes 2015-02-23 23:53:42 +01:00
boot util: rework rm_rf() logic 2015-04-06 10:57:53 +02:00
bootchart bootchart: fix check for no fd 2015-04-05 21:20:23 +02:00
bus-proxyd tree-wide: there is no ENOTSUP on linux 2015-03-13 14:10:39 +01:00
cgls remove unused includes 2015-02-23 23:53:42 +01:00
cgroups-agent treewide: no need to negate errno for log_*_errno() 2014-11-28 13:29:21 +01:00
cgtop cgtop: fix assert when not on tty 2015-03-11 16:59:53 +01:00
compat-libs #pragma once here and there 2015-01-23 09:30:44 -05:00
console Use space after a silencing (void) 2015-03-13 23:42:17 -04:00
core path-util: fix more path_is_mount e792e890f fallout 2015-04-07 16:03:45 +02:00
cryptsetup cryptsetup: port from libudev to sd-device 2015-04-02 00:18:27 +02:00
dbus1-generator util: rework strappenda(), and rename it strjoina() 2015-02-03 02:05:59 +01:00
debug-generator treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
delta remove unused includes 2015-02-23 23:53:42 +01:00
detect-virt remove unused includes 2015-02-23 23:53:42 +01:00
efi-boot-generator remove unused includes 2015-02-23 23:53:42 +01:00
escape Unify parse_argv style 2014-08-03 21:46:07 -04:00
firstboot firstboot: set all spwd fields to -1 for consistency with sysusers 2015-03-07 09:08:47 -05:00
fsck fsck: port from libudev to sd-device 2015-04-02 00:18:27 +02:00
fsckd fsckd: check if plymouth is running before attempting connection 2015-03-16 18:30:20 +01:00
fstab-generator fstab-generator: don't accept missing root=, but accept root=none 2015-03-25 00:00:46 +01:00
getty-generator util: rework strappenda(), and rename it strjoina() 2015-02-03 02:05:59 +01:00
gpt-auto-generator gpt-auto-generator: prefix messages with device name 2015-03-14 23:03:21 -04:00
gudev remove unused includes 2015-02-23 23:53:42 +01:00
hibernate-resume remove unused includes 2015-02-23 23:53:42 +01:00
hostname remove unused includes 2015-02-23 23:53:42 +01:00
hwdb remove unused includes 2015-02-23 23:53:42 +01:00
import util: rework cunescape(), improve error handling 2015-04-07 15:42:25 +02:00
initctl remove unused includes 2015-02-23 23:53:42 +01:00
journal util: rework cunescape(), improve error handling 2015-04-07 15:42:25 +02:00
journal-remote fix gcc warnings about uninitialized variables 2015-03-27 14:57:38 +01:00
kernel-install kernel-install/90-loaderentry.install: fix cmdline parsing 2014-11-01 14:39:48 -04:00
libsystemd polkit: rename bus_verify_polkit() to bus_test_polkit() and make it strictly non-interactive 2015-04-07 15:42:25 +02:00
libsystemd-network fix gcc warnings about uninitialized variables 2015-03-27 14:57:38 +01:00
libsystemd-terminal terminal/sysview: introduce SETTLE events 2015-03-11 12:32:48 +01:00
libudev libudev-util: check length before accesing the array 2015-04-05 08:46:01 +02:00
locale util: rework word parsing and c unescaping code 2015-03-26 11:56:22 +01:00
login polkit: rename bus_verify_polkit() to bus_test_polkit() and make it strictly non-interactive 2015-04-07 15:42:25 +02:00
machine Add (void) where we don't care about return value 2015-03-15 17:26:58 -04:00
machine-id-commit machine-id-commit: simplifications 2015-03-10 18:56:56 +01:00
machine-id-setup remove unused includes 2015-02-23 23:53:42 +01:00
modules-load remove unused includes 2015-02-23 23:53:42 +01:00
network networkd: improve logging when processing links and addresses 2015-04-03 15:35:07 +02:00
notify tree-wide: there is no ENOTSUP on linux 2015-03-13 14:10:39 +01:00
nspawn path-util: fix more path_is_mount e792e890f fallout 2015-04-07 16:03:45 +02:00
nss-myhostname remove unused includes 2015-02-23 23:53:42 +01:00
nss-mymachines nss: remove dead code 2014-09-19 00:15:39 +02:00
nss-resolve remove unused includes 2015-02-23 23:53:42 +01:00
path tree-wide: there is no ENOTSUP on linux 2015-03-13 14:10:39 +01:00
python-systemd python-systemd: avoid hitting assert in __exit__ 2014-10-14 08:35:16 -04:00
quotacheck remove unused includes 2015-02-23 23:53:42 +01:00
random-seed random-seed: avoid errors when we cannot write random-seed file 2015-01-17 11:55:14 +01:00
rc-local-generator treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
remount-fs remove unused includes 2015-02-23 23:53:42 +01:00
reply-password remove unused includes 2015-02-23 23:53:42 +01:00
resolve fix gcc warnings about uninitialized variables 2015-03-27 14:57:38 +01:00
resolve-host remove unused includes 2015-02-23 23:53:42 +01:00
rfkill rfkill: rework how we generate file names from rfkill devices 2014-12-03 02:04:55 +01:00
run nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1 2015-02-18 23:36:20 +01:00
shared path-util: fix more path_is_mount e792e890f fallout 2015-04-07 16:03:45 +02:00
shutdownd remove unused includes 2015-02-23 23:53:42 +01:00
sleep remove unused includes 2015-02-23 23:53:42 +01:00
socket-proxy remove unused includes 2015-02-23 23:53:42 +01:00
sysctl sysctl: tweak debug message 2015-03-14 23:03:45 -04:00
system-update-generator remove unused includes 2015-02-23 23:53:42 +01:00
systemctl tree-wide: there is no ENOTSUP on linux 2015-03-13 14:10:39 +01:00
systemd libsystemd: add sd-device library 2015-04-02 00:18:27 +02:00
sysusers util: rework word parsing and c unescaping code 2015-03-26 11:56:22 +01:00
sysv-generator sysv-generator: initialize LookupPaths just once 2015-03-14 23:03:21 -04:00
test path-util: fix more path_is_mount e792e890f fallout 2015-04-07 16:03:45 +02:00
timedate timedatectl: avoid specifically referring to NTP 2015-04-07 16:43:37 +02:00
timesync add REMOTE_ADDR and REMOTE_PORT for Accept=yes 2015-03-10 09:00:27 -04:00
tmpfiles util: rework cunescape(), improve error handling 2015-04-07 15:42:25 +02:00
tty-ask-password-agent include <poll.h> instead of <sys/poll.h> 2015-02-12 20:47:38 +01:00
udev udev: input_id: tag accelerometers as ID_INPUT_ACCELEROMETER 2015-04-07 11:32:36 +10:00
update-done remove unused includes 2015-02-23 23:53:42 +01:00
update-utmp remove unused includes 2015-02-23 23:53:42 +01:00
user-sessions user-sessions: move into own subdir and build independently of logind 2015-02-27 17:28:03 -05:00
vconsole vconsole-setup: check error of child process 2015-03-15 20:42:42 -04:00
.gitignore
Makefile