summaryrefslogtreecommitdiffstats
path: root/src/shared/machine-id-setup.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-13pstore: do not try to load all known pstore modulesNick Rosbrook1-2/+2
2022-09-13ci: limit scope for the CodeQL scanFrantisek Sumsal1-0/+6
2022-09-13ci: drop LGTM stuff and move remaining bits into a new locationFrantisek Sumsal5-41/+1
2022-09-13ci: run CodeQL on push to main/stable branches as wellFrantisek Sumsal1-0/+4
2022-09-13test: drop the use of `tempfile.mktemp()`Frantisek Sumsal1-2/+2
2022-09-13test: drop forgotten format()Frantisek Sumsal1-1/+1
2022-09-13ci: run CodeQL on every PRFrantisek Sumsal1-13/+4
2022-09-13xdg-autostart-service: Use common boolean parserDavid Edmundson2-9/+11
2022-09-13TODO: various things about partitioningZbigniew Jędrzejewski-Szmek1-0/+10
2022-09-13logind: schedule idle check full interval from now if we couldn't figure out ...Michal Sekletar1-1/+4
2022-09-13boot: fix missing initializationYu Watanabe1-1/+1
2022-09-13creds-util: fix NULL pointer dereferenceYu Watanabe1-2/+3
2022-09-13openssl-util: use assert() if no side effectYu Watanabe1-4/+4
2022-09-13openssl-util: drop meaningless assertionYu Watanabe1-1/+0
2022-09-13dbus-execute: inline variable definitionDavid Tardon1-2/+1
2022-09-13tree-wide: check parameter before dereferencingDavid Tardon5-8/+28
2022-09-13tree-wide: use ASSERT_PTR moreDavid Tardon220-2323/+1071
2022-09-12base-filesystem.c: add trailing zero byte for s390x entryAnsgar Burchardt1-1/+1
2022-09-12hwdb: Fix Acer Aspire One AOD270/Packard Bell Dot keymappingsHans de Goede1-0/+10
2022-09-12update TODOLennart Poettering1-0/+3
2022-09-12update TODOLennart Poettering1-2/+19
2022-09-11test: add testcase for udev-watchYu Watanabe1-0/+43
2022-09-11sd-device: move device_new_from_watch_handle_at() to udev-watch.cYu Watanabe6-147/+28
2022-09-11udev: warn on udev_watch_{begin,end}() failureYu Watanabe1-3/+10
2022-09-11udev: drop unnecessary call of udev_watch_end()Yu Watanabe3-14/+8
2022-09-11udev: use rm_rf() to remove old watch directoryYu Watanabe1-24/+30
2022-09-11udev-watch: remove symlink for saving inotify watch handle only when it is ow...Yu Watanabe1-55/+121
2022-09-11udev: ignore IN_IGNORED inotify event earlierYu Watanabe1-8/+18
2022-09-11udev: not necessary to return 1 from on_inotify()Yu Watanabe1-5/+3
2022-09-11test: make the resolved notifications check a bit more robustFrantisek Sumsal1-5/+64
2022-09-11test: install jq into all imagesFrantisek Sumsal2-1/+1
2022-09-10tpm2-util: avoid trialLennart Poettering1-0/+12
2022-09-10test-29-portable: set timeout for 'portablectl reattach'Yu Watanabe1-5/+7
2022-09-09blockdev-util: split out blockdev_reread_partition_table()Yu Watanabe3-16/+28
2022-09-09udevd: use partition enumerator at one more placeYu Watanabe3-35/+7
2022-09-09blockdevi-util: also check sysname when enumerating partitionsYu Watanabe1-0/+10
2022-09-09sd-device-enumerator: use _cleanup_free_ attribute for safetyYu Watanabe1-3/+7
2022-09-09sd-device-enumerator: always ignore ENOENT from opendir()Yu Watanabe1-10/+28
2022-09-09sd-device-enumerator: check sysname earlierYu Watanabe1-6/+10
2022-09-09update TODOLennart Poettering1-54/+11
2022-09-09man: say early what a unified kernel image/UKI isLennart Poettering1-3/+3
2022-09-09man: be more careful regarding TPM vs. TPM2Lennart Poettering1-1/+1
2022-09-09man: document the new .pcrsig/.pcrpkey sections for unified kernel imagesLennart Poettering2-26/+148
2022-09-09tmpfiles: copy PCR sig/pkey from initrd /.extra/ into /run/Lennart Poettering1-0/+6
2022-09-09stub: pass .pcrsig and .pcrpkey PE sections as cpio into invoked kernelLennart Poettering1-28/+70
2022-09-09stub: add new special PE sections ".pcrsig" and ".pcrpkey" in unified kernelsLennart Poettering4-2/+22
2022-09-09cpio: add helper for packing cpios of literally specified data blobsLennart Poettering2-0/+71
2022-09-09Implement DNS notifications from resolved via varlinkSuraj Krishnan12-0/+205
2022-09-08test-58-repart: add test case for issue #24553Yu Watanabe1-0/+101
2022-09-08repart: make existing partition can be also 'dropped'Yu Watanabe1-31/+59