summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nss: only read logging config from environment variablesZbigniew Jędrzejewski-Szmek2022-01-115-9/+14
* nss: drop dummy setup_logging() helpersZbigniew Jędrzejewski-Szmek2022-01-112-12/+2
* boot: Fix readdir_harder() on VirtualBoxJan Janssen2022-01-102-3/+8
* Merge pull request #22050 from wat-ze-hex/bpf-lsm-check-for-link-error-2022-0...Zbigniew Jędrzejewski-Szmek2022-01-102-12/+13
|\
| * bpf: fix bpf_can_link_lsm_program conditionJulia Kartseva2022-01-091-3/+3
| * bpf: adjust comment about not calling sym_bpf_link__destroyZbigniew Jędrzejewski-Szmek2022-01-091-6/+6
| * bpf: check if lsm link ptr is libbpf errorJulia Kartseva2022-01-091-3/+4
* | boot: Change boot entry sortingJan Janssen2022-01-101-19/+29
* | Merge pull request #22071 from keszybz/xdg-autostart-logsLuca Boccassi2022-01-103-32/+36
|\ \
| * | xdg-autostart-generator: rework debug loggingZbigniew Jędrzejewski-Szmek2022-01-102-29/+34
| * | xdg-autostart-generator: make parameter constZbigniew Jędrzejewski-Szmek2022-01-102-3/+2
| |/
* | Merge pull request #22070 from keszybz/rm-rf-wipLuca Boccassi2022-01-101-91/+140
|\ \
| * | shared/rm-rf: loop over nested directories instead of instead of recursingZbigniew Jędrzejewski-Szmek2021-12-211-47/+112
| * | shared/rm_rf: refactor rm_rf() to shorten code a bitZbigniew Jędrzejewski-Szmek2021-12-211-30/+23
| * | shared/rm_rf: refactor rm_rf_children_inner() to shorten code a bitZbigniew Jędrzejewski-Szmek2021-12-211-18/+9
* | | Merge pull request #22019 from lnussel/shutdownZbigniew Jędrzejewski-Szmek2022-01-101-10/+10
|\ \ \ | |_|/ |/| |
| * | systemctl: consistent output for scheduled shutdownsLudwig Nussel2022-01-101-9/+9
| * | systemctl: Fix --show timestampLudwig Nussel2022-01-051-1/+1
* | | boot-timestamps: Discard firmware init time when running in a VMJan Janssen2022-01-091-5/+13
* | | bpf: actually skip RestrictFileSystems= when not supportedZbigniew Jędrzejewski-Szmek2022-01-091-21/+7
* | | meson: Use files() for source lists for boot and fundamentalJan Janssen2022-01-092-25/+26
* | | Merge pull request #22028 from medhefgo/boot-cleanupLuca Boccassi2022-01-092-78/+53
|\ \ \
| * | | boot: Simplify line_editJan Janssen2022-01-061-19/+7
| * | | boot: Switch to insertion sortJan Janssen2022-01-062-19/+9
| * | | boot: Do more config handling in config_load_all_entriesJan Janssen2022-01-061-16/+14
| * | | boot: Remove no_autoselectJan Janssen2022-01-061-8/+3
| * | | boot: Close xbootldr root_dirJan Janssen2022-01-061-1/+1
| * | | boot: Simplify config_entry_add_osxJan Janssen2022-01-061-15/+19
* | | | core: teach LoadCredential= to load from a directoryAlbert Brox2022-01-081-68/+201
* | | | seccomp: move arch_prctl to @defaultZbigniew Jędrzejewski-Szmek2022-01-071-1/+1
* | | | Merge pull request #22013 from yuwata/fstab-generator-skip-nfsrootZbigniew Jędrzejewski-Szmek2022-01-071-2/+72
|\ \ \ \
| * | | | fstab-generator: also skip other network filesystems and live imageYu Watanabe2022-01-061-0/+15
| * | | | fstab-generator: skip root directory handling when nfsroot is requestedYu Watanabe2022-01-061-2/+57
| |/ / /
* | | | kernel-install: prefer /boot over /boot/efi for $BOOT_ROOTAdam Williamson2022-01-071-1/+1
* | | | Merge pull request #22006 from yuwata/on-ac-powerZbigniew Jędrzejewski-Szmek2022-01-077-64/+144
|\ \ \ \
| * | | | udev-util: ignore USB-C ports in power source mode when detecting system is r...Yu Watanabe2022-01-061-0/+72
| * | | | udev-util: re-implement on_ac_power() with sd-deviceYu Watanabe2022-01-061-34/+39
| * | | | util: move on_ac_power() from util.c -> udev-util.cYu Watanabe2022-01-067-64/+67
| |/ / /
* | | | bpf: do not freeze if bpf lsm fails to set upJulia Kartseva2022-01-073-7/+17
* | | | test-watchdog: set timeout to 2 seconds by defaultMike Gilbert2022-01-061-1/+1
* | | | test-watchdog: use watchdog_runtime_wait() to determine sleep intervalMike Gilbert2022-01-061-2/+3
* | | | userdbctl: fix "Password OK" shown even when password is empty or locked (#21...Pigmy-penguin2022-01-062-3/+25
|/ / /
* | | test-watchdog: mark as unsafeMike Gilbert2022-01-061-1/+2
* | | random-seed: cleanup code nitsJason A. Donenfeld2022-01-061-15/+15
* | | Merge pull request #22018 from keszybz/logind-survive-aborted-suspendYu Watanabe2022-01-061-6/+2
|\ \ \
| * | | logind: do not propagate error in delayed actionZbigniew Jędrzejewski-Szmek2022-01-051-6/+2
* | | | Merge pull request #22016 from yuwata/small-cleanupsYu Watanabe2022-01-062-2/+3
|\ \ \ \
| * | | | watchdog: adjust commentYu Watanabe2022-01-051-1/+1
| * | | | coredump: drop unnecessary initializationYu Watanabe2022-01-051-1/+2
* | | | | Merge pull request #22012 from DaanDeMeyer/journal-full-messageYu Watanabe2022-01-061-2/+5
|\ \ \ \ \