aboutsummaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10912 from poettering/gpt-root-rwZbigniew Jędrzejewski-Szmek2018-12-201-3/+0
|\ | | | | make sure to propagate GPT root partition r/w flag into mount r/w flag
| * update TODOLennart Poettering2018-12-181-3/+0
| |
* | update TODOLennart Poettering2018-12-181-26/+1
|/
* update TODOLennart Poettering2018-12-101-0/+7
|
* Merge pull request #10935 from poettering/rlimit-nofile-safeZbigniew Jędrzejewski-Szmek2018-12-061-0/+4
|\ | | | | | | Merged by hand to resolve a trivial conflict in TODO.
| * update TODOLennart Poettering2018-12-011-1/+3
| |
* | update TODOLennart Poettering2018-12-011-0/+4
|/
* update TODOLennart Poettering2018-11-301-3/+7
|
* update TODOLennart Poettering2018-11-291-0/+23
|
* Merge pull request #10357 from poettering/import-fsZbigniew Jędrzejewski-Szmek2018-11-291-5/+4
|\ | | | | machinectl import-fs command and other fixes
| * update TODOLennart Poettering2018-11-261-0/+3
| |
| * import: drop logic of setting up /var/lib/machines as btrfs loopback mountLennart Poettering2018-11-261-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's simplify things and drop the logic that /var/lib/machines is setup as auto-growing btrfs loopback file /var/lib/machines.raw. THis was done in order to make quota available for machine management, but quite frankly never really worked properly, as we couldn't grow the file system in sync with its use properly. Moreover philosophically it's problematic overriding the admin's choice of file system like this. Let's hence drop this, and simplify things. Deleting code is a good feeling. Now that regular file systems provide project quota we could probably add per-machine quota support based on that, hence the btrfs quota argument is not that interesting anymore (though btrfs quota is a bit more powerful as it allows recursive quota, i.e. that the machine pool gets an overall quota in addition to per-machine quota).
* | update TODOLennart Poettering2018-11-271-2/+0
|/
* update TODOLennart Poettering2018-11-261-0/+2
|
* TODO: add entryZbigniew Jędrzejewski-Szmek2018-11-161-0/+2
|
* Merge pull request #10785 from poettering/cgroup-join-removalLennart Poettering2018-11-161-1/+1
|\ | | | | remove JoinControllers= setting
| * update TODOLennart Poettering2018-11-161-1/+1
| |
* | man: let's deprecate PermissionsStartOnly=Lennart Poettering2018-11-161-1/+1
|/ | | | | | The concept is redundant and predates the special chars that do the same in ExecStar=. Let's settle on advertising just the latter, and hide PermissionsStartOnly= from the docs (even if we continue supporting it).
* 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