summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fuzz-journal-remote: fix potential fd-leakYu Watanabe2023-03-181-8/+6
* fuzz-journal-remote: remove temporary files on exitYu Watanabe2023-03-181-1/+8
* Merge pull request #26759 from medhefgo/boot-stack-protectorYu Watanabe2023-03-187-19/+140
|\
| * boot: Add undefined sanitizer supportJan Janssen2023-03-174-5/+62
| * meson: Share more C flagsJan Janssen2023-03-174-6/+14
| * boot: Add support for -ftrapvJan Janssen2023-03-172-1/+6
| * boot: Add support for -fstack-protectorJan Janssen2023-03-174-2/+40
| * boot: Detect nested assertionsJan Janssen2023-03-171-5/+18
* | Merge pull request #26862 from yuwata/uki-utilYu Watanabe2023-03-187-219/+337
|\ \
| * | uki-util: move functions for inspecting kernel to uki-util.[ch]Yu Watanabe2023-03-174-300/+320
| * | bootctl: introduce inspect_kernel()Yu Watanabe2023-03-171-39/+87
| * | bootctl: introduce uki_read_pretty_name()Yu Watanabe2023-03-171-11/+36
| * | bootctl: find matching section in read_pe_section()Yu Watanabe2023-03-171-11/+33
| * | bootctl: return 0 instead of EXIT_SUCCESSYu Watanabe2023-03-173-4/+4
| * | bootctl: move verb_kernel_identity()Yu Watanabe2023-03-171-24/+24
| * | os-util: add missing headersYu Watanabe2023-03-171-0/+3
* | | Merge pull request #26861 from yuwata/exec-utilYu Watanabe2023-03-182-20/+74
|\ \ \
| * | | exec-util: introduce EXEC_DIR_SKIP_REMAINING flagYu Watanabe2023-03-172-3/+22
| * | | exec-util: extract the core logic of execute_directories() as execute_strv()Yu Watanabe2023-03-172-16/+48
| * | | exec-util: enumerate executables earlierYu Watanabe2023-03-171-10/+13
| * | | exec-util: drop meaningless castsYu Watanabe2023-03-171-7/+6
| * | | exec-util: tighten variable scope a bitYu Watanabe2023-03-171-5/+6
| |/ /
* | | Merge pull request #26855 from DaanDeMeyer/repart-fixesYu Watanabe2023-03-181-8/+29
|\ \ \
| * | | repart: Report better errors if partition sizes are too smallDaan De Meyer2023-03-161-1/+22
| * | | repart: Zero full verity signature partition sizeDaan De Meyer2023-03-161-7/+4
| * | | repart: Make sure we seek to beginning of partition target before copyDaan De Meyer2023-03-161-0/+3
* | | | Merge pull request #26863 from yuwata/kernel-install-cleanupsMike Yuan2023-03-171-28/+8
|\ \ \ \
| * | | | kernel-install: check all entry candidates first, then check existence of $pr...Yu Watanabe2023-03-171-8/+8
| * | | | Revert "kernel-install: also try to find $BOOT by partition GUID"Yu Watanabe2023-03-171-20/+0
| | |/ / | |/| |
* / | | sleep: fix default values unmatched with manualMike Yuan2023-03-171-1/+4
|/ / /
* | | Merge pull request #26849 from DaanDeMeyer/fwd-colorsDaan De Meyer2023-03-172-3/+23
|\ \ \ | |_|/ |/| |
| * | journald-console: Add colors when forwarding to consoleDaan De Meyer2023-03-161-2/+6
| * | terminal-util: Don't assume terminal is dumb if connected to /dev/nullDaan De Meyer2023-03-161-1/+17
| |/
* | Merge pull request #26783 from yuwata/loop-ref-follow-upDaan De Meyer2023-03-171-6/+8
|\ \
| * | udev: mention that the kernel silently truncates lo_file_name if too longYu Watanabe2023-03-141-6/+8
* | | test: add a testcase that dir_fd_is_root() is not confused by bind mountYu Watanabe2023-03-171-0/+33
* | | udevadm-verify: add a short summaryYu Watanabe2023-03-161-2/+18
| |/ |/|
* | sd-journal: fix segfaultYu Watanabe2023-03-161-0/+2
* | Merge pull request #26835 from poettering/userdb-modernizationsLuca Boccassi2023-03-163-76/+45
|\ \
| * | userdbd: make static const what we can make soLennart Poettering2023-03-151-1/+1
| * | userdbd: rework to use sd_event_add_child() instead of manual SIGCHLDLennart Poettering2023-03-151-50/+32
| * | userdbd: make use of FORK_CLOSE_ALL_FDS + FORK_REOPEN_LOG where we canLennart Poettering2023-03-151-11/+6
| * | userdbd: modernize signal handlingLennart Poettering2023-03-153-16/+8
* | | updated usage of SD_BUS_METHOD_WITH_NAMES macros to SD_BUS_METHOD_WIT… (#26...OMOJOLA JOSHUA2023-03-151-27/+15
* | | Merge pull request #26771 from YHNdnzj/machinectl-editYu Watanabe2023-03-151-4/+166
|\ \ \
| * | | machinectl: add verb edit and cat to operate on .nspawn filesMike Yuan2023-03-151-4/+166
* | | | manager: fix scope for environment generatorsLudwig Nussel2023-03-151-1/+1
* | | | Merge pull request #26831 from YHNdnzj/edit-util-followupYu Watanabe2023-03-151-3/+3
|\ \ \ \
| * | | | edit-util: log unexpected errors if we fail to remove the parent dirMike Yuan2023-03-151-2/+2
| * | | | edit-util: use path_equalMike Yuan2023-03-151-1/+1
| |/ / /