summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* update TODOLennart Poettering2021-03-231-0/+11
|
* update TODOLennart Poettering2021-03-221-0/+5
|
* update TODOLennart Poettering2021-03-221-0/+5
|
* update TODOLennart Poettering2021-03-171-0/+4
|
* update TODOLennart Poettering2021-03-101-1/+17
|
* update TODOLennart Poettering2021-03-091-0/+3
|
* shared/kbd-util: fix return value confusion with nftw()Zbigniew Jędrzejewski-Szmek2021-03-041-0/+2
| | | | | | | | | | | | | | 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.
* Merge pull request #18827 from keszybz/a-bunch-of-man-page-updatesZbigniew Jędrzejewski-Szmek2021-03-011-0/+1
|\ | | | | A bunch of man page updates
| * man: explain how to invoke tmpfiles for debuggingZbigniew Jędrzejewski-Szmek2021-03-011-0/+1
| | | | | | | | Fixes #11914.
* | update TODOLennart Poettering2021-02-261-3/+0
| |
* | update TODOLennart Poettering2021-02-251-0/+3
|/
* update TODOLennart Poettering2021-02-181-0/+12
|
* update TODOLennart Poettering2021-02-151-0/+7
|
* update TODOLennart Poettering2021-01-191-0/+7
|
* TODO: fix typoYu Watanabe2021-01-191-1/+1
|
* update TODOLennart Poettering2021-01-181-0/+16
|
* update TODOLennart Poettering2021-01-141-0/+9
|
* Merge pull request #18217 from ssahani/todo-networkYu Watanabe2021-01-121-4/+0
|\ | | | | TODO: Already implemented with SendDecline=
| * TODO: SR_IOV already implemetedSusant Sahani2021-01-121-3/+0
| |
| * TODO: Already implemented with SendDecline=Susant Sahani2021-01-121-1/+0
| |
* | update TODOLennart Poettering2021-01-121-0/+6
|/
* update TODOLennart Poettering2021-01-061-4/+0
|
* update TODOLennart Poettering2021-01-061-0/+4
|
* update TODOLennart Poettering2020-12-171-10/+25
|
* tree-wide: fix typoYu Watanabe2020-12-161-1/+1
|
* Update TODOLennart Poettering2020-12-141-0/+2
|
* tree-wide: fix typoYu Watanabe2020-12-141-1/+1
|
* seccomp: don't install filters for archs that can't use syscallsGreg Depoire--Ferrer2020-12-101-4/+0
| | | | | | | | | 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.
* update TODOLennart Poettering2020-12-031-2/+0
|
* update TODOLennart Poettering2020-12-011-3/+0
|
* Merge pull request #17597 from yuwata/fix-typoZbigniew Jędrzejewski-Szmek2020-11-171-1/+1
|\ | | | | tree-wide: Fix typo
| * tree-wide: fix "a the" or "the a"Yu Watanabe2020-11-131-1/+1
| |
* | update TODOLennart Poettering2020-11-161-0/+12
|/
* update TODOLennart Poettering2020-11-041-0/+3
|
* update TODOLennart Poettering2020-11-021-0/+6
|
* tree-wide: fix typos found by Fossies codespell reportYu Watanabe2020-10-241-2/+2
|
* update TODOLennart Poettering2020-10-231-0/+3
|
* Merge pull request #13589 from williamvds/systemctl-edit-copyLennart Poettering2020-10-221-3/+0
|\ | | | | systemctl: show original contents in comment when editing unit
| * systemctl: show original contents when editing unitwilliamvds2020-10-211-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A comment indicates the start of the new contents of the override file, and another indicates that lines following it will be discarded once editing is finished. The contents of the unit file and drop-ins are listed out after this last marker. Adds WRITE_STRING_FILE_TRUNCATE to set O_TRUNC when opening a file. Thanks to cgzones for providing the required SELinux function calls. Co-authored-by: Christian Göttsche <cgzones@googlemail.com>
* | update TODOLennart Poettering2020-10-201-2/+2
|/
* update TODOLennart Poettering2020-10-141-2/+0
|
* analyze: show ungrouped syscalls separately (#17343)Lennart Poettering2020-10-141-4/+0
| | | | | | | | | | This updates the "systemd-analyze syscall-filter" command to show a special section of syscalls that are included in @known but in no other group. Typically this should show syscalls we either should add to any of the existing groups or where we unsure were they best fit in. Right now, it mostly shows arch-specific compat syscalls, we probably should move "@obsolete". This patch doesn't add thta however.
* update TODOLennart Poettering2020-10-121-3/+5
|
* update TODOLennart Poettering2020-10-091-1/+0
|
* update TODOLennart Poettering2020-10-071-0/+7
|
* update TODOLennart Poettering2020-10-051-0/+4
|
* update TODOLennart Poettering2020-09-281-0/+2
|
* update TODOLennart Poettering2020-09-231-4/+0
|
* update TODOLennart Poettering2020-09-231-16/+7
|
* update TODOLennart Poettering2020-09-191-3/+0
|