summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | nspawn: Include arm_fadvise64_64 in syscall allow_listMichał Górny12 days1-0/+1
* | ukify: Use new .hwids PE section formatanonymix00714 days1-5/+17
* | bootctl: Only create loader/keys/auto if requiredDaan De Meyer2024-11-151-1/+8
|/
* boot: make .hwids PE section more flexible to cover more than DT one dayLennart Poettering2024-11-152-8/+55
* nspawn: --private-users-ownership= value is called 'chown', not 'own'Lennart Poettering2024-11-151-1/+2
* pid1: make clear that $WATCHDOG_USEC is set for the shutdown binary, noone elseLennart Poettering2024-11-151-0/+5
* boot: explain the 4G quirks we apply to initrd memory allocationsLennart Poettering2024-11-151-0/+7
* network/nexthop: fix copy-and-paste errorYu Watanabe2024-11-151-1/+1
* ukify: Support building UKIs with .dtbauto and .hwids sections (#34158)Luca Boccassi2024-11-141-51/+207
|\
| * ukify: Support building UKIs with a .hwids sectionanonymix0072024-11-141-2/+125
| * ukify: Support building UKIs with .dtbauto sectionsanonymix0072024-11-141-49/+82
* | nspawn: several follow-ups for recent changes (#35146)Yu Watanabe2024-11-141-70/+118
|\ \
| * | nspawn: ignore failure in creating /dev/net/tun when --private-network is uns...Yu Watanabe2024-11-141-6/+19
| * | nspawn: split out copy_devnode_one() and bind_mount_devnode() from copy_devno...Yu Watanabe2024-11-141-70/+104
| * | nspawn: silence warning about failure in getting fuse versionYu Watanabe2024-11-141-1/+2
* | | network/ndisc: fix coalescing of ndisc routes when multiple router exists (#3...Yu Watanabe2024-11-146-52/+497
|\ \ \ | |_|/ |/| |
| * | network/ndisc: dynamically configure nexthops when routes with gateway are re...Yu Watanabe2024-11-141-3/+292
| * | network/nexthop: serialize/deserialize nexthopsYu Watanabe2024-11-143-29/+119
| * | network/nexthop: preparation for dynamically configuring nexthopsYu Watanabe2024-11-142-20/+86
* | | 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-1418-115/+240
|\ \ \ | |_|/ |/| |
| * | 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
* | | 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
| |/
* | 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-133-30/+76
|\
| * 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
|\ \ \