Commit graph

2330 commits

Author SHA1 Message Date
Luca Boccassi 8b213bf12e TODO: note cgroup.kill and memfd_secret 2021-07-12 22:47:59 +01:00
Lennart Poettering 199b097d57 update TODO 2021-07-08 09:32:03 +02:00
Lennart Poettering aca8ecc398 update TODO 2021-07-05 15:07:12 +02:00
Luca Boccassi 07eabc2beb TODO: reorder entries by component
Roughly reorder entries, without rewording anything, by component, so
that there's some structure to the text.
Only 3 lines are deleted: an empty line, 'External:' at the bottom since
it was merged with 'External:' at the top, and the weird last line:
'String is not UTF-8 clean, ignoring assignment' which was likely an error
from some editor
2021-07-03 16:43:07 +01:00
Luca Boccassi 7e4dcd2d1f TODO: mention the new core scheduling kernel feature
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/admin-guide/hw-vuln/core-scheduling.rst
2021-07-01 18:22:31 +01:00
Zbigniew Jędrzejewski-Szmek a79726113a TODO: elide initrd-parse-etc.service if possible 2021-06-23 18:11:49 +02:00
Lennart Poettering 17f8a7e972 update TODO 2021-06-17 15:11:37 +02:00
Lennart Poettering cf2ab2e7ea update TODO 2021-06-15 20:58:56 +02:00
Lennart Poettering 8f56d1a859 update TODO 2021-06-11 16:13:49 +02:00
Luca Boccassi 3745355764
Merge pull request #19793 from keszybz/tmpfiles-autofs-and-globs
tmpfiles: better handling of autofs and globs
2021-06-07 09:14:27 +01:00
Zbigniew Jędrzejewski-Szmek ba405b2200 TODO: coalesce entries for tmpfiles 2021-06-04 12:21:19 +02:00
Yu Watanabe f0273cba25
Merge pull request #19798 from bluca/todo_landlock
Add new item to TODO list
2021-06-03 03:37:33 +09:00
Luca Boccassi 88511a3712 TODO: mention the new Landlock LSM as a way to implement sandboxing for systemd --user 2021-06-02 19:13:28 +01:00
Luca Boccassi e91035abf0 TODO: remove some features that have been implemented 2021-06-02 18:57:31 +01:00
Zbigniew Jędrzejewski-Szmek 5b326dee29 TODO: add entry about alias logging 2021-06-02 09:22:08 +02:00
Lennart Poettering 997c2d5625 update TODO 2021-05-26 21:42:44 +02:00
Lennart Poettering 31892e8d40 update TODO 2021-05-07 22:44:39 +02:00
Zbigniew Jędrzejewski-Szmek ac2c088939
Merge pull request #19391 from poettering/dissect-grow
optionally, grow file systems to partition size when mounting them via GPT auto-discovery
2021-05-07 15:04:55 +02:00
Lennart Poettering 8b25cab720 update TODO 2021-05-04 16:01:00 +02:00
Lennart Poettering cd4d2b1777 update TODO 2021-04-23 17:57:26 +02:00
Zbigniew Jędrzejewski-Szmek 3d3aafa453 TODO: add some items for repart 2021-04-23 15:11:38 +02:00
Lennart Poettering 192b31f28f update TODO 2021-04-21 21:44:02 +02:00
Yu Watanabe ea846e45c1 doc: fix typo 2021-04-21 09:57:30 +02:00
Lennart Poettering ee7561d014 update TODO 2021-04-20 16:32:24 +02:00
Lennart Poettering 7cc3966693 update TODO 2021-04-19 23:19:52 +02:00
Lennart Poettering 64e8e419d9 update TODO 2021-04-15 11:24:50 +02:00
Yu Watanabe f1a5c566c1 man: fix typo 2021-04-13 12:52:56 +09:00
Lennart Poettering f3e58b55de update 2021-04-06 11:48:37 +02:00
Lennart Poettering f9d8325e69
Merge pull request #18971 from poettering/sysusers-creds
let's read LoadCredentials=/SetCredentials= style cred in sysusers/firstboot and when asking for passwords
2021-03-31 10:35:17 +02:00
Zbigniew Jędrzejewski-Szmek b880ac2c15
Merge pull request #18958 from poettering/dissect-no-root
dissect-image: support images without rootfs but with /usr partition + support simple partition versioning via strverscmp() on part label
2021-03-31 10:31:32 +02:00
Lennart Poettering 9f17a03ae8 update TODO 2021-03-26 12:22:17 +01:00
Lennart Poettering 49bd547b38 update TODO 2021-03-23 14:43:07 +01:00
Lennart Poettering 24063ba16a update TODO 2021-03-22 21:17:58 +01:00
Lennart Poettering 7e7b0e2198 update TODO 2021-03-22 19:07:34 +01:00
Lennart Poettering 04820600e7 update TODO 2021-03-17 18:13:51 +01:00
Lennart Poettering e6ba912a1a update TODO 2021-03-16 14:58:00 +01:00
Lennart Poettering 0361cee428 update TODO 2021-03-10 22:38:28 +01:00
Lennart Poettering bef1e1a066 update TODO 2021-03-09 23:20:53 +01:00
Zbigniew Jędrzejewski-Szmek 3864b4b038 shared/kbd-util: fix return value confusion with nftw()
We would return a real error sometimes from the callback, and FTW_STOP other
times. Because of FTW_ACTIONRETVAL, everything except FTW_STOP would be
ignored. I don't think using FTW_ACTIONRETVAL is useful.

nftw() can only be used meaningfully with errno. Even if we return a proper
value ourselves from the callback, it will be propagated as a return value from
nftw(), but there is no way to distinguish this from a value generated by
nftw() itself, which is -1/-EPERM on error. So let's set errno ourselves so the
caller can at least look at that.

The code still ignores all errors.
2021-03-04 11:44:07 +01:00
Zbigniew Jędrzejewski-Szmek cd18afec16
Merge pull request #18827 from keszybz/a-bunch-of-man-page-updates
A bunch of man page updates
2021-03-01 15:14:40 +01:00
Zbigniew Jędrzejewski-Szmek 36f57e02d7 man: explain how to invoke tmpfiles for debugging
Fixes #11914.
2021-03-01 13:40:52 +01:00
Lennart Poettering 1d5484aa67 update TODO 2021-02-26 09:22:12 +01:00
Lennart Poettering 7ed72cfac7 update TODO 2021-02-25 15:51:13 +01:00
Lennart Poettering 66e52d2221 update TODO 2021-02-18 22:31:11 +01:00
Lennart Poettering bf843b0bd4 update TODO 2021-02-15 19:23:05 +01:00
Lennart Poettering dfbbb4f7b0 update TODO 2021-01-19 13:41:42 +01:00
Yu Watanabe 13a4e9f209 TODO: fix typo 2021-01-19 07:22:48 +09:00
Lennart Poettering 33295214fa update TODO 2021-01-18 21:05:32 +01:00
Lennart Poettering 14f7d087cc update TODO 2021-01-14 14:15:48 +01:00
Yu Watanabe 7c08f24a50
Merge pull request #18217 from ssahani/todo-network
TODO: Already implemented with SendDecline=
2021-01-12 22:53:44 +09:00