summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)AuthorFilesLines
2018-11-09TODOLennart Poettering1-0/+3
2018-10-22Merge pull request #10415 from poettering/boot-loader-spec-tweaksLennart Poettering1-0/+4
docs: tweaks to the boot loader spec
2018-10-19update TODOLennart Poettering1-0/+4
2018-10-19update TODOLennart Poettering1-3/+17
2018-10-18Merge pull request #10407 from yuwata/netlink-slotLennart Poettering1-3/+0
sd-netlink: introduce sd_netlink_slot object and relevant functions
2018-10-17Merge pull request #10428 from keszybz/failure-actionsLennart Poettering1-6/+4
Implement manager status changes using SuccessAction=
2018-10-17units: use SuccessAction=reboot-force in systemd-reboot.serviceZbigniew Jędrzejewski-Szmek1-6/+0
2018-10-17core: define "exit" and "exit-force" actions for user units and only accept thatZbigniew Jędrzejewski-Szmek1-0/+4
We would accept e.g. FailureAction=reboot-force in user units and then do an exit in the user manager. Let's be stricter, and define "exit"/"exit-force" as the only supported actions in user units. v2: - rename 'exit' to 'exit-force' and add new 'exit' - add test for the parsing function
2018-10-16update TODOLennart Poettering1-0/+2
2018-10-16update TODOYu Watanabe1-3/+0
2018-10-13update TODOLennart Poettering1-23/+14
2018-10-12update TODOLennart Poettering1-0/+3
2018-10-09Merge pull request #10307 from poettering/portable-pathZbigniew Jędrzejewski-Szmek1-7/+0
finishing touches to portable services, and let's move portablectl to /usr/bin to make it official
2018-10-08Merge pull request #10262 from keszybz/hibres-disableLennart Poettering1-5/+2
Switches to disable hibernation and/or resuming
2018-10-08update TODOLennart Poettering1-7/+0
2018-10-08TODO: remove entryZbigniew Jędrzejewski-Szmek1-2/+1
Swap on luks works great. Nothing to do here.
2018-10-08shared/sleep-config: add switches to kill specific sleep modesZbigniew Jędrzejewski-Szmek1-3/+2
/etc/systemd/sleep.conf gains four new switches: AllowSuspend=, AllowHibernation=, AllowSuspendThenHibernate=, AllowHybridSleep=. Disabling specific modes was already possible by masking suspend.target, hibernate.target, suspend-then-hibernate.target, or hybrid-sleep.target. But this is not convenient for distributions, which want to set some defaults based on what they want to support. Having those available as configuration makes it easy to put a config file in /usr/lib/systemd/sleep.conf.d/ that overrides the defaults and gives instructions how to undo that override.
2018-10-08hib-res-generator: add "noresume"Zbigniew Jędrzejewski-Szmek1-3/+2
This is an override parameter, to totally skip dehiberanation.
2018-10-02update TODOLennart Poettering1-3/+7
2018-10-02Merge pull request #10252 from poettering/recv-log-msg-bumpZbigniew Jędrzejewski-Szmek1-0/+3
tiny sd-ravd/sd-ndisc logging fixes
2018-10-02update TODOLennart Poettering1-0/+3
2018-10-02sd-id128: add sd_id128_get_boot_app_specific()Zbigniew Jędrzejewski-Szmek1-4/+0
2018-09-27update TODOLennart Poettering1-0/+9
2018-09-25Merge pull request #10059 from yuwata/env-exec-directoryLennart Poettering1-9/+0
core: introduce $RUNTIME_DIRECTORY= or friends
2018-09-24update TODOLennart Poettering1-1/+3
2018-09-15Merge pull request #9928 from yuwata/libudev-cleanupsZbigniew Jędrzejewski-Szmek1-2/+0
libudev: coding style updates
2018-09-14Merge pull request #9920 from yuwata/udev-cleanup-4Zbigniew Jędrzejewski-Szmek1-2/+0
udev: drop unused udev structs and use verbs in udevadm
2018-09-13core: add new environment variable $RUNTIME_DIRECTORY= or friendsYu Watanabe1-9/+0
The variable is generated from RuntimeDirectory= or friends. If multiple directories are set, then they are concatenated with the separator ':'.
2018-09-12update TODOLennart Poettering1-0/+11
2018-09-11sd-device,libudev: make an argument for *_set_sysattr_value() constYu Watanabe1-2/+0
2018-09-10udev: drop collectYu Watanabe1-2/+0
2018-09-03core/socket: fix memleak in the error paths in usbffs_dispatch_eps()Yu Watanabe1-2/+0
2018-09-03TODO: drop duplicated entryYu Watanabe1-2/+0
2018-08-10update TODOLennart Poettering1-3/+6
2018-08-03update TODOLennart Poettering1-0/+7
2018-07-26update TODOLennart Poettering1-0/+6
2018-07-25update TODOLennart Poettering1-4/+2
2018-07-25update TODOLennart Poettering1-0/+14
2018-07-20update TODOLennart Poettering1-0/+4
2018-06-20update TODOLennart Poettering1-0/+4
2018-06-14Merge pull request #9199 from poettering/copy-file-atomicZbigniew Jędrzejewski-Szmek1-2/+2
make copy_file_atomic() use O_TMPFILE to create the destination file
2018-06-07update TODOLennart Poettering1-0/+3
2018-06-07copy: rework copy_file_atomic() to copy the specified file via O_TMPFILE if ↵Lennart Poettering1-2/+2
possible
2018-06-07update TODOLennart Poettering1-14/+4
The three ancient entries marked "bugfixes" are already fixed (in two cases), or are not really bugs (in the other case). Let's clean this up a bit.
2018-06-07update TODOLennart Poettering1-0/+6
2018-06-06Merge pull request #9121 from poettering/sd-event-inotifyZbigniew Jędrzejewski-Szmek1-6/+3
add "sd_event_add_inotify()" and use it for making PID 1 rescheduler .timer units properly on timezone change
2018-06-06update TODOLennart Poettering1-0/+6
2018-06-06update TODOLennart Poettering1-6/+3
2018-05-31doc: update TODOYu Watanabe1-3/+0
2018-05-29update TODOLennart Poettering1-0/+3