summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* update TODOLennart Poettering2017-11-171-0/+4
|
* update TODOLennart Poettering2017-11-161-5/+4
|
* Update TODOZbigniew Jędrzejewski-Szmek2017-11-151-2/+0
|
* Remove TODO entry (#7326)Lucas Werkmeister2017-11-141-2/+0
| | | This was documented in b0e8cec2dd (#7317).
* update TODOLennart Poettering2017-11-131-0/+6
|
* update TODOLennart Poettering2017-11-121-0/+42
|
* Merge pull request #6996 from poettering/discover-block-deviceZbigniew Jędrzejewski-Szmek2017-10-301-0/+4
|\ | | | | add nspawn image discovery on block devices
| * update TODOLennart Poettering2017-10-261-0/+4
| |
* | update TODOLennart Poettering2017-10-261-4/+0
|/
* core: in --user mode, report READY=1 as soon as basic.target is reached (#7102)Zbigniew Jędrzejewski-Szmek2017-10-241-2/+0
| | | | | | | | | | | | When a user logs in, systemd-pam will wait for the user manager instance to report readiness. We don't need to wait for all the jobs to finish, it is enough if the basic startup is done and the user manager is responsive. systemd --user will now send out a READY=1 notification when either of two conditions becomes true: - basic.target/start job is gone, - the initial transaction is done. Also fixes #2863.
* namespace: fall back gracefully when kernel doesn't support network ↵Michal Sekletar2017-10-101-3/+0
| | | | namespaces (#7024)
* update TODOLennart Poettering2017-10-091-0/+11
|
* man: explain precedence for options which take a list (#7010)Zbigniew Jędrzejewski-Szmek2017-10-061-0/+2
| | | Hopefully finally fixes #6639.
* update TODOLennart Poettering2017-10-021-7/+13
|
* add some more things to TODOLennart Poettering2017-09-281-0/+13
|
* update TODOLennart Poettering2017-09-261-6/+0
|
* test-cpu-set-util.c: fix typo in comment (#6916)Jan Synacek2017-09-261-0/+9
|\
| * update TODOLennart Poettering2017-09-221-0/+9
| |
* | update TODOLennart Poettering2017-09-231-0/+2
|/
* units: set LockPersonality= for all our long-running services (#6819)Lennart Poettering2017-09-141-2/+0
| | | | Let's lock things down. Also, using it is the only way how to properly test this to the fullest extent.
* TODO: Drop even more redundant and implemented itemsLennart Poettering2017-09-141-6/+0
|
* TODO: remove some items that are implemented now or otherwise obsoleteLennart Poettering2017-09-141-22/+0
|
* run: add new --pipe option for including "systemd-run" commands in shell ↵Lennart Poettering2017-09-121-3/+0
| | | | | | | | | | | | | | pipelines In this mode, we'll directly connect stdin/stdout/stderr of the invoked service with whatever systemd-run itself is invoked on. This allows inclusion of "systemd-run" commands in shell pipelines, as unlike "--pty" this means EOF of stdin/stdout/stderr are propagated independently. If --pty and --pipe are combined systemd-run will automatically pick the right choice for the context it is invoked in, i.e. --pty when invoked on a TTY, and --pipe otherwise.
* update TODOLennart Poettering2017-08-311-0/+3
|
* TODO: updateYu Watanabe2017-08-311-2/+0
|
* update TODOLennart Poettering2017-08-301-0/+3
|
* update TODOLennart Poettering2017-08-301-0/+4
|
* Drop kdbus bitsZbigniew Jędrzejewski-Szmek2017-07-231-7/+0
| | | | | | | | | Some kdbus_flag and memfd related parts are left behind, because they are entangled with the "legacy" dbus support. test-bus-benchmark is switched to "manual". It was already broken before (in the non-kdbus mode) but apparently nobody noticed. Hopefully it can be fixed later.
* update TODOLennart Poettering2017-07-101-0/+4
|
* update TODOLennart Poettering2017-04-241-0/+5
|
* update TODOLennart Poettering2017-02-281-0/+3
|
* Merge pull request #5491 from poettering/hwdb-update-v233Martin Pitt2017-02-281-0/+4
|\ | | | | hwbd: update once again for 233
| * update TODOLennart Poettering2017-02-281-0/+4
| |
* | update TODOLennart Poettering2017-02-281-0/+4
|/
* Merge pull request #4962 from poettering/root-directory-2Zbigniew Jędrzejewski-Szmek2017-02-081-4/+0
|\ | | | | Add new MountAPIVFS= boolean unit file setting + RootImage=
| * update TODOLennart Poettering2017-02-071-4/+0
| |
* | update TODOLennart Poettering2017-02-081-0/+2
|/
* Merge pull request #5239 from poettering/notify-access-allEvgeny Vereshchagin2017-02-061-0/+5
|\ | | | | man: document that sd_notify() is racy in some cases
| * update TODOLennart Poettering2017-02-061-0/+5
| |
* | update TODOLennart Poettering2017-02-061-0/+3
| |
* | update TODOLennart Poettering2017-02-061-0/+9
| |
* | update TODOLennart Poettering2017-02-061-0/+5
|/
* update TODOLennart Poettering2017-02-011-0/+7
|
* Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek2017-01-141-4/+13
|\
| * update TODOLennart Poettering2016-12-211-4/+13
|/
* update TODOLennart Poettering2016-12-141-5/+32
|
* update TODOLennart Poettering2016-12-141-7/+5
|
* Merge pull request #4861 from keszybz/dissect-tweaksLennart Poettering2016-12-111-0/+4
|\ | | | | A prettification of the dissect code, mkosi and TODO updates
| * TODO: add dissect sectionZbigniew Jędrzejewski-Szmek2016-12-101-0/+4
| |
* | Merge pull request #4835 from poettering/unit-name-printfZbigniew Jędrzejewski-Szmek2016-12-101-2/+0
|\ \ | | | | | | Various specifier resolution fixes.