summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test: fix indentationYu Watanabe2022-06-021-45/+45
* test: add test for sha256Yu Watanabe2022-06-022-0/+52
* sha256: use memcpy() when result buffer is unalignedYu Watanabe2022-06-021-19/+20
* 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-0121-2468/+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-3111-2376/+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
| * boot: Use stddef.h offsetofJan Janssen2022-05-311-2/+1
* | Move message repeatAlexander Shopov2022-05-312-7/+7
* | Update Bulgarian translationAlexander Shopov2022-05-312-295/+412
* | portable: fix command option in commentYu Watanabe2022-05-311-4/+4
|/
* seccomp: fix a typo in error messageFrantisek Sumsal2022-05-311-1/+1
* Merge pull request #23558 from msekletar/issue-20329-followupYu Watanabe2022-05-313-3/+57
|\
| * tests: make sure we delay running mount start jobs when /p/s/mountinfo is rat...Michal Sekletar2022-05-301-0/+53
| * unit: check for mount rate limiting before checking active stateMichal Sekletar2022-05-302-3/+4
* | docs: fix typo XBOOOTLDR -> XBOOTLDRMatthias Lisin2022-05-311-1/+1
* | Simplify random number selectionJason A. Donenfeld2022-05-3120-203/+141
* | Merge pull request #23533 from yuwata/portable-remove-drop-in-configsZbigniew Jędrzejewski-Szmek2022-05-313-18/+31
|\ \
| * | test: add coverage for #23481Frantisek Sumsal2022-05-301-0/+8
| * | portable: remove drop-in configs even if the main unit file does not existYu Watanabe2022-05-301-9/+23
| * | portable: try to remove unit files even in a spurious stateYu Watanabe2022-05-291-7/+0
| * | test: drop redundant log messageYu Watanabe2022-05-291-2/+0
* | | Merge pull request #23564 from yuwata/core-unit-add-depYu Watanabe2022-05-311-19/+22
|\ \ \