Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update TODO | Lennart Poettering | 2021-03-23 | 1 | -0/+11 |
| | |||||
* | update TODO | Lennart Poettering | 2021-03-22 | 1 | -0/+5 |
| | |||||
* | update TODO | Lennart Poettering | 2021-03-22 | 1 | -0/+5 |
| | |||||
* | update TODO | Lennart Poettering | 2021-03-17 | 1 | -0/+4 |
| | |||||
* | update TODO | Lennart Poettering | 2021-03-10 | 1 | -1/+17 |
| | |||||
* | update TODO | Lennart Poettering | 2021-03-09 | 1 | -0/+3 |
| | |||||
* | shared/kbd-util: fix return value confusion with nftw() | Zbigniew Jędrzejewski-Szmek | 2021-03-04 | 1 | -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-updates | Zbigniew Jędrzejewski-Szmek | 2021-03-01 | 1 | -0/+1 |
|\ | | | | | A bunch of man page updates | ||||
| * | man: explain how to invoke tmpfiles for debugging | Zbigniew Jędrzejewski-Szmek | 2021-03-01 | 1 | -0/+1 |
| | | | | | | | | Fixes #11914. | ||||
* | | update TODO | Lennart Poettering | 2021-02-26 | 1 | -3/+0 |
| | | |||||
* | | update TODO | Lennart Poettering | 2021-02-25 | 1 | -0/+3 |
|/ | |||||
* | update TODO | Lennart Poettering | 2021-02-18 | 1 | -0/+12 |
| | |||||
* | update TODO | Lennart Poettering | 2021-02-15 | 1 | -0/+7 |
| | |||||
* | update TODO | Lennart Poettering | 2021-01-19 | 1 | -0/+7 |
| | |||||
* | TODO: fix typo | Yu Watanabe | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | update TODO | Lennart Poettering | 2021-01-18 | 1 | -0/+16 |
| | |||||
* | update TODO | Lennart Poettering | 2021-01-14 | 1 | -0/+9 |
| | |||||
* | Merge pull request #18217 from ssahani/todo-network | Yu Watanabe | 2021-01-12 | 1 | -4/+0 |
|\ | | | | | TODO: Already implemented with SendDecline= | ||||
| * | TODO: SR_IOV already implemeted | Susant Sahani | 2021-01-12 | 1 | -3/+0 |
| | | |||||
| * | TODO: Already implemented with SendDecline= | Susant Sahani | 2021-01-12 | 1 | -1/+0 |
| | | |||||
* | | update TODO | Lennart Poettering | 2021-01-12 | 1 | -0/+6 |
|/ | |||||
* | update TODO | Lennart Poettering | 2021-01-06 | 1 | -4/+0 |
| | |||||
* | update TODO | Lennart Poettering | 2021-01-06 | 1 | -0/+4 |
| | |||||
* | update TODO | Lennart Poettering | 2020-12-17 | 1 | -10/+25 |
| | |||||
* | tree-wide: fix typo | Yu Watanabe | 2020-12-16 | 1 | -1/+1 |
| | |||||
* | Update TODO | Lennart Poettering | 2020-12-14 | 1 | -0/+2 |
| | |||||
* | tree-wide: fix typo | Yu Watanabe | 2020-12-14 | 1 | -1/+1 |
| | |||||
* | seccomp: don't install filters for archs that can't use syscalls | Greg Depoire--Ferrer | 2020-12-10 | 1 | -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 TODO | Lennart Poettering | 2020-12-03 | 1 | -2/+0 |
| | |||||
* | update TODO | Lennart Poettering | 2020-12-01 | 1 | -3/+0 |
| | |||||
* | Merge pull request #17597 from yuwata/fix-typo | Zbigniew Jędrzejewski-Szmek | 2020-11-17 | 1 | -1/+1 |
|\ | | | | | tree-wide: Fix typo | ||||
| * | tree-wide: fix "a the" or "the a" | Yu Watanabe | 2020-11-13 | 1 | -1/+1 |
| | | |||||
* | | update TODO | Lennart Poettering | 2020-11-16 | 1 | -0/+12 |
|/ | |||||
* | update TODO | Lennart Poettering | 2020-11-04 | 1 | -0/+3 |
| | |||||
* | update TODO | Lennart Poettering | 2020-11-02 | 1 | -0/+6 |
| | |||||
* | tree-wide: fix typos found by Fossies codespell report | Yu Watanabe | 2020-10-24 | 1 | -2/+2 |
| | |||||
* | update TODO | Lennart Poettering | 2020-10-23 | 1 | -0/+3 |
| | |||||
* | Merge pull request #13589 from williamvds/systemctl-edit-copy | Lennart Poettering | 2020-10-22 | 1 | -3/+0 |
|\ | | | | | systemctl: show original contents in comment when editing unit | ||||
| * | systemctl: show original contents when editing unit | williamvds | 2020-10-21 | 1 | -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 TODO | Lennart Poettering | 2020-10-20 | 1 | -2/+2 |
|/ | |||||
* | update TODO | Lennart Poettering | 2020-10-14 | 1 | -2/+0 |
| | |||||
* | analyze: show ungrouped syscalls separately (#17343) | Lennart Poettering | 2020-10-14 | 1 | -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 TODO | Lennart Poettering | 2020-10-12 | 1 | -3/+5 |
| | |||||
* | update TODO | Lennart Poettering | 2020-10-09 | 1 | -1/+0 |
| | |||||
* | update TODO | Lennart Poettering | 2020-10-07 | 1 | -0/+7 |
| | |||||
* | update TODO | Lennart Poettering | 2020-10-05 | 1 | -0/+4 |
| | |||||
* | update TODO | Lennart Poettering | 2020-09-28 | 1 | -0/+2 |
| | |||||
* | update TODO | Lennart Poettering | 2020-09-23 | 1 | -4/+0 |
| | |||||
* | update TODO | Lennart Poettering | 2020-09-23 | 1 | -16/+7 |
| | |||||
* | update TODO | Lennart Poettering | 2020-09-19 | 1 | -3/+0 |
| |