summaryrefslogtreecommitdiffstats
path: root/src/sysext (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-10machine: switch to use PidRef when lookup machine by pid in dbus and varlink ...Ivan Kruglov5-20/+21
2024-10-10machine: use sd_json_dispatch_signal() in varlink codeIvan Kruglov1-4/+1
2024-10-10sd-json: add sd_json_dispatch_signal()Ivan Kruglov4-0/+27
2024-10-10machine: remove redundant else if lookup_machine_by_name_or_pid()Ivan Kruglov1-1/+1
2024-10-10machine: complete description of io.systemd.Machine.{List, Terminate, Kill, U...Ivan Kruglov1-10/+11
2024-10-10sd-event: rename output parameters to retYu Watanabe10-67/+67
2024-10-10machined: use sd_json_dispatch_uint() when parsing CIDLennart Poettering1-15/+15
2024-10-10ukify: fix return value type of resolve_at_path()Yu Watanabe1-1/+1
2024-10-10network/dhcp4: add support for ARPHRD_RAWIP and ARPHRD_NONE network interface...Darsey Litzenberger2-2/+33
2024-10-09repart: fix typoYu Watanabe1-1/+1
2024-10-09core/mount: fix typoYu Watanabe1-1/+1
2024-10-09stub: reindent linesYu Watanabe1-4/+4
2024-10-09mkosi: Fix sections for settingsDaan De Meyer13-19/+27
2024-10-09mkosi: Update to latestDaan De Meyer2-1/+5
2024-10-09mkosi: Remove particle profileDaan De Meyer11-81/+0
2024-10-09efi-loader: Add @ to valid charactersDaan De Meyer1-1/+1
2024-10-09boot: Introduce file_size and use it when we're working with file_offsetDaan De Meyer3-8/+15
2024-10-09boot: Rename pe section size to memory_sizeDaan De Meyer4-27/+27
2024-10-09ukify: Read .profile from path starting with @Daan De Meyer1-0/+2
2024-10-09ukify: Introduce resolve_at_path()Daan De Meyer1-6/+13
2024-10-09ukify: Fix off by one errorDaan De Meyer1-1/+1
2024-10-09network/sysctl-monitor: change variable type to avoid preverifier denialMatteo Croce1-1/+1
2024-10-09namespace: rename drop_unused_mounts() → sort_and_drop_unused_mounts()Lennart Poettering1-3/+3
2024-10-09update TODOLennart Poettering1-3/+0
2024-10-09polkit: introduce common macro for generating polkit allowInteractiveAuth var...Lennart Poettering7-15/+22
2024-10-09stub: Add support for .initrd addon filesTobias Fleig4-13/+95
2024-10-09test/repart: add test case for hash size derived from max data sizeWilliButz1-0/+77
2024-10-09repart: derive hash partition size from SizeMaxBytes= of data siblingWilliButz1-5/+106
2024-10-09ukify: Factor out sbat into constantsJörg Behrmann1-10/+13
2024-10-09ci: Check ukify types and formatting.Jörg Behrmann1-0/+23
2024-10-09ukify: Ensure that find_tool always returns a tool or throws an errorJörg Behrmann1-19/+5
2024-10-09ukify: Move summary option handling out of finalize_optionsJörg Behrmann1-6/+4
2024-10-09ukify: Type-annotate ukifyJörg Behrmann2-79/+138
2024-10-09ukify: Make it lint cleanJörg Behrmann2-11/+21
2024-10-09ukify: Use OSError insteead of IOErrorJörg Behrmann1-1/+1
2024-10-09ukify: Use non-deprecated import for SequenceJörg Behrmann1-1/+1
2024-10-09ukify: Sort importsJörg Behrmann1-4/+4
2024-10-09ukify: Import Path directlyJörg Behrmann1-41/+41
2024-10-09ukify: Format with ruffJörg Behrmann2-330/+393
2024-10-09hwdb: move key 66/65 handling from specific to generic HP laptop coverageLennart Poettering1-4/+2
2024-10-09core: Log in more scenarios about which process initiated an operationDaan De Meyer1-0/+12
2024-10-09core: Bump log level of reexecute request to noticeDaan De Meyer1-4/+4
2024-10-09bus-util: Log more information when connecting to a bus socket failsDaan De Meyer30-38/+49
2024-10-09NEWS: announce the F20/F21/F22/F23 key mangling removal scheduled for v258Lennart Poettering1-0/+12
2024-10-09update TODOLennart Poettering1-0/+6
2024-10-09core: drop implicit support of PrivateTmp=offYu Watanabe5-6/+6
2024-10-08core/dbus: pass transient unit name metadata to polkitRenjaya Raga Zenta1-1/+8
2024-10-08core/dbus: add assertionsYu Watanabe1-0/+12
2024-10-08core/dbus: introduce bus_verify_manage_units_async_impl()Yu Watanabe2-21/+33
2024-10-08core/dbus: move bus_verify_xyz() to dbus-util.cYu Watanabe5-49/+51