Systemd/src
Zach Smith 1bbbefe7a6 systemd-sleep: replace rtc wakealarm with CLOCK_BOOTTIME_ALARM s2h
refactor to use timerfd in place of rtc wakealarm

confirm CLOCK_BOOTTIME_ALARM support in can_s2h

Remove CLOCK_BOOTTIME_ALARM task from TODO

remove unnecessary check on clock_supported return
2019-05-28 17:02:36 +02:00
..
ac-power coccinelle: make use of SYNTHETIC_ERRNO 2018-11-22 10:54:38 +01:00
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 tree-wide: (void)ify a few unlink() and rmdir() 2019-03-27 18:09:56 +01:00
basic Merge pull request #12437 from poettering/chmod-and-chown-rewrite 2019-05-28 15:12:20 +02:00
binfmt tree-wide: voidify a few calls 2019-05-08 06:36:20 -04:00
boot bootctl: do not allow -x and -p to be used together 2019-05-19 12:01:32 +02:00
busctl Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
cgls Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
cgroups-agent log: introduce new helper call log_setup_service() 2018-11-20 11:18:22 +01:00
cgtop cgtop,test: use consistent capitalization for CGroup 2019-05-21 10:57:23 +02:00
core terminal-util: reset access mode in vt_restore(), too 2019-05-24 15:07:55 +02:00
coredump coredumpctl: fix --debugger option 2019-05-28 08:22:07 +02:00
cryptsetup Add fopen_unlocked() wrapper 2019-04-12 11:44:52 +02:00
debug-generator headers: remove unneeded includes from util.h 2019-03-27 11:53:12 +01:00
delta Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
detect-virt Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
dissect coccinelle: make use of SYNTHETIC_ERRNO 2018-11-22 10:54:38 +01:00
environment-d-generator environment-d-generator: do not include /lib/environment.d in the list 2019-02-18 10:29:33 +01:00
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 fsck: copy out device argument from argv[] before forking 2019-03-29 08:18:25 +01:00
fstab-generator fstab-generator: Prevent double free of reused FILE* 2019-05-03 13:22:36 +02:00
fuzz fuzzer: add varlink fuzzer 2019-05-09 14:14:20 -04:00
getty-generator getty-generator: use the new main function definer 2018-12-12 21:58:00 +01: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 headers: remove unneeded includes from util.h 2019-03-27 11:53:12 +01:00
hostname Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
hwdb Split out pretty-print.c and move pager.c and main-func.h to shared/ 2018-11-20 18:40:02 +01:00
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 headers: remove unneeded includes from util.h 2019-03-27 11:53:12 +01:00
journal journal: use cleanup attribute at one more place 2019-05-28 18:07:18 +09:00
journal-remote Replace the legacy ULONG_LONG_MAX with the C99 ULLONG_MAX 2019-05-17 09:39:46 +03:00
kernel-install kernel-install: add a check that the vmlinuz arg is sane 2019-04-03 11:25:40 +02:00
libsystemd Merge pull request #12631 from keszybz/doc-and-error-message-tweaks 2019-05-22 19:00:10 +02:00
libsystemd-network networkd: DHCP client add support to send RELEASE packet 2019-05-14 09:03:01 +02:00
libudev codespell: fix spelling errors 2019-04-29 16:47:18 +02:00
locale Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
login login: fixup button_open() fd 2019-05-23 11:16:11 +09:00
machine Merge pull request #12411 from keszybz/pr/12394 2019-05-08 10:11:32 -04:00
machine-id-setup coccinelle: make use of SYNTHETIC_ERRNO 2018-11-22 10:54:38 +01:00
modules-load modules-load: use static destructor and DEFINE_MAIN_FUNCTION() macro 2018-11-20 18:40:02 +01:00
mount Merge pull request #12411 from keszybz/pr/12394 2019-05-08 10:11:32 -04:00
network network: make VXCAN devices go through LINK_STATE_CONFIGURING 2019-05-24 10:55:33 +09:00
notify Merge pull request #12411 from keszybz/pr/12394 2019-05-08 10:11:32 -04:00
nspawn Merge pull request #12390 from poettering/string-file-mkdir 2019-05-28 14:42:55 +02:00
nss-myhostname nss-myhostname: unify code that handles NOT_FOUND case 2019-04-11 11:13:10 +02:00
nss-mymachines nss-mymachines: return NO_RECOVERY instead of NO_DATA when we fail to do D-Bus and similar 2019-04-11 11:13:10 +02:00
nss-resolve codespell: fix spelling errors 2019-04-29 16:47:18 +02:00
nss-systemd headers: remove unneeded includes from util.h 2019-03-27 11:53:12 +01:00
partition tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0 2019-04-11 19:00:37 +02:00
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 headers: remove unneeded includes from util.h 2019-03-27 11:53:12 +01:00
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 remount-fs: split out common pattern out to a function 2019-01-03 15:29:53 +01:00
reply-password util: move some raw memory functions from string-util.h → memory-util.h 2019-03-14 13:25:51 +01:00
resolve Merge pull request #12411 from keszybz/pr/12394 2019-05-08 10:11:32 -04:00
rfkill tree-wide: make use of the new WRITE_STRING_FILE_MKDIR_0755 flag 2019-05-08 06:36:20 -04:00
run Enable log colors for most of tools in /usr/bin 2019-05-08 09:50:21 +02:00
run-generator headers: remove unneeded includes from util.h 2019-03-27 11:53:12 +01:00
shared systemd-sleep: replace rtc wakealarm with CLOCK_BOOTTIME_ALARM s2h 2019-05-28 17:02:36 +02:00
shutdown Replace the legacy ULONG_LONG_MAX with the C99 ULLONG_MAX 2019-05-17 09:39:46 +03:00
sleep systemd-sleep: replace rtc wakealarm with CLOCK_BOOTTIME_ALARM s2h 2019-05-28 17:02:36 +02:00
socket-proxy tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() call 2019-04-10 22:11:18 +02:00
stdio-bridge stdio-bridge: slightly optimize formatting of structure 2019-03-19 15:29:44 +01:00
sulogin-shell tree-wide: use FORK_RLIMIT_NOFILE_SAFE wherever possible 2018-12-01 12:50:45 +01:00
sysctl headers: remove unneeded includes from util.h 2019-03-27 11:53:12 +01:00
system-update-generator system-update-generator: use the new main function definer 2018-12-12 21:58:00 +01:00
systemctl codespell: fix spelling errors 2019-04-29 16:47:18 +02:00
systemd networkd: DHCP client add support to send RELEASE packet 2019-05-14 09:03:01 +02:00
sysusers tree-wide: introduce empty_or_dash() helper 2019-04-08 12:03:33 +02:00
sysv-generator generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
test test: exit cleanly on success 2019-05-28 16:14:02 +02: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 Merge pull request #12431 from poettering/tmpfiles-chmod-chown-order 2019-05-22 17:23:28 +02:00
tty-ask-password-agent ask-passwd: slightly optimize handling arguments 2019-04-04 08:07:03 +02:00
udev Merge pull request #12437 from poettering/chmod-and-chown-rewrite 2019-05-28 15:12:20 +02:00
update-done headers: remove unneeded includes from util.h 2019-03-27 11:53:12 +01:00
update-utmp headers: remove unneeded includes from util.h 2019-03-27 11:53:12 +01:00
user-sessions headers: remove unneeded includes from util.h 2019-03-27 11:53:12 +01:00
vconsole Merge pull request #12378 from rbalint/vt-kbd-reset-check 2019-05-16 16:39:38 +02:00
veritysetup generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
version meson: make version a dependency and use it in libbasic 2019-01-22 14:39:38 +01:00
volatile-root mount-util: beef up bind_remount_recursive() to be able to toggle more than MS_RDONLY 2019-03-25 19:33:55 +01:00