1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 02:21:44 +03:00
systemd/src
Lennart Poettering 4f14f2bb6f sysctl: no need to check for eof twice
Let's only check for eof once after the fgets(). There's no point in checking
EOF before the first read, and twice in each loop.
2016-11-02 11:29:59 -06: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 core: make the root mount perpetual too 2016-11-02 11:29:59 -06: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 unit: unify some code with new unit_new_for_name() call 2016-11-02 11:29:59 -06:00
coredump coredump: use for() loop instead of while() 2016-10-12 22:49:01 +02:00
cryptsetup Implement VeraCrypt volume handling in crypttab (#4501) 2016-10-30 10:25:31 -04:00
dbus1-generator
debug-generator tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically 2016-10-22 16:08:55 -04:00
delta
detect-virt detect-virt: add --private-users switch to check if a userns is active 2016-10-26 20:12:51 -04:00
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: fix error check of wrong variable (#4499) 2016-10-26 21:22:26 -04: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 : verify dns ip address when parsing configuration (#4492) 2016-10-26 19:31:04 -04:00
notify
nspawn seccomp: add new seccomp_init_conservative() helper 2016-10-24 17:32:50 +02: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: be a bit more careful with returning NSS_STATUS_NOTFOUND 2016-10-24 19:04:43 +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 resolved: properly check for the root domain 2016-10-24 19:04:43 +02: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 seccomp: allow specifying arm64, mips, ppc (#4491) 2016-11-01 09:33:18 -06:00
sleep
socket-proxy
stdio-bridge
sysctl sysctl: no need to check for eof twice 2016-11-02 11:29:59 -06:00
system-update-generator
systemctl systemctl: warn when cat shows changed unit files (#4493) 2016-10-27 09:28:10 -04: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 seccomp: allow specifying arm64, mips, ppc (#4491) 2016-11-01 09:33:18 -06: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 udev: net_id: add support for phys_port_name attribute (#4506) 2016-11-01 20:46:01 -06: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 Merge pull request #4448 from msoltyspl/vcfix 2016-10-26 20:55:18 -04:00
.gitignore
Makefile