summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* meson: move declaration of cryptsetup token modulesYu Watanabe2023-07-312-3/+53
* systemd-battery-check: provide more debug logsZbigniew Jędrzejewski-Szmek2023-07-311-2/+11
* Merge pull request #28474 from yuwata/chase-fixDaan De Meyer2023-07-313-22/+101
|\
| * chase: propagate error in dir_fd_is_root()Yu Watanabe2023-07-291-1/+12
| * chase: check root path in more detailYu Watanabe2023-07-293-1/+43
| * chase: carefully handle result of extracting parent directoryYu Watanabe2023-07-291-2/+18
| * chase: add two more assertionsYu Watanabe2023-07-291-0/+2
| * chase: drop CHASE_AT_RESOLVE_IN_ROOT earlierYu Watanabe2023-07-291-2/+7
| * chase: fix CHASE_STEP with ".."Yu Watanabe2023-07-291-2/+8
| * chase: reuse "done" to open fd of starting pointYu Watanabe2023-07-291-14/+11
* | Merge pull request #28595 from medhefgo/elf2efi-fixesLuca Boccassi2023-07-311-1/+1
|\ \
| * | stub: Also reserve sections for EFI stubJan Janssen2023-07-301-1/+1
* | | Merge pull request #28269 from yuwata/udev-builtin-net_id-cleanups-part1Luca Boccassi2023-07-311-238/+260
|\ \ \
| * | | udev-builtin-net_id: make parse_hotplug_slot_from_function_id() always set re...Yu Watanabe2023-07-291-10/+14
| * | | udev-builtin-net_id: make names_xen() self-containedYu Watanabe2023-07-291-15/+11
| * | | udev-builtin-net_id: use sd_device_get_sysnum() to get index of netdevsimYu Watanabe2023-07-291-4/+6
| * | | udev-builtin-net_id: make names_netdevsim() self-containedYu Watanabe2023-07-291-25/+18
| * | | udev-builtin-net_id: do not assume the current ifname is ethXYu Watanabe2023-07-291-29/+36
| * | | udev-builtin-net_id: make names_platform() self-containedYu Watanabe2023-07-291-16/+12
| * | | udev-builtin-net_id: do not assume the current interface name is ethXYu Watanabe2023-07-291-6/+21
| * | | udev-builtin-net_id: make names_vio() self-containedYu Watanabe2023-07-291-15/+11
| * | | udev-builtin-net_id: make names_ccw() self-containedYu Watanabe2023-07-291-19/+10
| * | | udev-builtin-net_id: make dev_devicetree_onboard() self-containedYu Watanabe2023-07-291-14/+14
| * | | udev-builtin-net_id: make names_mac() self-containedYu Watanabe2023-07-291-63/+64
| * | | udev-builtin-net_id: split out get_ifname_prefix()Yu Watanabe2023-07-291-25/+47
| * | | udev-builtin-net_id: swap arguments for streq() and friendsYu Watanabe2023-07-291-6/+6
| * | | udev-builtin-net_id: drop unused value from NetNameTypeYu Watanabe2023-07-291-1/+0
| | |/ | |/|
* | | Merge pull request #28567 from yuwata/meson-versiondepLuca Boccassi2023-07-3114-23/+10
|\ \ \
| * | | meson: unconditionally add version dependency for all executables and librariesYu Watanabe2023-07-294-8/+4
| * | | tree-wide: drop unnecessary inclusion of version.hYu Watanabe2023-07-299-8/+3
| * | | boot: always set SBAT_DISTRO_VERSIONYu Watanabe2023-07-291-7/+3
| |/ /
* | | network/address: also save/update priority of prefix routeYu Watanabe2023-07-301-0/+4
* | | network/address: introduce address_get_harder() and use it where appropriateYu Watanabe2023-07-305-4/+25
* | | network/address: do not add Address object to Link on requestingYu Watanabe2023-07-301-70/+98
* | | network/address: make Address object more consistent with assigned addressYu Watanabe2023-07-301-79/+67
| |/ |/|
* | network: fix typoYu Watanabe2023-07-301-1/+1
* | resolved: added show-server-state verb and DumpStatistics varlink methodKiran Vemula2023-07-309-57/+494
* | Merge pull request #28591 from yuwata/network-neighbor-nextYu Watanabe2023-07-304-82/+164
|\ \
| * | network/neighbor: do not add Neighbor object to Link on requestingYu Watanabe2023-07-301-50/+87
| * | network/neighbor: follow the way how kernel distinguish neighbor settingsYu Watanabe2023-07-304-33/+68
| * | network/neighbor: skip to request neighbors with unmatching link layer addres...Yu Watanabe2023-07-301-0/+10
* | | Merge pull request #28575 from yuwata/network-address-next-part3Yu Watanabe2023-07-301-1/+53
|\ \ \
| * | | network/address: ignore address settings with unsupported flagsYu Watanabe2023-07-301-0/+46
| * | | network/address: drop IPv6 settings when the kernel does not support IPv6Yu Watanabe2023-07-301-1/+7
| | |/ | |/|
* | | Merge pull request #28572 from yuwata/network-ipv4acdYu Watanabe2023-07-309-100/+127
|\ \ \
| * | | network/ipv4acd: split out sd_ipv4acd management from Address to LinkYu Watanabe2023-07-306-87/+101
| * | | in-addr-util: introduce PTR_TO_IN4_ADDR() and IN4_ADDR_TO_PTR()Yu Watanabe2023-07-301-0/+10
| * | | sd-ipv4acd: introduce sd_ipv4acd_is_bound()Yu Watanabe2023-07-302-0/+7
| * | | network/ipv4acd: drop unused argumentYu Watanabe2023-07-301-2/+2
| * | | network/ipv4acd: use IN4_ADDR_TO_STRING()Yu Watanabe2023-07-301-12/+8
| |/ /