summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* shared/bpf: install log callback and suppress most messages from libbpfZbigniew Jędrzejewski-Szmek2022-06-022-3/+28
* meson: use files() for libcore_sources tooZbigniew Jędrzejewski-Szmek2022-06-021-134/+134
* userwork: use a better errno valueZbigniew Jędrzejewski-Szmek2022-06-021-1/+1
* various: add %m in messagesZbigniew Jędrzejewski-Szmek2022-06-023-3/+3
* Merge pull request #23575 from keszybz/logind-wall-message-cleanupZbigniew Jędrzejewski-Szmek2022-06-019-96/+99
|\
| * shared/pager: print the name of the pager we'll try next in debug messageZbigniew Jędrzejewski-Szmek2022-06-011-18/+17
| * man/systemctl: improve grammar in description of --check-inhibitorsZbigniew Jędrzejewski-Szmek2022-06-011-2/+2
| * systemctl: drop translation of method names to descriptions in error messageZbigniew Jędrzejewski-Szmek2022-06-011-22/+19
| * systemctl: make function staticZbigniew Jędrzejewski-Szmek2022-06-012-11/+4
| * logind: reduce scope of a few variablesZbigniew Jędrzejewski-Szmek2022-06-012-20/+16
| * logind: rework wall message about pending shutdown/halt/reboot/…Zbigniew Jędrzejewski-Szmek2022-06-015-5/+23
| * logind: use consistent casing in messageZbigniew Jędrzejewski-Szmek2022-05-311-1/+1
| * logind: align tablesZbigniew Jędrzejewski-Szmek2022-05-311-18/+18
* | Merge pull request #23574 from keszybz/logind-pty-wallZbigniew Jędrzejewski-Szmek2022-06-018-20/+93
|\ \
| * | login: do not issue wall messages on local terminals for suspend and hibernateChristian Göttsche2022-06-012-4/+14
| * | logind: do not print wall messages to local pseudoterminalsZbigniew Jędrzejewski-Szmek2022-05-311-9/+7
| * | tests: add a helper that dumps /run/utmp in detailZbigniew Jędrzejewski-Szmek2022-05-312-0/+63
| * | shared/utmp-wtmp: pass information if entry is local to filter functionZbigniew Jędrzejewski-Szmek2022-05-315-8/+11
| * | tty-ask-password-agent: drop unnecessary code for non-absolute pathsZbigniew Jędrzejewski-Szmek2022-05-311-2/+1
| |/
* | src: The return value of server_vacuum () is not used and could be modified t...Li kunyu2022-06-012-4/+2
* | Merge pull request #23531 from yuwata/sd-bus-drop-version-2Yu Watanabe2022-06-0118-2355/+422
|\ \
| * | sd-bus: drop constant argument for message_extend_fields()Yu Watanabe2022-05-311-5/+5
| * | sd-bus: drop D-Bus version 2 format supportYu Watanabe2022-05-318-2263/+367
| * | sd-bus: merge message_peek_fields() and buffer_peek()Yu Watanabe2022-05-311-32/+25
| * | sd-bus: make several functions staticYu Watanabe2022-05-312-24/+6
| * | sd-bus: use UINT32_MAXYu Watanabe2022-05-313-4/+4
| * | sd-bus: drop unnecessary castYu Watanabe2022-05-311-1/+1
| * | sd-bus: drop redundant conditionYu Watanabe2022-05-311-2/+1
| * | sd-bus: use ALIGN8()Yu Watanabe2022-05-311-1/+1
| * | boot: use ALIGN4()Yu Watanabe2022-05-312-5/+5
| * | macro: make ALIGN4() and ALIGN8() also return SIZE_MAX on overflowYu Watanabe2022-05-312-19/+8
| * | tree-wide: use ALIGN_PTR()Yu Watanabe2022-05-314-8/+8
* | | Merge pull request #23512 from medhefgo/efi-clangYu Watanabe2022-05-3122-261/+885
|\ \ \ | |/ / |/| |
| * | boot: Use xstrdup8/16Jan Janssen2022-05-313-23/+22
| * | boot: Add xstrdup8/16Jan Janssen2022-05-316-23/+124
| * | boot: Use memcmp/memcpy/memsetJan Janssen2022-05-3115-42/+42
| * | boot: Add memcmp/memcpy/memsetJan Janssen2022-05-313-1/+127
| * | boot: Use strsize8/16Jan Janssen2022-05-314-8/+8
| * | boot: Add strsize8/16Jan Janssen2022-05-312-0/+26
| * | boot: Use strchr8/16Jan Janssen2022-05-314-19/+6
| * | boot: Add strchr8/16Jan Janssen2022-05-313-0/+42
| * | boot: Use strcpy8/16Jan Janssen2022-05-311-2/+2
| * | boot: Add strcpy8/16Jan Janssen2022-05-313-0/+52
| * | boot: Use strtolower8/16Jan Janssen2022-05-311-2/+2
| * | boot: Add strtolower8/16Jan Janssen2022-05-313-0/+40
| * | boot: Use strcmp16 for cpio sortingJan Janssen2022-05-313-4/+4
| * | boot: Use strcmp8/16Jan Janssen2022-05-316-98/+63
| * | boot: Add strcmp8/16Jan Janssen2022-05-313-0/+204
| * | boot: Use strlen8/16Jan Janssen2022-05-319-48/+33
| * | boot: Add strlen8/16Jan Janssen2022-05-314-0/+98