summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* tmpfiles: introduce an explicit line flag $ for enabling purge logic for a lineLennart Poettering2024-09-151-1/+15
* Merge pull request #34409 from DaanDeMeyer/boot-fixDaan De Meyer2024-09-152-18/+45
|\
| * boot: Make initrd_prepare() semantically equivalent to combine_initrds()Daan De Meyer2024-09-151-16/+44
| * boot: Use TAKE_STRUCT() in one more placeDaan De Meyer2024-09-151-2/+1
* | Merge pull request #34347 from poettering/uki-with-many-bootctlLennart Poettering2024-09-156-126/+355
|\ \
| * | bootspec: automatically filter non-native UKIs and add-ons when enumeratingLennart Poettering2024-09-121-1/+7
| * | bootspec: process multi-profile UKIsLennart Poettering2024-09-122-96/+248
| * | pe-binary: add pe_is_native() for checking if PE is nativeLennart Poettering2024-09-123-0/+35
| * | pe-binary: split pe_header_find_section() in twoLennart Poettering2024-09-122-5/+15
| * | pe-binary: split pe_read_section_data() into twoLennart Poettering2024-09-124-27/+38
| * | pe-binary: add helper pe_is_addon() for detecting whether we are looking at P...Lennart Poettering2024-09-122-0/+15
* | | load-fragment: terminate the specifier table (#34421)Ronan Pigott2024-09-151-0/+1
* | | Merge pull request #34419 from yuwata/credsYu Watanabe2024-09-151-7/+6
|\ \ \ | |_|/ |/| |
| * | creds: move -h/--help and --version to correct section in the help messageYu Watanabe2024-09-141-1/+1
| * | creds: add short comment that has-tpm2 is movedYu Watanabe2024-09-141-1/+1
| * | creds: align tableYu Watanabe2024-09-141-4/+4
| * | creds: drop unnecessary include of build-path.hYu Watanabe2024-09-141-1/+0
* | | Merge pull request #34405 from poettering/dns-domain-validate-fixYu Watanabe2024-09-142-20/+30
|\ \ \ | |/ / |/| |
| * | dns-domain: add test case from #34399Lennart Poettering2024-09-131-0/+3
| * | dns-domain: validate dns domain name max size based on unescaped, not escaped...Lennart Poettering2024-09-131-10/+17
| * | dns-domain: follow our current variable naming styleLennart Poettering2024-09-131-16/+16
* | | Merge pull request #34401 from poettering/implicit-sigprocmaskMike Yuan2024-09-1425-104/+77
|\ \ \ | |/ / |/| |
| * | tree-wide: make sigprocmask() changes more automaticLennart Poettering2024-09-1325-104/+77
* | | core: do not fail if ignorable img.v/ vpick dir is emptyLuca Boccassi2024-09-131-6/+14
|/ /
* | networkd: move sysctl code to use PID_FMTLennart Poettering2024-09-131-4/+5
* | basic: split ifname related calls from format-util.h into format-ifname.hLennart Poettering2024-09-1317-65/+77
* | minor fixups for #32212Matteo Croce2024-09-133-5/+8
* | Merge pull request #32212 from teknoraver/networkd-sysctlLennart Poettering2024-09-1217-39/+556
|\ \
| * | emit a warning in networkd if managed sysctls are changedMatteo Croce2024-09-1112-1/+457
| * | store the sysctls set by networkdMatteo Croce2024-09-115-22/+45
| * | extend sysctl functions to shadow valuesMatteo Croce2024-09-116-38/+76
* | | seccomp-util: add recently added new syscalls to various seccomp groups, as a...Lennart Poettering2024-09-121-0/+3
* | | syscalls: run "ninja update-syscalls-*"Lennart Poettering2024-09-1220-43/+3
* | | analyze: move "has-tpm2" from systemd-creds to systemd-analyzeLennart Poettering2024-09-127-30/+55
| |/ |/|
* | network/wireguard: refuse default key if all zeroMike Yuan2024-09-121-1/+1
|/
* resolvectl: rework StatusMode handling into a switch/case statementLennart Poettering2024-09-111-22/+31
* resolvectl: rename shallow destructors …_done()Lennart Poettering2024-09-111-4/+8
* Merge pull request #34373 from poettering/resolved-dnssd-move-outDaan De Meyer2024-09-115-227/+229
|\
| * resolved: move dnssd parsers to resolved-dnssd.cLennart Poettering2024-09-114-225/+227
| * resolved: move resolved_dnssd_gperf_lookup() prototype definition to resolved...Lennart Poettering2024-09-113-2/+2
* | resolved: simplify dns_scope_get_n_dns_servers(), don't count each timeLennart Poettering2024-09-111-10/+2
* | resolved: use dns_scope_ifindex() at more placesLennart Poettering2024-09-112-3/+13
* | resolved: simplify initialization of DnsScopeLennart Poettering2024-09-111-4/+3
* | pcrlock: remove empty components from our listLennart Poettering2024-09-111-14/+30
* | resolved: use unlinkat() where appropriateLennart Poettering2024-09-111-8/+2
* | Merge pull request #34377 from DaanDeMeyer/symlinksDaan De Meyer2024-09-111-20/+109
|\ \
| * | repart: Add MakeSymlinks=Daan De Meyer2024-09-111-5/+95
| * | repart: Add missing parameter commentDaan De Meyer2024-09-111-1/+1
| * | repart: Fix memory corruptionDaan De Meyer2024-09-111-2/+3
| * | repart: Reuse partition_needs_populate() moreDaan De Meyer2024-09-111-14/+12