summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23691 from medhefgo/efi-clangYu Watanabe2022-06-105-112/+155
|\
| * boot: Use parse_number16 for boot counter parsingJan Janssen2022-06-101-101/+46
| * boot: Drop use of AtoiJan Janssen2022-06-102-11/+20
| * boot: Add parse_number8/16Jan Janssen2022-06-103-0/+89
* | systemctl: add `edit` verb to arguments' help textElias Probst2022-06-101-5/+6
* | Merge pull request #23701 from medhefgo/boot-memYu Watanabe2022-06-101-5/+25
|\ \
| * | boot: Use memcpy/memset provided by firmwareJan Janssen2022-06-101-0/+18
| * | boot: Mark memcmp/memcpy/memset aliases as usedJan Janssen2022-06-101-5/+7
| |/
* | boot: use efi_memcpy inplace of memcpyShreenidhi Shedi2022-06-101-1/+1
* | shared/condition: accept size suffixes for ConditionMemoryZbigniew Jędrzejewski-Szmek2022-06-102-2/+23
* | Merge pull request #23687 from yuwata/dns-domain-trivial-cleanupsLuca Boccassi2022-06-102-8/+4
|\ \
| * | dns-domain: simplify code a bitYu Watanabe2022-06-101-6/+2
| * | dns-domain: use dns_name_concat()Yu Watanabe2022-06-101-2/+2
* | | Merge pull request #23584 from yuwata/test-loginFrantisek Sumsal2022-06-101-7/+3
|\ \ \
| * | | devnode-acl: use set_put_strdup_full() and set_ensure_consume()Yu Watanabe2022-06-101-7/+3
* | | | Merge pull request #23690 from yuwata/test-sd-deviceFrantisek Sumsal2022-06-101-2/+5
|\ \ \ \
| * | | | test: exclude network interfacesYu Watanabe2022-06-101-0/+4
| * | | | test: always exclude devices named loop*Yu Watanabe2022-06-101-2/+1
| |/ / /
* | | | efi-string: Remove one more |= for boolJan Janssen2022-06-101-1/+2
* | | | 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