summaryrefslogtreecommitdiffstats
path: root/src/debug-generator (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-29sd-id128: export sd_id128_get_app_specific()Zbigniew Jędrzejewski-Szmek4-4/+14
2023-08-29sd-id128: avoid one memcpyZbigniew Jędrzejewski-Szmek1-6/+7
2023-08-29shared/id128-print: fix indentation, reduce variable scopeZbigniew Jędrzejewski-Szmek1-7/+5
2023-08-29id128: add option -P to only show valueZbigniew Jędrzejewski-Szmek3-3/+24
2023-08-29mkfs-util: propagate SOURCE_DATE_EPOCH to mcopyMalte Poll1-1/+1
2023-08-29man: add version infoAbderrahim Kitouni197-1529/+6649
2023-08-29ukify: fail if the config file was not readZbigniew Jędrzejewski-Szmek1-1/+4
2023-08-29ukify: move to /usr/bin and mark as non non-experimentalZbigniew Jędrzejewski-Szmek3-10/+11
2023-08-29man/ukify: fix synopsisZbigniew Jędrzejewski-Szmek1-0/+12
2023-08-29sysext: skip the reload if `--root=` is providedMathieu Tortuyaux1-0/+2
2023-08-29sysext: fix `--root=` supportMathieu Tortuyaux1-2/+2
2023-08-29shared: remove now unused pe-header.hLennart Poettering1-58/+0
2023-08-29shared: port kernel-image.c over to new common PE parserLennart Poettering1-185/+66
2023-08-29shared: port bootspec.c over to new common PE parserLennart Poettering1-79/+23
2023-08-29shared: add common implementation of PE parserLennart Poettering3-0/+381
2023-08-29meson: Fix version scriptJan Janssen1-2/+2
2023-08-29test: fix debugging of nspawn testsFrantisek Sumsal1-1/+3
2023-08-28man: Add xinclude namespaceAbderrahim Kitouni39-39/+59
2023-08-28Revert "Revert "test: add test case for systemd-update-utmp vs daemon-reexec""Mike Yuan1-0/+13
2023-08-28logind-session: generalize EIO handling for {restore,leave}_vtMike Yuan1-30/+17
2023-08-28logind: add missing assertsMike Yuan2-1/+11
2023-08-28logind: use hashmap value destructorsMike Yuan1-31/+13
2023-08-28logind: rephrase log messagesMike Yuan2-6/+6
2023-08-28login: Properly handle -EIO in session_leave_vtmsizanoen1-0/+17
2023-08-28sd-radv: fix memory leakSusant Sahani1-0/+1
2023-08-28meson: restore specifications of dependency on version_hZbigniew Jędrzejewski-Szmek2-3/+5
2023-08-28test-dhcp-client: add temporary workaround for assertion failureLuca Boccassi1-1/+3
2023-08-28boot: don't pass kernel cmdline option to UKIs which have the very same line ...Lennart Poettering1-1/+10
2023-08-2899-systemd.rules.in: tag PTP devices with systemdChris Patterson1-0/+2
2023-08-28sd-dhcp-client: make client initially in stopped stateYu Watanabe2-15/+17
2023-08-28pkg.m4 macro needs bracketsMichael Vasseur1-1/+1
2023-08-28man/gpt-auto-generator: avoid saying "negative" for booleanZbigniew Jędrzejewski-Szmek1-1/+2
2023-08-27man: Fix typo in config file example for ukifyAlvin Alvarado1-1/+1
2023-08-26shared/firewall-util: promote failure to init ipv6 NAT to errorTopi Miettinen1-1/+1
2023-08-26test: testing for networkd NFTSet featureTopi Miettinen5-0/+76
2023-08-26network: firewall integration with NFT setsTopi Miettinen12-0/+656
2023-08-26meson: drop "versiondep" objectZbigniew Jędrzejewski-Szmek2-9/+7
2023-08-26meson: simplify version_tag handlingZbigniew Jędrzejewski-Szmek1-20/+17
2023-08-26Update 60-sensor.hwdb (#28804)Juno Computers1-0/+1
2023-08-26meson: Bring back use of vcs_tagJan Janssen3-23/+28
2023-08-26mount/mount-tool: return correct errnoMike Yuan1-1/+1
2023-08-25network: sd-radv - Introduce pref64 support (RFC8781)Susant Sahani9-0/+424
2023-08-25Limit rlim_max in rlimit_nofile_safe() to nr_openDaan De Meyer1-1/+5
2023-08-25mkfs-util: Set FORK_REOPEN_LOGDaan De Meyer1-1/+1
2023-08-24cryptenroll: change man page example to remove leading 0x and lowercase hexDan Streetman1-2/+2
2023-08-24tpm2: wrap (7) in UINT32_C()Dan Streetman1-1/+1
2023-08-24tpm2: add tpm2_pcr_values_has_(any|all)_values() functionsDan Streetman3-6/+25
2023-08-24tpm2: remove unnecessary void* castDan Streetman1-1/+1
2023-08-24tpm2: make logging level consistent at debug for some functionsDan Streetman1-6/+6
2023-08-24tpm2: use switch() instead of if-elseDan Streetman1-9/+18