Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #10912 from poettering/gpt-root-rw | Zbigniew Jędrzejewski-Szmek | 2018-12-20 | 1 | -3/+0 |
|\ | | | | | make sure to propagate GPT root partition r/w flag into mount r/w flag | ||||
| * | update TODO | Lennart Poettering | 2018-12-18 | 1 | -3/+0 |
| | | |||||
* | | update TODO | Lennart Poettering | 2018-12-18 | 1 | -26/+1 |
|/ | |||||
* | update TODO | Lennart Poettering | 2018-12-10 | 1 | -0/+7 |
| | |||||
* | Merge pull request #10935 from poettering/rlimit-nofile-safe | Zbigniew Jędrzejewski-Szmek | 2018-12-06 | 1 | -0/+4 |
|\ | | | | | | | Merged by hand to resolve a trivial conflict in TODO. | ||||
| * | update TODO | Lennart Poettering | 2018-12-01 | 1 | -1/+3 |
| | | |||||
* | | update TODO | Lennart Poettering | 2018-12-01 | 1 | -0/+4 |
|/ | |||||
* | update TODO | Lennart Poettering | 2018-11-30 | 1 | -3/+7 |
| | |||||
* | update TODO | Lennart Poettering | 2018-11-29 | 1 | -0/+23 |
| | |||||
* | Merge pull request #10357 from poettering/import-fs | Zbigniew Jędrzejewski-Szmek | 2018-11-29 | 1 | -5/+4 |
|\ | | | | | machinectl import-fs command and other fixes | ||||
| * | update TODO | Lennart Poettering | 2018-11-26 | 1 | -0/+3 |
| | | |||||
| * | import: drop logic of setting up /var/lib/machines as btrfs loopback mount | Lennart Poettering | 2018-11-26 | 1 | -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 TODO | Lennart Poettering | 2018-11-27 | 1 | -2/+0 |
|/ | |||||
* | update TODO | Lennart Poettering | 2018-11-26 | 1 | -0/+2 |
| | |||||
* | TODO: add entry | Zbigniew Jędrzejewski-Szmek | 2018-11-16 | 1 | -0/+2 |
| | |||||
* | Merge pull request #10785 from poettering/cgroup-join-removal | Lennart Poettering | 2018-11-16 | 1 | -1/+1 |
|\ | | | | | remove JoinControllers= setting | ||||
| * | update TODO | Lennart Poettering | 2018-11-16 | 1 | -1/+1 |
| | | |||||
* | | man: let's deprecate PermissionsStartOnly= | Lennart Poettering | 2018-11-16 | 1 | -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 TODO | Lennart Poettering | 2018-11-14 | 1 | -3/+2 |
| | |||||
* | update TODO | Lennart Poettering | 2018-11-13 | 1 | -0/+4 |
| | |||||
* | update TODO | Lennart Poettering | 2018-11-12 | 1 | -0/+3 |
| | |||||
* | update TODO | Lennart Poettering | 2018-11-12 | 1 | -2/+0 |
| | |||||
* | update TODO | Lennart Poettering | 2018-11-12 | 1 | -0/+6 |
| | |||||
* | TODO | Lennart Poettering | 2018-11-09 | 1 | -0/+3 |
| | |||||
* | Merge pull request #10415 from poettering/boot-loader-spec-tweaks | Lennart Poettering | 2018-10-22 | 1 | -0/+4 |
|\ | | | | | docs: tweaks to the boot loader spec | ||||
| * | update TODO | Lennart Poettering | 2018-10-19 | 1 | -0/+4 |
| | | |||||
* | | update TODO | Lennart Poettering | 2018-10-19 | 1 | -3/+17 |
|/ | |||||
* | Merge pull request #10407 from yuwata/netlink-slot | Lennart Poettering | 2018-10-18 | 1 | -3/+0 |
|\ | | | | | sd-netlink: introduce sd_netlink_slot object and relevant functions | ||||
| * | update TODO | Yu Watanabe | 2018-10-16 | 1 | -3/+0 |
| | | |||||
* | | Merge pull request #10428 from keszybz/failure-actions | Lennart Poettering | 2018-10-17 | 1 | -6/+4 |
|\ \ | | | | | | | Implement manager status changes using SuccessAction= | ||||
| * | | units: use SuccessAction=reboot-force in systemd-reboot.service | Zbigniew Jędrzejewski-Szmek | 2018-10-17 | 1 | -6/+0 |
| | | | |||||
| * | | core: define "exit" and "exit-force" actions for user units and only accept that | Zbigniew Jędrzejewski-Szmek | 2018-10-17 | 1 | -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 TODO | Lennart Poettering | 2018-10-16 | 1 | -0/+2 |
|/ / | |||||
* / | update TODO | Lennart Poettering | 2018-10-13 | 1 | -23/+14 |
|/ | |||||
* | update TODO | Lennart Poettering | 2018-10-12 | 1 | -0/+3 |
| | |||||
* | Merge pull request #10307 from poettering/portable-path | Zbigniew Jędrzejewski-Szmek | 2018-10-09 | 1 | -7/+0 |
|\ | | | | | finishing touches to portable services, and let's move portablectl to /usr/bin to make it official | ||||
| * | update TODO | Lennart Poettering | 2018-10-08 | 1 | -7/+0 |
| | | |||||
* | | Merge pull request #10262 from keszybz/hibres-disable | Lennart Poettering | 2018-10-08 | 1 | -5/+2 |
|\ \ | |/ |/| | Switches to disable hibernation and/or resuming | ||||
| * | TODO: remove entry | Zbigniew Jędrzejewski-Szmek | 2018-10-08 | 1 | -2/+1 |
| | | | | | | | | Swap on luks works great. Nothing to do here. | ||||
| * | shared/sleep-config: add switches to kill specific sleep modes | Zbigniew Jędrzejewski-Szmek | 2018-10-08 | 1 | -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-Szmek | 2018-10-08 | 1 | -3/+2 |
| | | | | | | | | This is an override parameter, to totally skip dehiberanation. | ||||
* | | update TODO | Lennart Poettering | 2018-10-02 | 1 | -3/+7 |
| | | |||||
* | | Merge pull request #10252 from poettering/recv-log-msg-bump | Zbigniew Jędrzejewski-Szmek | 2018-10-02 | 1 | -0/+3 |
|\ \ | | | | | | | tiny sd-ravd/sd-ndisc logging fixes | ||||
| * | | update TODO | Lennart Poettering | 2018-10-02 | 1 | -0/+3 |
| |/ | |||||
* / | sd-id128: add sd_id128_get_boot_app_specific() | Zbigniew Jędrzejewski-Szmek | 2018-10-02 | 1 | -4/+0 |
|/ | |||||
* | update TODO | Lennart Poettering | 2018-09-27 | 1 | -0/+9 |
| | |||||
* | Merge pull request #10059 from yuwata/env-exec-directory | Lennart Poettering | 2018-09-25 | 1 | -9/+0 |
|\ | | | | | core: introduce $RUNTIME_DIRECTORY= or friends | ||||
| * | core: add new environment variable $RUNTIME_DIRECTORY= or friends | Yu Watanabe | 2018-09-13 | 1 | -9/+0 |
| | | | | | | | | | | | | The variable is generated from RuntimeDirectory= or friends. If multiple directories are set, then they are concatenated with the separator ':'. | ||||
* | | update TODO | Lennart Poettering | 2018-09-24 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #9928 from yuwata/libudev-cleanups | Zbigniew Jędrzejewski-Szmek | 2018-09-15 | 1 | -2/+0 |
|\ \ | | | | | | | libudev: coding style updates |