summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* update TODOLennart Poettering2018-11-141-3/+2
|
* update TODOLennart Poettering2018-11-131-0/+4
|
* update TODOLennart Poettering2018-11-121-0/+3
|
* update TODOLennart Poettering2018-11-121-2/+0
|
* update TODOLennart Poettering2018-11-121-0/+6
|
* TODOLennart Poettering2018-11-091-0/+3
|
* Merge pull request #10415 from poettering/boot-loader-spec-tweaksLennart Poettering2018-10-221-0/+4
|\ | | | | docs: tweaks to the boot loader spec
| * update TODOLennart Poettering2018-10-191-0/+4
| |
* | update TODOLennart Poettering2018-10-191-3/+17
|/
* Merge pull request #10407 from yuwata/netlink-slotLennart Poettering2018-10-181-3/+0
|\ | | | | sd-netlink: introduce sd_netlink_slot object and relevant functions
| * update TODOYu Watanabe2018-10-161-3/+0
| |
* | Merge pull request #10428 from keszybz/failure-actionsLennart Poettering2018-10-171-6/+4
|\ \ | | | | | | Implement manager status changes using SuccessAction=
| * | units: use SuccessAction=reboot-force in systemd-reboot.serviceZbigniew Jędrzejewski-Szmek2018-10-171-6/+0
| | |
| * | core: define "exit" and "exit-force" actions for user units and only accept thatZbigniew Jędrzejewski-Szmek2018-10-171-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
* | | update TODOLennart Poettering2018-10-161-0/+2
|/ /
* | update TODOLennart Poettering2018-10-131-23/+14
|/
* update TODOLennart Poettering2018-10-121-0/+3
|
* Merge pull request #10307 from poettering/portable-pathZbigniew Jędrzejewski-Szmek2018-10-091-7/+0
|\ | | | | finishing touches to portable services, and let's move portablectl to /usr/bin to make it official
| * update TODOLennart Poettering2018-10-081-7/+0
| |
* | Merge pull request #10262 from keszybz/hibres-disableLennart Poettering2018-10-081-5/+2
|\ \ | |/ |/| Switches to disable hibernation and/or resuming
| * TODO: remove entryZbigniew Jędrzejewski-Szmek2018-10-081-2/+1
| | | | | | | | Swap on luks works great. Nothing to do here.
| * shared/sleep-config: add switches to kill specific sleep modesZbigniew Jędrzejewski-Szmek2018-10-081-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.
| * hib-res-generator: add "noresume"Zbigniew Jędrzejewski-Szmek2018-10-081-3/+2
| | | | | | | | This is an override parameter, to totally skip dehiberanation.
* | update TODOLennart Poettering2018-10-021-3/+7
| |
* | Merge pull request #10252 from poettering/recv-log-msg-bumpZbigniew Jędrzejewski-Szmek2018-10-021-0/+3
|\ \ | | | | | | tiny sd-ravd/sd-ndisc logging fixes
| * | update TODOLennart Poettering2018-10-021-0/+3
| |/
* | sd-id128: add sd_id128_get_boot_app_specific()Zbigniew Jędrzejewski-Szmek2018-10-021-4/+0
|/
* update TODOLennart Poettering2018-09-271-0/+9
|
* Merge pull request #10059 from yuwata/env-exec-directoryLennart Poettering2018-09-251-9/+0
|\ | | | | core: introduce $RUNTIME_DIRECTORY= or friends
| * core: add new environment variable $RUNTIME_DIRECTORY= or friendsYu Watanabe2018-09-131-9/+0
| | | | | | | | | | | | The variable is generated from RuntimeDirectory= or friends. If multiple directories are set, then they are concatenated with the separator ':'.
* | update TODOLennart Poettering2018-09-241-1/+3
| |
* | Merge pull request #9928 from yuwata/libudev-cleanupsZbigniew Jędrzejewski-Szmek2018-09-151-2/+0
|\ \ | | | | | | libudev: coding style updates
| * | sd-device,libudev: make an argument for *_set_sysattr_value() constYu Watanabe2018-09-111-2/+0
| | |
* | | Merge pull request #9920 from yuwata/udev-cleanup-4Zbigniew Jędrzejewski-Szmek2018-09-141-2/+0
|\ \ \ | |_|/ |/| | udev: drop unused udev structs and use verbs in udevadm
| * | udev: drop collectYu Watanabe2018-09-101-2/+0
| |/
* | update TODOLennart Poettering2018-09-121-0/+11
|/
* core/socket: fix memleak in the error paths in usbffs_dispatch_eps()Yu Watanabe2018-09-031-2/+0
|
* TODO: drop duplicated entryYu Watanabe2018-09-031-2/+0
|
* update TODOLennart Poettering2018-08-101-3/+6
|
* update TODOLennart Poettering2018-08-031-0/+7
|
* update TODOLennart Poettering2018-07-261-0/+6
|
* update TODOLennart Poettering2018-07-251-4/+2
|
* update TODOLennart Poettering2018-07-251-0/+14
|
* update TODOLennart Poettering2018-07-201-0/+4
|
* update TODOLennart Poettering2018-06-201-0/+4
|
* Merge pull request #9199 from poettering/copy-file-atomicZbigniew Jędrzejewski-Szmek2018-06-141-2/+2
|\ | | | | make copy_file_atomic() use O_TMPFILE to create the destination file
| * copy: rework copy_file_atomic() to copy the specified file via O_TMPFILE if ↵Lennart Poettering2018-06-071-2/+2
| | | | | | | | possible
* | update TODOLennart Poettering2018-06-071-0/+3
|/
* update TODOLennart Poettering2018-06-071-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.
* update TODOLennart Poettering2018-06-071-0/+6
|