Systemd/src
Lennart Poettering bcde742e78 conf-parser: turn three bool function params into a flags fields
This makes things more readable and fixes some issues with incorrect
flag propagation between the various flavours of config_parse().
2017-11-13 10:24:03 +01:00
..
ac-power
activate
analyze build-sys: use #if Y instead of #ifdef Y everywhere 2017-10-04 12:09:29 +02:00
ask-password
backlight
basic fileio: make use of DEFINE_TRIVIAL_CLEANUP_FUNC where it makes sense 2017-11-13 10:24:03 +01:00
binfmt exec-util,conf-files: skip non-executable files in execute_directories() 2017-09-13 11:42:31 +02:00
boot build-sys: use #if Y instead of #ifdef Y everywhere 2017-10-04 12:09:29 +02:00
busctl tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate places 2017-11-10 21:15:44 +01:00
cgls
cgroups-agent
cgtop
core conf-parser: turn three bool function params into a flags fields 2017-11-13 10:24:03 +01:00
coredump conf-parser: turn three bool function params into a flags fields 2017-11-13 10:24:03 +01:00
cryptsetup Merge pull request #7089 from oniko/luks2-support 2017-11-10 16:16:36 +01:00
debug-generator
delta build-sys: use #if Y instead of #ifdef Y everywhere 2017-10-04 12:09:29 +02:00
detect-virt
dissect dissect: when we invoke dissection on a loop device with partscan help the user 2017-10-26 17:54:56 +02:00
environment-d-generator exec-util,conf-files: skip non-executable files in execute_directories() 2017-09-13 11:42:31 +02:00
escape escape: fix systemd-escape description text 2017-07-31 18:01:42 +02:00
firstboot systemd-firstboot: add vconsole keymap support (#7035) 2017-11-10 10:31:44 +01:00
fsck Merge pull request #6974 from keszybz/clean-up-defines 2017-10-04 19:25:30 +02:00
fstab-generator tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396) 2017-07-21 10:35:45 +02:00
getty-generator getty-generator: shift relevant comment to above tty_is_vc() 2017-08-07 17:23:41 +01:00
gpt-auto-generator gpt-auto-generator: make sure "r" is always set 2017-11-10 19:00:06 +01:00
hibernate-resume
hostname treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187) 2017-10-30 09:57:53 +01:00
hwdb exec-util,conf-files: skip non-executable files in execute_directories() 2017-09-13 11:42:31 +02:00
import importd: remove IN_SET to avoid ambiguity 2017-11-01 23:09:05 +01:00
initctl
journal conf-parser: turn three bool function params into a flags fields 2017-11-13 10:24:03 +01:00
journal-remote conf-parser: turn three bool function params into a flags fields 2017-11-13 10:24:03 +01:00
kernel-install
libsystemd tree-wide: do not work in assert() 2017-11-09 18:38:02 +09:00
libsystemd-network libsystemd-network: coding style fix 2017-11-09 18:39:41 +09:00
libudev meson: move library version defines to the top (#6939) 2017-09-28 19:24:16 +02:00
locale tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate places 2017-11-10 21:15:44 +01:00
login conf-parser: turn three bool function params into a flags fields 2017-11-13 10:24:03 +01:00
machine merge two lines in our get_output_flags() functions 2017-11-10 21:40:47 +01:00
machine-id-setup
modules-load modules-load: downgrade error on ENODEV/ENOENT 2017-10-08 22:29:45 +02:00
mount tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate places 2017-11-10 21:15:44 +01:00
network conf-parser: turn three bool function params into a flags fields 2017-11-13 10:24:03 +01:00
notify
nspawn conf-parser: turn three bool function params into a flags fields 2017-11-13 10:24:03 +01:00
nss-myhostname tree-wide: use !IN_SET(..) for a != b && a != c && … 2017-10-02 13:09:56 +02:00
nss-mymachines nss: use secure_getenv for behaviour-modifying booleans (#6817) 2017-09-14 09:20:27 +02:00
nss-resolve tree-wide: use IN_SET macro (#6977) 2017-10-04 16:01:32 +02:00
nss-systemd nss-systemd: if cannot open bus, then try to read user info directly (#6971) 2017-10-04 19:29:36 +02:00
path
quotacheck build-sys: use #if Y instead of #ifdef Y everywhere 2017-10-04 12:09:29 +02:00
random-seed
rc-local-generator
remount-fs
reply-password
resolve conf-parser: turn three bool function params into a flags fields 2017-11-13 10:24:03 +01:00
rfkill rfkill: include the device name in error message 2017-10-18 17:39:54 +02:00
run treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187) 2017-10-30 09:57:53 +01:00
shared conf-parser: turn three bool function params into a flags fields 2017-11-13 10:24:03 +01:00
sleep fileio: make write_string_stream() accept flags parameter 2017-09-22 20:55:34 +02:00
socket-proxy tree-wide: use IN_SET macro (#6977) 2017-10-04 16:01:32 +02:00
stdio-bridge
sulogin-shell sulogin-shell: switch from shell implementation to a C implementation (#6698) 2017-09-08 18:21:37 +02:00
sysctl exec-util,conf-files: skip non-executable files in execute_directories() 2017-09-13 11:42:31 +02:00
system-update-generator
systemctl merge two lines in our get_output_flags() functions 2017-11-10 21:40:47 +01:00
systemd Add sd_bus_message_new and sd_bus_message_seal as public functions (#6609) 2017-10-30 16:08:46 +01:00
sysusers Merge pull request #6974 from keszybz/clean-up-defines 2017-10-04 19:25:30 +02:00
sysv-generator tree-wide: use IN_SET where possible 2017-10-02 13:09:54 +02:00
test conf-parser: turn three bool function params into a flags fields 2017-11-13 10:24:03 +01:00
timedate tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate places 2017-11-10 21:15:44 +01:00
timesync conf-parser: turn three bool function params into a flags fields 2017-11-13 10:24:03 +01:00
tmpfiles Merge pull request #6974 from keszybz/clean-up-defines 2017-10-04 19:25:30 +02:00
tty-ask-password-agent conf-parser: turn three bool function params into a flags fields 2017-11-13 10:24:03 +01:00
udev conf-parser: turn three bool function params into a flags fields 2017-11-13 10:24:03 +01:00
update-done
update-utmp Merge pull request #6974 from keszybz/clean-up-defines 2017-10-04 19:25:30 +02:00
user-sessions
vconsole build-sys: use #if Y instead of #ifdef Y everywhere 2017-10-04 12:09:29 +02:00
veritysetup tree-wide: use IN_SET where possible 2017-10-02 13:09:54 +02:00
volatile-root