summaryrefslogtreecommitdiffstats
path: root/man/systemd-pcrlock.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-20po: Translated using Weblate (Finnish)Ricky Tigg1-5/+4
2024-12-20Add .venv to gitignoreSeptatrix1-0/+1
2024-12-20mkosi: move config optionsMatteo Croce3-5/+5
2024-12-20audit-util: rename output parameterYu Watanabe1-2/+2
2024-12-20TEST-71-HOSTNAME: do not start user sessionYu Watanabe1-0/+6
2024-12-20debug-generator: add a kernel cmdline option to pause the boot processAntonio Alvarez Feijoo9-0/+411
2024-12-20man/debug-generator: add a section for kernel command line optionsAntonio Alvarez Feijoo1-36/+63
2024-12-20TEST-17: add test case for ID_PROCESSING flag on add ueventYu Watanabe1-8/+47
2024-12-20core/device: handle ID_PROCESSING udev propertyYu Watanabe2-3/+46
2024-12-20core/device: use path_equal() to compare sysfs pathYu Watanabe1-1/+3
2024-12-20core/device: rename output parameters of device_setup_units() to ret_xyzYu Watanabe1-11/+14
2024-12-20ptyfwd: reset writable/readable flag before shovel() on exitYu Watanabe1-0/+7
2024-12-19machine: make TEST-13-NSPAWN wqlong-running code more verboseIvan Kruglov1-0/+6
2024-12-19nspawn: switch to read_virtual_file() for reading audit loginuidLennart Poettering1-1/+1
2024-12-19nsresource: print nicer error message when trying to acquire an unpriv user n...Lennart Poettering1-0/+2
2024-12-19mount-util: add debug message to make_userns() failureLennart Poettering1-1/+1
2024-12-19mount-util: add debug output when we switched rootLennart Poettering1-0/+2
2024-12-19nspawn: trivial improvementsLennart Poettering1-1/+2
2024-12-19nspawn: rename pin_fully_visible_fs() → pin_fully_visible_api_fs()Lennart Poettering3-8/+9
2024-12-19nspawn: add some additional useful debug loggingLennart Poettering1-0/+4
2024-12-19nspawn: make unexpected mkdir() failures fatalLennart Poettering1-1/+2
2024-12-19nspawn: rename 'fd' variable to something more descriptiveLennart Poettering1-6/+7
2024-12-19nspawn: use DEVNUM_FORMAT_STR/DEVNUM_FORMAT_VAL moreLennart Poettering1-1/+2
2024-12-19man/sysupdate.features: fix typosMatthias Lisin1-2/+2
2024-12-19sysupdate: fix args order of formatted errorMatthias Lisin1-1/+1
2024-12-19man/sysupdate.d: fix wrong PathRelativeTo valueMatthias Lisin1-1/+1
2024-12-19man: fix args order for udevadm info cmdMatthias Lisin4-4/+4
2024-12-19TEST-17: use 'udevadm control --reload' or 'systemctl reload systemd-udevd.se...Yu Watanabe2-4/+4
2024-12-19udev: also reload udev.conf when explicitly requestedYu Watanabe3-8/+33
2024-12-19udev: reload .rules files and builtins only when necessaryYu Watanabe4-10/+54
2024-12-19udev-config: introduce UdevConfigYu Watanabe8-101/+142
2024-12-19udev: move parsers for config file, kerenel command line, and positional argu...Yu Watanabe6-297/+326
2024-12-19ukify: Fix regression in --no-sign-kernel flagThomas Hebb1-2/+2
2024-12-18analyze: drop conditioning of --no-legend and --json= on specific verbsLennart Poettering1-8/+0
2024-12-18analyze: add verb for showing system's CHIDsLennart Poettering9-2/+277
2024-12-18networkd-sysctl: tweak error handling and log level a bitMike Yuan1-13/+10
2024-12-18man: Document generator sandbox environmentDaan De Meyer1-0/+4
2024-12-18networkd-sysctl: rename functions to match our typical prefixesMike Yuan4-15/+15
2024-12-18update-utmp: do not give up if the first attempt at connecting bus failedYu Watanabe1-5/+10
2024-12-18TEST-50-DISSECT: notify message cannot be sent by ncatYu Watanabe1-7/+1
2024-12-18resolved: if one transaction completes, expect other transactions within cand...Morten Hauke Solvang6-30/+88
2024-12-18test-firewall-util: Migrate to new assertion macrosDaan De Meyer1-28/+28
2024-12-18data-fd-util: drop dead codeYu Watanabe1-35/+2
2024-12-18tpm2-util: Also retry unsealing after policy_pcr returns PCR_CHANGEDFabian Vogt1-0/+8
2024-12-18tree-wide: use pidref_is_self() at more placesLennart Poettering3-3/+3
2024-12-18machinectl: explicitly assign PTY forwarder to sd_bus_slotYu Watanabe1-23/+20
2024-12-18ptyfwd: always flush buffer and disconnect before exitYu Watanabe5-50/+36
2024-12-18ptyfwd: always write additional line break on stopYu Watanabe5-35/+14
2024-12-18ptyfwd: save the last character before the escape sequenceYu Watanabe1-2/+13
2024-12-18ptyfwd: do not forward partial escape sequenceYu Watanabe1-11/+22