Systemd/src
2017-11-11 21:54:24 +09: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 parse-util: add parse_errno() and parse_syscall_and_errno() 2017-11-11 21:29:17 +09: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
cgls
cgroups-agent
cgtop
core core: allow to specify errno number in SystemCallErrorNumber= 2017-11-11 21:54:24 +09:00
coredump build-sys: use #if Y instead of #ifdef Y everywhere 2017-10-04 12:09:29 +02: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
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
getty-generator
gpt-auto-generator Remove a bunch of unused variables 2017-11-01 23:06:44 +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 journal: disable -Waddress-of-packed-member under clang 2017-11-01 23:10:25 +01:00
journal-remote Reverting erroneous changes made of the course of adding a timeout to journal-remote event handling (#7219) 2017-11-01 10:15:38 +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 systemd-firstboot: add vconsole keymap support (#7035) 2017-11-10 10:31:44 +01:00
login Merge pull request #7096 from keszybz/logind-session-killing 2017-11-10 15:51:39 +01:00
machine Merge pull request #6996 from poettering/discover-block-device 2017-10-30 16:05:20 +01:00
machine-id-setup
modules-load modules-load: downgrade error on ENODEV/ENOENT 2017-10-08 22:29:45 +02:00
mount treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187) 2017-10-30 09:57:53 +01:00
network networkd: set dhcp_use_routes to true when dhcp_anonymize is true (#7209) 2017-11-10 16:03:43 +01:00
notify
nspawn dissect: when we invoke dissection on a loop device with partscan help the user 2017-10-26 17:54:56 +02: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 resolved: change newline position in stub-resolv.conf (#7216) 2017-10-30 10:34:41 +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 core: allow to specify errno number in SystemCallErrorNumber= 2017-11-11 21:54:24 +09: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 treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187) 2017-10-30 09:57:53 +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 test: add tests for syscall:errno style in SystemCallFilter= 2017-11-11 21:54:20 +09:00
timedate treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187) 2017-10-30 09:57:53 +01:00
timesync timesync: make poll interval configurable 2017-11-08 01:47:38 +09:00
tmpfiles Merge pull request #6974 from keszybz/clean-up-defines 2017-10-04 19:25:30 +02:00
tty-ask-password-agent tree-wide: use IN_SET macro (#6977) 2017-10-04 16:01:32 +02:00
udev util-lib: introdude _cleanup_ macros for kmod objects 2017-10-08 22:04:07 +02: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