summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* json: introduce json_dispatch_strv_environment()Ivan Kruglov2024-11-063-36/+38
* machine: machine_default_shell_path() & machine_default_shell_args() helper f...Ivan Kruglov2024-11-063-17/+34
* machine: introduce machine_start_getty() and machine_start_shell() helpersIvan Kruglov2024-11-063-209/+248
* network: reconfigure interface more gracefully (#35035)Yu Watanabe2024-11-0627-395/+507
|\
| * network: introduce LINK_RECONFIGURE_CLEANLY flagYu Watanabe2024-11-053-3/+4
| * network: keep dynamic configurations as possible as we can on reconfigureYu Watanabe2024-11-0513-42/+275
| * network: merge link_foreignize_config() and link_drop_foreign_config()Yu Watanabe2024-11-0511-221/+115
| * network: several cleanups for link_reconfigure()Yu Watanabe2024-11-055-111/+81
| * network: split out link_enter_unmanaged() from link_reconfigure_impl()Yu Watanabe2024-11-051-29/+43
* | UKI: Introduce `.dtbauto` sections (#34855)Lennart Poettering2024-11-0614-7/+599
|\ \
| * | stub: Handle .dtbauto sectionsanonymix0072024-11-051-5/+27
| * | measure: Introduce .dtbauto supportanonymix0072024-11-051-2/+4
| * | uki: add new .dtbauto PE section typeanonymix0072024-11-053-1/+3
| * | measure: introduce support for a .hwids sectionanonymix0072024-11-053-1/+6
| * | boot: Add .dtbauto section matching in PE section discovery against HWIDs and...anonymix0072024-11-051-1/+119
| * | boot: Add HWID calculation from SMBIOS strings and matching against a built-i...anonymix0072024-11-053-0/+153
| * | boot: Add firmware_devicetree_exists()anonymix0072024-11-052-0/+5
| * | boot: add matching against FW-provided Devicetree blobDiogo Ivo2024-11-052-0/+142
| * | fundamental: Add HWID calculationanonymix0072024-11-053-0/+142
| * | boot: Add xnew0anonymix0072024-11-051-0/+1
* | | namespace-util: make idmapping not supported if syscalls return EPERMAndres Beltran2024-11-061-4/+4
* | | mount-util: introduce path_is_network_fs_harder() and use it in networkd (#35...Zbigniew Jędrzejewski-Szmek2024-11-064-4/+83
|\ \ \
| * | | network: use path_is_network_fs_harder()Yu Watanabe2024-11-051-4/+6
| * | | mount-util: introduce path_is_network_fs_harder()Yu Watanabe2024-11-053-0/+77
* | | | network: handle ENODATA better with DNRRonan Pigott2024-11-052-38/+38
|/ / /
* | | tree-wide: time-out → timeoutZbigniew Jędrzejewski-Szmek2024-11-058-9/+9
* | | Add PrivatePIDs= (continued) (#34940)Luca Boccassi2024-11-0518-32/+520
|\ \ \ | |_|/ |/| |
| * | core: Introduce PrivatePIDs=Daan De Meyer2024-11-0518-25/+513
| * | exec-invoke: Add debug logging for setup_private_users()Daan De Meyer2024-11-041-7/+7
* | | run: handle gracefully if we can't find binary client-side due to permsLennart Poettering2024-11-051-3/+5
| |/ |/|
* | resolved: log error messages for openssl/gnutls context creationZbigniew Jędrzejewski-Szmek2024-11-052-4/+9
* | network: limit the total number of Encrypted DNS options processedRonan Pigott2024-11-051-0/+6
* | sd-daemon: some tweaks (#35011)Luca Boccassi2024-11-053-56/+85
|\ \
| * | sd-daemon: add fd array size safety check to sd_notify_with_fds()Lennart Poettering2024-11-043-0/+15
| * | sd-daemon: count array elements in size_tLennart Poettering2024-11-041-11/+2
| * | sd-daemon: drop some redundant 'else'Lennart Poettering2024-11-041-3/+3
| * | sd-daemon: clean up env var unsettingLennart Poettering2024-11-041-45/+68
* | | test: fix tool name in commentLuca Boccassi2024-11-041-1/+1
* | | network: sevearal random trivial cleanups (#34994)Yu Watanabe2024-11-0414-39/+92
|\ \ \
| * | | network/dhcp4: keep DHCP address and routes on stop even when SendDecline=yesYu Watanabe2024-11-041-5/+5
| * | | network: expose log_route_debug() and log_address_debug()Yu Watanabe2024-11-044-2/+6
| * | | network: add more debugging logsYu Watanabe2024-11-042-8/+21
| * | | network: check if interface is initialized after enumeration completedYu Watanabe2024-11-043-1/+22
| * | | network: check earlier if we are running in test modeYu Watanabe2024-11-041-13/+20
| * | | network: introduce network_config_source_from_string()Yu Watanabe2024-11-042-1/+2
| * | | network/json: add missing entries for route propertiesYu Watanabe2024-11-041-0/+2
| * | | network: remove unexpected netlink socket from service managerYu Watanabe2024-11-041-2/+2
| * | | daemon-util: expose notify_push_fd()Yu Watanabe2024-11-042-1/+2
| * | | network/address: slightly optimize link_address_is_dynamic()Yu Watanabe2024-11-041-1/+5
| * | | network: realign string tableYu Watanabe2024-11-041-5/+5
| | |/ | |/|