summaryrefslogtreecommitdiffstats
path: root/mkosi.images (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-16doc: fix typoYu Watanabe1-1/+1
2024-10-16machine: fix typoYu Watanabe1-1/+1
2024-10-16pidref: fix typoYu Watanabe2-2/+2
2024-10-16ukify: fix typoYu Watanabe1-1/+1
2024-10-16Fix maybe-uninitialized warnings with gcc 14.2Luca Boccassi1-2/+2
2024-10-16pid1: add env var to override default mount rate limit intervalxujing2-3/+18
2024-10-16sysext: Deal with nested mounts properlyDaan De Meyer2-11/+138
2024-10-16sysext: Run unmerge in a subprocessDaan De Meyer1-18/+40
2024-10-16mount-util: Make get_submounts() a public functionDaan De Meyer2-10/+11
2024-10-16test: fix TOCTOU in test-jsonYu Watanabe1-4/+4
2024-10-16core: move debug logging from _can_live_mount() functions to callerLennart Poettering3-19/+9
2024-10-16core: one more Mount -> LiveMount renameLuca Boccassi1-1/+1
2024-10-16TEST-55-OOMD: check slice property before stressing sliceYu Watanabe1-2/+3
2024-10-16TEST-55-OOMD: stop test units when unnecessaryYu Watanabe1-2/+12
2024-10-16TEST-55-OOMD: check slice more in detailYu Watanabe1-5/+9
2024-10-16TEST-55-OOMD: split into small testcasesYu Watanabe1-47/+41
2024-10-16TEST-55-OOMD: check global config earlierYu Watanabe1-4/+3
2024-10-16TEST-55-OOMD: set ManagedOOMMemoryPressure= and friends in a drop-in configYu Watanabe3-3/+8
2024-10-16gpt-auto: remove directory check for ESP mountMichael Ferrari1-17/+2
2024-10-15json-util: initialize "remote" flag for PidRef when parsing JSON pidref seria...Lennart Poettering2-35/+61
2024-10-15pidref: add explicit concept of "remote" PidRefLennart Poettering3-13/+99
2024-10-15debug-generator: create prefix dir of generate unit fileLennart Poettering1-1/+1
2024-10-15dropin: use WRITE_STRING_FILE_MKDIR_0755 to create drop-in prefix pathLennart Poettering1-4/+3
2024-10-15shared: modernize drop_in_file() a bitLennart Poettering1-12/+21
2024-10-15fileio: clean up write_string_file() namingLennart Poettering5-21/+22
2024-10-15core: do not fail if ignorable img.v/ vpick dir is missingLuca Boccassi2-2/+8
2024-10-15TEST-64-UDEV-STORAGE: test for absence of obsolete NVMe symlinkBryan Gurney1-0/+1
2024-10-15userdb: return ESRCH if userdb service refuses a user/group name as invalidLennart Poettering1-1/+7
2024-10-15sd-varlink: add new sd_varlink_error_is_invalid_parameter() helperLennart Poettering4-3/+77
2024-10-15network: add AF_TO_ADDRESS_FAMILY() helperLennart Poettering5-11/+17
2024-10-15machine: add MachineImage interfaceYu Watanabe5-2/+16
2024-10-15busctl: show information of passed file descriptorYu Watanabe2-3/+11
2024-10-15sd-json: introduce json_variant_new_fd_info()Yu Watanabe3-0/+152
2024-10-15sd-json: introduce json_variant_new_devnum() and friendsYu Watanabe4-0/+101
2024-10-15fs-util: make readlink_malloc() inlineYu Watanabe2-6/+4
2024-10-15busctl: minor coding style cleanupsYu Watanabe1-35/+42
2024-10-15TEST-74-AUX-UTILS: add tests for 'run0 -D'John A. Leuenhagen2-0/+13
2024-10-15run: fix bug causing run0 to ignore `-D /`.John A. Leuenhagen1-1/+6
2024-10-15network/radv: update commentYu Watanabe1-1/+1
2024-10-15man/network: update example for router upstream interfaceYu Watanabe1-16/+16
2024-10-15network/dhcp6: process hostname and IA_PD on information requesting modeYu Watanabe1-21/+2
2024-10-15sd-dhcp6-lease: adjust information refresh time with lifetime of IA_PDYu Watanabe1-6/+29
2024-10-15sd-dhcp6-client: allow to request IA_PD on information requesting modeYu Watanabe3-5/+13
2024-10-15network/dhcp6: set hostname even if UseAddress=noYu Watanabe1-19/+33
2024-10-15sd-dhcp6-lease: use free_and_replace_full()Yu Watanabe1-4/+2
2024-10-15man: update documents of "_outbound" addressesYu Watanabe2-10/+12
2024-10-15TEST-13-NSPAWN: several cleanupsYu Watanabe1-9/+7
2024-10-15machine: trivial coding style cleanupsYu Watanabe1-8/+4
2024-10-15machine: fix memleak in vl_method_list_images()Yu Watanabe1-2/+4
2024-10-15machine: lookup_machine_by_name_or_pid() may return 1 on error and it is alre...Yu Watanabe3-7/+9