summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* meson: add experimental bpf-gcc compiler supportJames Hilliard2022-06-101-11/+32
* boot/efi-string: check the end of haystack before testing remaining patternYu Watanabe2022-06-102-5/+2
* Merge pull request #23589 from medhefgo/efi-clangYu Watanabe2022-06-1021-161/+426
|\
| * boot: Drop use of DuplicateDevicePathJan Janssen2022-06-091-1/+17
| * boot: Don't copy device pathJan Janssen2022-06-091-6/+1
| * boot: Drop use of LibLocateHandleJan Janssen2022-06-091-2/+2
| * boot: Drop use of UnpackDevicePathJan Janssen2022-06-091-12/+13
| * boot: Drop use of FileDevicePathJan Janssen2022-06-094-6/+44
| * boot: Use xmallocJan Janssen2022-06-0911-83/+72
| * boot: Add xmallocJan Janssen2022-06-092-13/+43
| * boot: Drop use of DevicePathFromHandleJan Janssen2022-06-092-7/+10
| * boot: Drop use of LibLocateProtocolJan Janssen2022-06-096-8/+8
| * boot: Drop use of LibOpenRootJan Janssen2022-06-095-17/+41
| * boot: Drop use of LibGetSystemConfigurationTableJan Janssen2022-06-091-4/+11
| * boot: Drop use of MetaiMatchJan Janssen2022-06-091-4/+11
| * boot: Add efi_fnmatchJan Janssen2022-06-093-0/+155
* | fix: sd_id128_get_invocation now works for user servicesi-do-cpp2022-06-101-1/+4
* | tree-wide: fix typoYu Watanabe2022-06-101-1/+1
* | test: account for ADDR_NO_RANDOMIZE if it's setFrantisek Sumsal2022-06-091-4/+12
* | Merge pull request #23348 from medhefgo/log-shutdown-blockersYu Watanabe2022-06-093-52/+117
|\ \
| * | shutdown: Lazy unmount /oldroot/{dev,proc,sys}Jan Janssen2022-06-091-0/+11
| * | shutdown: Log processes that block umountJan Janssen2022-06-091-3/+63
| * | shutdown: Rename umount_log_level and make it a boolJan Janssen2022-06-093-50/+44
| |/
* | Merge pull request #23658 from keszybz/gcc-warnings-2Luca Boccassi2022-06-099-73/+65
|\ \
| * | systemctl: simplify code a bitZbigniew Jędrzejewski-Szmek2022-06-091-4/+5
| * | shared/bus-util: rename variables to follow newer styleZbigniew Jędrzejewski-Szmek2022-06-092-14/+12
| * | shared/bus-util: simplificationZbigniew Jędrzejewski-Szmek2022-06-091-17/+9
| * | test-udev-util: do not pass NULL to printf, style fixesZbigniew Jędrzejewski-Szmek2022-06-091-8/+8
| * | test-process-util: do not pass NULL to printf, simplify testsZbigniew Jędrzejewski-Szmek2022-06-091-6/+7
| * | test-dns-domain: a few more "NULL in printf %s"sZbigniew Jędrzejewski-Szmek2022-06-091-10/+10
| * | test-fstab-util: one more "NULL in printf %s"Zbigniew Jędrzejewski-Szmek2022-06-091-3/+3
| * | various: indentationZbigniew Jędrzejewski-Szmek2022-06-092-11/+11
| |/
* | bpf: use __always_inline macro in restrict-ifaces.bpf.cJames Hilliard2022-06-091-1/+1
* | Merge pull request #23654 from keszybz/gcc-warningsZbigniew Jędrzejewski-Szmek2022-06-096-87/+70
|\ \ | |/ |/|
| * test-load-fragment: don't print NULLsZbigniew Jędrzejewski-Szmek2022-06-091-2/+2
| * test-bus-address: silence gcc warning about NULL arg to strcmp()Zbigniew Jędrzejewski-Szmek2022-06-091-7/+5
| * test-mountpoint-util: fix NULL arg to %sZbigniew Jędrzejewski-Szmek2022-06-091-1/+1
| * sd-journal: inline variable declarationsZbigniew Jędrzejewski-Szmek2022-06-091-16/+9
| * sd-journal: use _cleanup_Zbigniew Jędrzejewski-Szmek2022-06-091-29/+18
| * sd-journal: fix NULL arg to %s in error messages and hashmap lookupZbigniew Jędrzejewski-Szmek2022-06-071-22/+28
| * sd-hwdb: fix NULL arg to %s in error messagesZbigniew Jędrzejewski-Szmek2022-06-071-14/+10
| * basic/unit-file: make sure we don't call streq() on NULLZbigniew Jędrzejewski-Szmek2022-06-071-0/+1
* | Resolve conflicts between #23616 and the recent NFT additionsZbigniew Jędrzejewski-Szmek2022-06-093-36/+22
* | Merge pull request #23616 from keszybz/in-addr-to-string-formattingYu Watanabe2022-06-0944-444/+318
|\ \
| * | various: use CONST_MAX for array allocationZbigniew Jędrzejewski-Szmek2022-06-062-3/+3
| * | tree-wide: convert inet_ntop() calls to anonymous-buffer macrosZbigniew Jędrzejewski-Szmek2022-06-066-35/+19
| * | basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-0618-223/+155
| * | basic/in-addr-util: drop check for prefix length in formatting functionZbigniew Jędrzejewski-Szmek2022-06-063-6/+26
| * | libsystemd-network: minor simplificationZbigniew Jędrzejewski-Szmek2022-06-061-4/+2
| * | resolved: use TAKE_PTR() in one more placeZbigniew Jędrzejewski-Szmek2022-06-061-3/+2