Systemd/src
Lennart Poettering ec2ebfd524 update-done: minor clean-ups
This is a follow-up for fb8b0869a7, and makes a
couple of minor clean-up changes:

- The field name in the timestamp file is changed from "TimestampNSec=" to
  "TIMESTAMP_NSEC=". This is done simply to reflect the fact that we parse the
  file with the env var file parser, and hence the contents should better
  follow the usual capitalization of env vars, i.e. be all uppercase.

- Needless negation of the errno parameter log_error_errno() and friends has
  been removed.

- Instead of manually calculating the nsec remainder of the timestamp, use
  timespec_store().

- We now check whether we were able to write the timestamp file in full with
  fflush_and_check() the way we usually do it.
2016-10-24 17:29:51 +02:00
..
ac-power
activate
analyze analyze-verify: honour $SYSTEMD_UNIT_PATH, allow system paths to be ignored 2016-10-01 22:53:17 +02:00
ask-password
backlight systemctl,networkctl,busctl,backlight: use STRPTR_IN_SET 2016-09-24 20:22:05 -04:00
basic Merge pull request #4459 from keszybz/commandline-parsing 2016-10-24 17:20:37 +02:00
binfmt
boot bootctl: don't try to remove esp_path (#4407) 2016-10-19 21:15:20 +02:00
cgls core: rename cg_unified() to cg_all_unified() 2016-08-15 18:13:36 -04:00
cgroups-agent
cgtop core: rename cg_unified() to cg_all_unified() 2016-08-15 18:13:36 -04:00
core Merge pull request #4459 from keszybz/commandline-parsing 2016-10-24 17:20:37 +02:00
coredump coredump: use for() loop instead of while() 2016-10-12 22:49:01 +02:00
cryptsetup tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically 2016-10-22 16:08:55 -04:00
dbus1-generator Ensure kdbus isn't used (#3501) 2016-06-18 17:24:23 -04:00
debug-generator tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically 2016-10-22 16:08:55 -04:00
delta
detect-virt
escape
firstboot tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriate 2016-07-22 12:38:08 +02:00
fsck tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically 2016-10-22 16:08:55 -04:00
fstab-generator tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically 2016-10-22 16:08:55 -04:00
getty-generator
gpt-auto-generator tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically 2016-10-22 16:08:55 -04:00
hibernate-resume tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically 2016-10-22 16:08:55 -04:00
hostname tree-wide: remove consecutive duplicate words in comments 2016-10-04 17:06:25 +02:00
hwdb hwdb: store file-name and file-number with properties 2016-09-21 15:18:28 +02:00
import tree-wide: use mfree more 2016-10-16 23:35:39 -04:00
initctl
journal Merge pull request #4459 from keszybz/commandline-parsing 2016-10-24 17:20:37 +02:00
journal-remote tree-wide: introduce free_and_replace helper 2016-10-16 23:35:39 -04:00
kernel-install kernel-install: allow plugins to terminate the procedure (#4174) 2016-09-24 09:03:54 -04:00
libsystemd tree-wide: use mfree more 2016-10-16 23:35:39 -04:00
libsystemd-network tree-wide: use mfree more 2016-10-16 23:35:39 -04:00
libudev tree-wide: use mfree more 2016-10-16 23:35:39 -04:00
locale tree-wide: use %m in calls to sd_bus_error_set_errnof 2016-09-13 20:10:57 -04:00
login logind: don't hit assert when we try to free NULL manager object 2016-10-20 14:22:43 -04:00
machine tree-wide: use mfree more 2016-10-16 23:35:39 -04:00
machine-id-setup machine-id-setup: add new --print switch 2016-07-22 12:59:36 +02:00
modules-load tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically 2016-10-22 16:08:55 -04:00
mount mount-tool: return 0 instead of NULL in the acquire_description() (#4009) 2016-08-22 02:14:23 -04:00
network networkd-ndisc: Don't add NDisc route for local address (#4467) 2016-10-24 13:44:01 +02:00
notify
nspawn nspawn: become a new root early 2016-10-23 23:23:42 -04:00
nss-myhostname treewide: fix typos and remove accidental repetition of words 2016-07-11 16:18:43 +02:00
nss-mymachines nss-mymachines: avoid connecting to dbus from inside dbus-daemon 2016-08-19 00:52:00 +02:00
nss-resolve nss-resolve: return NOTFOUND instead of UNAVAIL on resolution errors 2016-10-01 16:59:06 +02:00
nss-systemd core: bypass dynamic user lookups from dbus-daemon 2016-08-19 00:50:24 +02:00
path
quotacheck tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically 2016-10-22 16:08:55 -04:00
random-seed
rc-local-generator
remount-fs core: when determining whether a process exit status is clean, consider whether it is a command or a daemon 2016-10-10 22:57:01 +02:00
reply-password
resolve tree-wide: use mfree more 2016-10-16 23:35:39 -04:00
rfkill
run execute: move suppression of HOME=/ and SHELL=/bin/nologin into user-util.c 2016-09-25 10:18:57 +02:00
shared update-done: minor clean-ups 2016-10-24 17:29:51 +02:00
sleep
socket-proxy
stdio-bridge
sysctl sysctl: configure kernel parameters in the order they occur in each sysctl configuration files (#4205) 2016-09-24 08:56:07 -04:00
system-update-generator
systemctl shared, systemctl: teach is-enabled to show installation targets 2016-10-24 10:19:08 +02:00
systemd core: add "invocation ID" concept to service manager 2016-10-07 20:14:38 +02:00
sysusers sysusers: fix memleak (#4443) 2016-10-21 12:30:45 +02:00
sysv-generator exit-status: kill is_clean_exit_lsb(), move logic to sysv-generator 2016-10-10 21:48:08 +02:00
test Merge pull request #4459 from keszybz/commandline-parsing 2016-10-24 17:20:37 +02:00
timedate Add enable_disable() helper 2016-07-31 22:48:22 -04:00
timesync tree-wide: use mfree more 2016-10-16 23:35:39 -04:00
tmpfiles Use "return log_error_errno" in more places" 2016-07-22 21:25:09 -04:00
tty-ask-password-agent core: when determining whether a process exit status is clean, consider whether it is a command or a daemon 2016-10-10 22:57:01 +02:00
udev tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically 2016-10-22 16:08:55 -04:00
update-done update-done: minor clean-ups 2016-10-24 17:29:51 +02:00
update-utmp update-utmp: let's use STR_IN_SET() where it is pretty 2016-10-20 14:22:43 -04:00
user-sessions
vconsole treewide: fix typos (#4217) 2016-09-26 11:32:47 +02:00
.gitignore
Makefile