Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shared/bpf: install log callback and suppress most messages from libbpf | Zbigniew Jędrzejewski-Szmek | 2022-06-02 | 2 | -3/+28 |
* | meson: use files() for libcore_sources too | Zbigniew Jędrzejewski-Szmek | 2022-06-02 | 1 | -134/+134 |
* | userwork: use a better errno value | Zbigniew Jędrzejewski-Szmek | 2022-06-02 | 1 | -1/+1 |
* | various: add %m in messages | Zbigniew Jędrzejewski-Szmek | 2022-06-02 | 3 | -3/+3 |
* | Merge pull request #23575 from keszybz/logind-wall-message-cleanup | Zbigniew Jędrzejewski-Szmek | 2022-06-01 | 9 | -96/+99 |
|\ | |||||
| * | shared/pager: print the name of the pager we'll try next in debug message | Zbigniew Jędrzejewski-Szmek | 2022-06-01 | 1 | -18/+17 |
| * | man/systemctl: improve grammar in description of --check-inhibitors | Zbigniew Jędrzejewski-Szmek | 2022-06-01 | 1 | -2/+2 |
| * | systemctl: drop translation of method names to descriptions in error message | Zbigniew Jędrzejewski-Szmek | 2022-06-01 | 1 | -22/+19 |
| * | systemctl: make function static | Zbigniew Jędrzejewski-Szmek | 2022-06-01 | 2 | -11/+4 |
| * | logind: reduce scope of a few variables | Zbigniew Jędrzejewski-Szmek | 2022-06-01 | 2 | -20/+16 |
| * | logind: rework wall message about pending shutdown/halt/reboot/… | Zbigniew Jędrzejewski-Szmek | 2022-06-01 | 5 | -5/+23 |
| * | logind: use consistent casing in message | Zbigniew Jędrzejewski-Szmek | 2022-05-31 | 1 | -1/+1 |
| * | logind: align tables | Zbigniew Jędrzejewski-Szmek | 2022-05-31 | 1 | -18/+18 |
* | | Merge pull request #23574 from keszybz/logind-pty-wall | Zbigniew Jędrzejewski-Szmek | 2022-06-01 | 8 | -20/+93 |
|\ \ | |||||
| * | | login: do not issue wall messages on local terminals for suspend and hibernate | Christian Göttsche | 2022-06-01 | 2 | -4/+14 |
| * | | logind: do not print wall messages to local pseudoterminals | Zbigniew Jędrzejewski-Szmek | 2022-05-31 | 1 | -9/+7 |
| * | | tests: add a helper that dumps /run/utmp in detail | Zbigniew Jędrzejewski-Szmek | 2022-05-31 | 2 | -0/+63 |
| * | | shared/utmp-wtmp: pass information if entry is local to filter function | Zbigniew Jędrzejewski-Szmek | 2022-05-31 | 5 | -8/+11 |
| * | | tty-ask-password-agent: drop unnecessary code for non-absolute paths | Zbigniew Jędrzejewski-Szmek | 2022-05-31 | 1 | -2/+1 |
| |/ | |||||
* | | src: The return value of server_vacuum () is not used and could be modified t... | Li kunyu | 2022-06-01 | 2 | -4/+2 |
* | | Merge pull request #23531 from yuwata/sd-bus-drop-version-2 | Yu Watanabe | 2022-06-01 | 18 | -2355/+422 |
|\ \ | |||||
| * | | sd-bus: drop constant argument for message_extend_fields() | Yu Watanabe | 2022-05-31 | 1 | -5/+5 |
| * | | sd-bus: drop D-Bus version 2 format support | Yu Watanabe | 2022-05-31 | 8 | -2263/+367 |
| * | | sd-bus: merge message_peek_fields() and buffer_peek() | Yu Watanabe | 2022-05-31 | 1 | -32/+25 |
| * | | sd-bus: make several functions static | Yu Watanabe | 2022-05-31 | 2 | -24/+6 |
| * | | sd-bus: use UINT32_MAX | Yu Watanabe | 2022-05-31 | 3 | -4/+4 |
| * | | sd-bus: drop unnecessary cast | Yu Watanabe | 2022-05-31 | 1 | -1/+1 |
| * | | sd-bus: drop redundant condition | Yu Watanabe | 2022-05-31 | 1 | -2/+1 |
| * | | sd-bus: use ALIGN8() | Yu Watanabe | 2022-05-31 | 1 | -1/+1 |
| * | | boot: use ALIGN4() | Yu Watanabe | 2022-05-31 | 2 | -5/+5 |
| * | | macro: make ALIGN4() and ALIGN8() also return SIZE_MAX on overflow | Yu Watanabe | 2022-05-31 | 2 | -19/+8 |
| * | | tree-wide: use ALIGN_PTR() | Yu Watanabe | 2022-05-31 | 4 | -8/+8 |
* | | | Merge pull request #23512 from medhefgo/efi-clang | Yu Watanabe | 2022-05-31 | 22 | -261/+885 |
|\ \ \ | |/ / |/| | | |||||
| * | | boot: Use xstrdup8/16 | Jan Janssen | 2022-05-31 | 3 | -23/+22 |
| * | | boot: Add xstrdup8/16 | Jan Janssen | 2022-05-31 | 6 | -23/+124 |
| * | | boot: Use memcmp/memcpy/memset | Jan Janssen | 2022-05-31 | 15 | -42/+42 |
| * | | boot: Add memcmp/memcpy/memset | Jan Janssen | 2022-05-31 | 3 | -1/+127 |
| * | | boot: Use strsize8/16 | Jan Janssen | 2022-05-31 | 4 | -8/+8 |
| * | | boot: Add strsize8/16 | Jan Janssen | 2022-05-31 | 2 | -0/+26 |
| * | | boot: Use strchr8/16 | Jan Janssen | 2022-05-31 | 4 | -19/+6 |
| * | | boot: Add strchr8/16 | Jan Janssen | 2022-05-31 | 3 | -0/+42 |
| * | | boot: Use strcpy8/16 | Jan Janssen | 2022-05-31 | 1 | -2/+2 |
| * | | boot: Add strcpy8/16 | Jan Janssen | 2022-05-31 | 3 | -0/+52 |
| * | | boot: Use strtolower8/16 | Jan Janssen | 2022-05-31 | 1 | -2/+2 |
| * | | boot: Add strtolower8/16 | Jan Janssen | 2022-05-31 | 3 | -0/+40 |
| * | | boot: Use strcmp16 for cpio sorting | Jan Janssen | 2022-05-31 | 3 | -4/+4 |
| * | | boot: Use strcmp8/16 | Jan Janssen | 2022-05-31 | 6 | -98/+63 |
| * | | boot: Add strcmp8/16 | Jan Janssen | 2022-05-31 | 3 | -0/+204 |
| * | | boot: Use strlen8/16 | Jan Janssen | 2022-05-31 | 9 | -48/+33 |
| * | | boot: Add strlen8/16 | Jan Janssen | 2022-05-31 | 4 | -0/+98 |