Systemd/src
2019-06-20 06:34:05 +09:00
..
ac-power
activate Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
analyze analyze: also print unix time in "timestamp" 2019-05-21 09:56:41 +02:00
ask-password Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
backlight
basic util: introduce siphash24_compress_boolean() 2019-06-19 21:03:16 +09:00
binfmt tree-wide: voidify a few calls 2019-05-08 06:36:20 -04:00
boot Merge pull request #12508 from keszybz/no-root-checks 2019-06-06 21:31:19 +09:00
busctl busctl: always prefix bus error message with local string 2019-06-04 08:37:24 +02:00
cgls Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
cgroups-agent
cgtop cgtop,test: use consistent capitalization for CGroup 2019-05-21 10:57:23 +02:00
core core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX 2019-06-17 15:48:11 +02:00
coredump coredumpctl: fix --debugger option 2019-05-28 08:22:07 +02:00
cryptsetup Merge pull request #12636 from mbroz/master 2019-05-30 14:27:22 +02:00
debug-generator
delta tree-wide: drop alloca() in loop 2019-06-20 06:29:19 +09:00
detect-virt Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
dissect
environment-d-generator
escape Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
firstboot Merge pull request #12390 from poettering/string-file-mkdir 2019-05-28 14:42:55 +02:00
fsck
fstab-generator fstab-generator: Prevent double free of reused FILE* 2019-05-03 13:22:36 +02:00
fuzz udev: modernize udev-rules.c 2019-06-02 14:15:26 +09:00
getty-generator tree-wide: drop alloca() in loop 2019-06-20 06:29:19 +09:00
gpt-auto-generator tree-wide: make use of the new WRITE_STRING_FILE_MKDIR_0755 flag 2019-05-08 06:36:20 -04:00
hibernate-resume hibernate-resume: add resumeflags= kernel option 2019-06-05 18:59:05 -06:00
hostname Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
hwdb
id128 Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
import Use sd_event_source_disable_unref() 2019-05-10 16:55:37 +02:00
initctl
journal tree-wide: drop alloca() in loop 2019-06-20 06:29:19 +09:00
journal-remote fix(journal-gatewayd): use relative urls (not starting with '/') 2019-06-18 17:06:12 +02:00
kernel-install
libsystemd tree-wide: drop alloca() in loop 2019-06-20 06:29:19 +09:00
libsystemd-network dhcp: use memdup_suffix0() instead of strndup() 2019-06-19 14:15:42 +09:00
libudev libudev: hide definition of struct udev_device 2019-06-12 23:59:08 +09:00
locale tree-wide: drop alloca() in loop 2019-06-20 06:29:19 +09:00
login Merge pull request #12424 from poettering/logind-brightness 2019-06-12 14:28:09 +02:00
machine terminal-util: introduce openpt_allocate() 2019-06-18 09:26:31 +02:00
machine-id-setup
modules-load
mount systemd-mount: don't check for non-normalized WHAT for network FS 2019-06-11 09:19:16 +02:00
network tree-wide: use htobe{32,16}() instead of hton{l,s}() 2019-06-20 06:34:05 +09:00
notify Merge pull request #12411 from keszybz/pr/12394 2019-05-08 10:11:32 -04:00
nspawn nspawn: make use of openpt_allocate() 2019-06-18 09:27:06 +02:00
nss-myhostname
nss-mymachines
nss-resolve codespell: fix spelling errors 2019-04-29 16:47:18 +02:00
nss-systemd
partition
path Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
portable Merge pull request #12411 from keszybz/pr/12394 2019-05-08 10:11:32 -04:00
quotacheck
random-seed tree-wide: port various places over to use chmod_and_chown() 2019-05-24 15:07:55 +02:00
rc-local-generator Drop support for /usr/sbin/halt.local 2019-05-23 10:19:01 +02:00
remount-fs
reply-password
resolve resolved: support TLS 1.3 when using GnuTLS for DNS-over-TLS 2019-06-19 13:10:44 +02:00
rfkill util: make device_wait_for_initialization() optionally takes timeout value 2019-06-04 01:19:43 +09:00
run Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
run-generator
shared tree-wide: use htobe{32,16}() instead of hton{l,s}() 2019-06-20 06:34:05 +09:00
shutdown Replace the legacy ULONG_LONG_MAX with the C99 ULLONG_MAX 2019-05-17 09:39:46 +03:00
sleep sleep: properly pass verb to sleep script 2019-06-17 13:04:03 +02:00
socket-proxy
stdio-bridge
sulogin-shell
sysctl
system-update-generator system-update-generator: do not emit bogus warning if no /system-update symlink 2019-06-12 17:27:17 +02:00
systemctl systemctl: Prevent state_missing from being used uninit 2019-06-07 06:33:35 +01:00
systemd resolved: add strict mode for DNS-over-TLS 2019-06-19 13:10:44 +02:00
sysusers
sysv-generator
test libudev: hide definition of struct udev_list from other libudev components 2019-06-12 23:55:26 +09:00
time-wait-sync codespell: fix spelling errors 2019-04-29 16:47:18 +02:00
timedate Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
timesync Merge pull request #12420 from mrc0mmand/coccinelle-tweaks 2019-04-30 11:37:19 +02:00
tmpfiles tmpfiles: use common fd_is_mount_point() implementation in tmpfiles.c 2019-06-18 12:42:30 +02:00
tty-ask-password-agent
udev udev: introduce NAMING_STABLE_VIRTUAL_MACS (retroactively) 2019-06-17 13:43:18 +02:00
update-done
update-utmp
user-sessions
vconsole Merge pull request #12378 from rbalint/vt-kbd-reset-check 2019-05-16 16:39:38 +02:00
veritysetup
version
volatile-root