Commit graph

2316 commits

Author SHA1 Message Date
Luca Boccassi e91035abf0 TODO: remove some features that have been implemented 2021-06-02 18:57:31 +01: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
Susant Sahani 4707ae99cd TODO: SR_IOV already implemeted 2021-01-12 14:52:00 +01:00
Susant Sahani 973fa2cd4f TODO: Already implemented with SendDecline= 2021-01-12 14:47:39 +01:00
Lennart Poettering 9786ba1386 update TODO 2021-01-12 14:38:37 +01:00
Lennart Poettering 0ec1dc5ba3 update TODO 2021-01-06 17:14:56 +01:00
Lennart Poettering 9aea1e58b9 update TODO 2021-01-06 16:18:46 +01:00
Lennart Poettering 80670e748d update TODO 2020-12-17 20:03:04 +01:00
Yu Watanabe 84a1ff9457 tree-wide: fix typo 2020-12-16 18:30:15 +01:00
Lennart Poettering 38abd1bfc5 Update TODO 2020-12-14 13:51:10 +01:00
Yu Watanabe 28423d9a75 tree-wide: fix typo 2020-12-14 12:05:55 +00:00
Greg Depoire--Ferrer 6597686865 seccomp: don't install filters for archs that can't use syscalls
When seccomp_restrict_archs is called, architectures that are blocked
are replaced by the SECCOMP_LOCAL_ARCH_BLOCKED marker so that they are
not disabled again and filters are not installed for them.

This can make some service that use SystemCallArchitecture= and
SystemCallFilter= start faster.
2020-12-10 16:13:02 +01:00
Lennart Poettering 699c0f2d30 update TODO 2020-12-03 12:04:11 +01:00
Lennart Poettering 8c437318b8 update TODO 2020-12-01 14:27:33 +01:00
Zbigniew Jędrzejewski-Szmek 40ebe49259
Merge pull request #17597 from yuwata/fix-typo
tree-wide: Fix typo
2020-11-17 10:06:58 +01:00
Lennart Poettering 7d7c75f149 update TODO 2020-11-16 21:08:38 +01:00