Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | update TODO | Lennart Poettering | 2020-09-18 | 1 | -7/+16 |
| | |||||
* | sd-bus: allow localhost addresses | Zbigniew Jędrzejewski-Szmek | 2020-09-15 | 1 | -0/+3 |
| | | | | | | | | By settings AI_ADDRCONFIG in hints we cannot for example resolve "localhost" when the local machine only has a loopback interface. This seems like an unnecessary restriction, drop it. Inspired by https://bugzilla.redhat.com/show_bug.cgi?id=1839007. | ||||
* | update TODO | Lennart Poettering | 2020-09-02 | 1 | -2/+1 |
| | |||||
* | TODO: add entry | Zbigniew Jędrzejewski-Szmek | 2020-09-01 | 1 | -0/+3 |
| | |||||
* | Merge pull request #16568 from poettering/creds-store | Zbigniew Jędrzejewski-Szmek | 2020-08-26 | 1 | -8/+12 |
|\ | | | | | credentials logic to pass privileged data to services | ||||
| * | update TODO | Lennart Poettering | 2020-08-25 | 1 | -8/+12 |
| | | |||||
* | | update TODO | Lennart Poettering | 2020-08-25 | 1 | -11/+0 |
|/ | |||||
* | update TODO | Lennart Poettering | 2020-08-24 | 1 | -7/+0 |
| | |||||
* | tree-wide: fix spelling of "fallback" | Zbigniew Jędrzejewski-Szmek | 2020-08-20 | 1 | -2/+2 |
| | | | | | | Similarly to "setup" vs. "set up", "fallback" is a noun, and "fall back" is the verb. (This is pretty clear when we construct a sentence in the present continous: "we are falling back" not "we are fallbacking"). | ||||
* | Merge pull request #16677 from poettering/statx-mntid | Zbigniew Jędrzejewski-Szmek | 2020-08-20 | 1 | -3/+0 |
|\ | | | | | make use of new kernel 5.8 statx() mount id/mountpoint APIs | ||||
| * | update TODO | Lennart Poettering | 2020-08-19 | 1 | -3/+0 |
| | | |||||
* | | update TODO | Lennart Poettering | 2020-08-19 | 1 | -3/+1 |
|/ | |||||
* | update TODO | Lennart Poettering | 2020-08-17 | 1 | -0/+2 |
| | |||||
* | update TODO | Lennart Poettering | 2020-08-12 | 1 | -11/+0 |
| | |||||
* | update TODO | Lennart Poettering | 2020-08-11 | 1 | -3/+0 |
| |