summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hwdb: Allow end-users root-less access to TL866 EPROM readerswip/hadess/minipro-uaccessBastien Nocera2022-01-041-0/+11
* Revert "udev: Import hwdb matches for USB devices"Zbigniew Jędrzejewski-Szmek2022-01-041-1/+0
* hwdb: make usb match patterns uppercaseZbigniew Jędrzejewski-Szmek2022-01-041-2/+2
* hwdb: fix check for uppercasedness of match patternsZbigniew Jędrzejewski-Szmek2022-01-041-4/+6
* Merge pull request #21778 from evverx/test-cifuzzYu Watanabe2022-01-043-4/+4
|\
| * tests: no longer load libnss_{files|dns}Evgeny Vereshchagin2022-01-032-2/+2
| * tests: run nss-{users|hosts} by defaultEvgeny Vereshchagin2022-01-021-2/+2
* | fuzz: no longer skip empty filesEvgeny Vereshchagin2022-01-047-28/+16
* | po: Update translation filesWeblate2022-01-042-5/+8
* | meson: generate better arch defines for clang bpf compilationZbigniew Jędrzejewski-Szmek2022-01-041-2/+20
* | Merge pull request #21990 from keszybz/indentation-and-commentsLuca Boccassi2022-01-0448-143/+88
|\ \
| * | po: drop Project-Id-Version from header templateZbigniew Jędrzejewski-Szmek2022-01-0336-36/+0
| * | various: fix three spelling issues found by fossiesZbigniew Jędrzejewski-Szmek2022-01-033-4/+4
| * | docs: update branch namesZbigniew Jędrzejewski-Szmek2022-01-036-19/+19
| * | basic: adjust wording and wrapping of commentsZbigniew Jędrzejewski-Szmek2022-01-031-19/+19
| * | test-bpf-lsm: drop some parensZbigniew Jędrzejewski-Szmek2022-01-031-4/+2
| * | test-job-type: modernize code a bitZbigniew Jędrzejewski-Szmek2022-01-031-22/+19
| * | core/bpf: tighten handling of return values, improve messagesZbigniew Jędrzejewski-Szmek2022-01-031-16/+13
| * | core/bpf: avoid unnecessary initialization of variables, tighten scopeZbigniew Jędrzejewski-Szmek2022-01-031-24/+13
* | | basic/log: allow errno values higher than 255Zbigniew Jędrzejewski-Szmek2022-01-031-2/+2
* | | coredump: do not crash if we failed to acquire exe pathZbigniew Jędrzejewski-Szmek2022-01-031-17/+22
* | | Merge pull request #21985 from yuwata/elf-util-cleanupsLuca Boccassi2022-01-032-69/+76
|\ \ \
| * | | coredump: drop unnecessary parenthesesYu Watanabe2022-01-041-3/+2
| * | | elf-util: add missing assertionYu Watanabe2022-01-041-0/+2
| * | | elf-util: reduce variable scopeYu Watanabe2022-01-041-3/+3
| * | | elf-util: executable argument for parse_elf() may be NULLYu Watanabe2022-01-041-3/+5
| * | | elf-util: reduce variable scope and indentationYu Watanabe2022-01-041-40/+42
| * | | elf-util: reduce variable scope and indentationYu Watanabe2022-01-041-20/+22
|/ / /
* | | Merge pull request #21941 from yuwata/hostname-handle-emptyZbigniew Jędrzejewski-Szmek2022-01-034-15/+13
|\ \ \
| * | | hostname-util: drop GET_HOSTNAME_ALLOW_NONE flag and always refuse "(none)"Yu Watanabe2021-12-313-9/+10
| * | | hostname-setup: gracefully handle kernel with empty CONFIG_DEFAULT_HOSTNAMEYu Watanabe2021-12-311-6/+3
* | | | boot: Do not warn if an initializing driver returns EFI_ABORTEDJan Janssen2022-01-031-2/+7
* | | | Merge pull request #21970 from yuwata/seccomp-util-fix-buildZbigniew Jędrzejewski-Szmek2022-01-0315-18/+83
|\ \ \ \
| * | | | seccomp-util: include missing_syscall_def.h to make __SNR_foo mapped to __NR_fooYu Watanabe2022-01-031-7/+4
| * | | | missing-syscall: add __NR_openat2Yu Watanabe2022-01-032-0/+67
| * | | | syscalls: update syscall definitionsYu Watanabe2022-01-0312-11/+12
* | | | | ci: bump mkosi to v12 with libsolv workaroundFrantisek Sumsal2022-01-031-1/+1
* | | | | Merge pull request #21960 from medhefgo/boot-gapEvgeny Vereshchagin2022-01-033-1/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ci: Test efi binaries for section table gapsJan Janssen2022-01-021-0/+6
| * | | | boot: Use objcopy to align sectionsJan Janssen2022-01-022-1/+2
| |/ / /
* | | | Merge pull request #21944 from yuwata/nss-systemd-fix-pointerYu Watanabe2022-01-032-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | nss-myhostname: do not apply non-zero offset to null pointerYu Watanabe2021-12-311-3/+3
| * | | nss-systemd: fix alignment of gr_memYu Watanabe2021-12-311-2/+2
* | | | Merge pull request #21928 from medhefgo/boot-mesonYu Watanabe2022-01-022-13/+5
|\ \ \ \
| * | | | meson: Get objcopy location from compilerJan Janssen2022-01-021-1/+1
| * | | | meson: Remove efi-cc optionJan Janssen2022-01-022-12/+4
* | | | | boot: Add disabled secure boot mode without setup modeJan Janssen2022-01-022-0/+7
* | | | | make HP 15s-eq0xxx changes specific to sku9MG38EA#ABZMarco Scardovi2022-01-021-2/+2
* | | | | Merge pull request #21915 from evverx/fuzz-bcdFrantisek Sumsal2022-01-023-1/+47
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | oss-fuzz: turn on the alignment checkEvgeny Vereshchagin2021-12-291-1/+2