summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump kernel recommended baseline to v5.4Mike Yuan2024-10-161-1/+1
* machine: fix typoYu Watanabe2024-10-161-1/+1
* pidref: fix typoYu Watanabe2024-10-162-2/+2
* ukify: fix typoYu Watanabe2024-10-161-1/+1
* Merge pull request #34381 from DaanDeMeyer/extension-submountsYu Watanabe2024-10-163-33/+162
|\
| * sysext: Deal with nested mounts properlyDaan De Meyer2024-10-161-11/+117
| * sysext: Run unmerge in a subprocessDaan De Meyer2024-10-161-18/+40
| * mount-util: Make get_submounts() a public functionDaan De Meyer2024-10-162-10/+11
* | Fix maybe-uninitialized warnings with gcc 14.2Luca Boccassi2024-10-161-2/+2
* | pid1: add env var to override default mount rate limit intervalxujing2024-10-161-3/+11
* | Merge pull request #34791 from poettering/live-mount-tweakLuca Boccassi2024-10-163-20/+10
|\ \ | |/ |/|
| * core: move debug logging from _can_live_mount() functions to callerLennart Poettering2024-10-163-19/+9
| * core: one more Mount -> LiveMount renameLuca Boccassi2024-10-161-1/+1
* | test: fix TOCTOU in test-jsonYu Watanabe2024-10-161-4/+4
|/
* gpt-auto: remove directory check for ESP mountMichael Ferrari2024-10-161-17/+2
* Merge pull request #34781 from poettering/write-string-rename-fullYu Watanabe2024-10-157-38/+47
|\
| * debug-generator: create prefix dir of generate unit fileLennart Poettering2024-10-151-1/+1
| * dropin: use WRITE_STRING_FILE_MKDIR_0755 to create drop-in prefix pathLennart Poettering2024-10-151-4/+3
| * shared: modernize drop_in_file() a bitLennart Poettering2024-10-151-12/+21
| * fileio: clean up write_string_file() namingLennart Poettering2024-10-155-21/+22
* | json-util: initialize "remote" flag for PidRef when parsing JSON pidref seria...Lennart Poettering2024-10-152-35/+61
* | pidref: add explicit concept of "remote" PidRefLennart Poettering2024-10-153-13/+99
|/
* core: do not fail if ignorable img.v/ vpick dir is missingLuca Boccassi2024-10-151-0/+4
* Merge pull request #34778 from poettering/userdb-error-tweakLennart Poettering2024-10-155-4/+84
|\
| * userdb: return ESRCH if userdb service refuses a user/group name as invalidLennart Poettering2024-10-151-1/+7
| * sd-varlink: add new sd_varlink_error_is_invalid_parameter() helperLennart Poettering2024-10-154-3/+77
* | Merge pull request #34747 from yuwata/busctl-json-fdLennart Poettering2024-10-157-44/+306
|\ \ | |/ |/|
| * busctl: show information of passed file descriptorYu Watanabe2024-10-151-3/+7
| * sd-json: introduce json_variant_new_fd_info()Yu Watanabe2024-10-153-0/+152
| * sd-json: introduce json_variant_new_devnum() and friendsYu Watanabe2024-10-154-0/+101
| * fs-util: make readlink_malloc() inlineYu Watanabe2024-10-152-6/+4
| * busctl: minor coding style cleanupsYu Watanabe2024-10-151-35/+42
* | network: add AF_TO_ADDRESS_FAMILY() helperLennart Poettering2024-10-155-11/+17
* | machine: add MachineImage interfaceYu Watanabe2024-10-154-2/+11
* | Merge pull request #34771 from ZLima12/run0-root-working-directoryYu Watanabe2024-10-151-1/+6
|\ \
| * | run: fix bug causing run0 to ignore `-D /`.John A. Leuenhagen2024-10-151-1/+6
| |/
* | Merge pull request #34442 from yuwata/network-dhcp6-information-requesting-ia-pdYu Watanabe2024-10-155-56/+80
|\ \ | |/ |/|
| * network/radv: update commentYu Watanabe2024-10-151-1/+1
| * network/dhcp6: process hostname and IA_PD on information requesting modeYu Watanabe2024-10-151-21/+2
| * sd-dhcp6-lease: adjust information refresh time with lifetime of IA_PDYu Watanabe2024-10-151-6/+29
| * sd-dhcp6-client: allow to request IA_PD on information requesting modeYu Watanabe2024-10-153-5/+13
| * network/dhcp6: set hostname even if UseAddress=noYu Watanabe2024-10-151-19/+33
| * sd-dhcp6-lease: use free_and_replace_full()Yu Watanabe2024-10-151-4/+2
* | Merge pull request #34723 from poettering/machined-pidref-moreLennart Poettering2024-10-1513-94/+113
|\ \ | |/ |/|
| * sd-json: drop sd_json_dispatch_pid() again, as we prefer json_dispatch_pidref...Lennart Poettering2024-10-144-45/+0
| * machined: port all varlink APIs over to new PidRef serializationLennart Poettering2024-10-144-43/+61
| * pidref: hookup PID_AUTOMATIC special pid_t value with PidRefLennart Poettering2024-10-146-6/+52
* | machine: trivial coding style cleanupsYu Watanabe2024-10-151-8/+4
* | machine: fix memleak in vl_method_list_images()Yu Watanabe2024-10-151-2/+4
* | machine: lookup_machine_by_name_or_pid() may return 1 on error and it is alre...Yu Watanabe2024-10-152-3/+5