summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ukify: Support building UKIs with a .hwids sectionanonymix0072024-11-141-2/+125
* ukify: Support building UKIs with .dtbauto sectionsanonymix0072024-11-141-49/+82
* process-util: refuse FORK_DETACH + FORK_DEATHSIG_*Mike Yuan2024-11-141-2/+2
* async: block SIGTERM in asynchronous_rm_rf()Mike Yuan2024-11-141-0/+4
* network/netdev: follow-ups for reloading .netdev files (#34979)Luca Boccassi2024-11-1420-126/+373
|\
| * networkd-test.py: show current status when wait-online failedYu Watanabe2024-11-141-6/+25
| * test-network: add tests for reloading .netdev files for independent netdevsYu Watanabe2024-11-141-5/+108
| * network/tuntap: manage tun/tap fds by managerYu Watanabe2024-11-142-63/+71
| * network/bond: do not update several parameters if already up or has slavesYu Watanabe2024-11-141-8/+21
| * network/netdev: do not try to update if not supportedYu Watanabe2024-11-149-1/+32
| * network/netdev: fix counter handling if request is cancelledYu Watanabe2024-11-141-1/+13
| * network/netdev: always queue request of creating netdev then process it laterYu Watanabe2024-11-141-14/+2
| * network/netdev: enter ready state only when it is created by usYu Watanabe2024-11-141-18/+19
| * network/netdev: do not update MAC address if netdev is already runningYu Watanabe2024-11-148-7/+74
| * network/netdev: set interface name only when creating a new netdevYu Watanabe2024-11-141-3/+8
* | boot/stub: allocate pages for combined initrds below 4GiB only on x86 (#35149)andre4ik32024-11-143-10/+19
* | fetch-distro: use git log --first-parent and update debian commit (#35151)Yu Watanabe2024-11-142-2/+2
|\ \
| * | mkosi: update debian commit referenceLuca Boccassi2024-11-131-1/+1
| * | fetch-distro: use git log --first-parentLuca Boccassi2024-11-131-1/+1
| |/
* | logind-session: be more specific about session_kill() errors, plus minor fixe...Yu Watanabe2024-11-146-11/+13
|\ \
| * | logind-session: be more specific about session_kill() errorsMike Yuan2024-11-133-5/+9
| * | portable: do not use SYNTHETIC_ERRNO for sd_bus_error_set_errno()Mike Yuan2024-11-131-2/+2
| * | sd-bus/bus-common-errors: reorder one pid1 error to group with othersMike Yuan2024-11-132-4/+2
| |/
* | tmpfiles.d/meson.build: two minor tweaks (#35153)Yu Watanabe2024-11-141-29/+27
|\ \
| * | tmpfiles.d/meson: remove the need of specifying empty conditionMike Yuan2024-11-131-22/+22
| * | tmpfiles.d/meson: call subdir_done() early if tmpfiles is disabledMike Yuan2024-11-131-9/+7
| |/
* | network: serialize and deserialize current configuration (#34989)Yu Watanabe2024-11-1420-146/+693
|\ \ | |/ |/|
| * test-network: update KeepConfiguration=dhcp -> dynamicYu Watanabe2024-11-143-7/+7
| * man/network: update documentation for KeepConfiguration=Yu Watanabe2024-11-141-14/+14
| * network: rename KeepConfiguration=dhcp -> dynamicYu Watanabe2024-11-149-41/+79
| * network/ipv4ll: use a foreign IPv4LL address when KeepConfiguration=dhcpYu Watanabe2024-11-141-0/+23
| * network: keep all dynamically acquired configurations when KeepConfiguration=...Yu Watanabe2024-11-141-18/+18
| * network: introduce manager_serialize()/deserialize()Yu Watanabe2024-11-148-68/+554
|/
* namespace-util: pin pid via pidfd during namespace_open()Lennart Poettering2024-11-131-4/+6
* network/ndisc: fix removal of unnecessary routes (#35128)Luca Boccassi2024-11-134-76/+119
|\
| * test-network: several cleanupsYu Watanabe2024-11-121-46/+43
| * network/ndisc: restore the original preference and priority before checking i...Yu Watanabe2024-11-121-0/+9
| * network/ndisc: introduce ndisc_route_prepare() and ndisc_router_route_prepare()Yu Watanabe2024-11-121-16/+46
| * network/ndisc: several cleanups for ndisc_remove_route()Yu Watanabe2024-11-121-10/+4
| * network/ndisc: introduce route_is_bound_to_link() helper function and use it ...Yu Watanabe2024-11-123-4/+17
* | sd-boot/sd-stub: two log message fixes (#35143)Yu Watanabe2024-11-133-5/+8
|\ \
| * | pe: use PE_SECTION_VECTOR_IS_SET() macro where appropriateLennart Poettering2024-11-121-2/+2
| * | pe: remove unnecessary log message about DT/HWIDLennart Poettering2024-11-121-2/+1
| * | efi: don't log if EFI RNG isn't readyLennart Poettering2024-11-122-1/+5
* | | audit-util: return -ENODATA from audit_{session|loginuid}_from_pid() if invok...Yu Watanabe2024-11-139-63/+132
|\ \ \
| * | | process-util: more gracefully handle oom adjust parsing/settingLennart Poettering2024-11-121-2/+10
| * | | audit-util: modernize use_audit() a bitLennart Poettering2024-11-121-27/+26
| * | | audit-util: return -ENODATA from audit_{session|loginuid}_from_pid() if invok...Lennart Poettering2024-11-128-34/+96
* | | | ptyfwd: ellipsize overly long window titlesLennart Poettering2024-11-131-4/+20
* | | | various: check meson feature flag earlyMike Yuan2024-11-1320-132/+149
| |/ / |/| |