summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* meson: move declaration of cryptsetup token modulesYu Watanabe2023-07-313-60/+53
* meson: introduce infra to build executables and shared libraries by using dic...Yu Watanabe2023-07-311-0/+166
* meson: move declarations of arraysYu Watanabe2023-07-311-8/+6
* Merge pull request #28596 from keszybz/doc-updatesLuca Boccassi2023-07-312-61/+78
|\
| * man/systemd.service: advise Type=exec instead of Type=simpleZbigniew Jędrzejewski-Szmek2023-07-311-59/+76
| * NEWS: fix misstatementZbigniew Jędrzejewski-Szmek2023-07-311-2/+2
* | 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-312-3/+11
|\ \ \
| * | | stub: Also reserve sections for EFI stubJan Janssen2023-07-301-1/+1
| * | | elf2efi: Fix header size calculationJan Janssen2023-07-301-2/+10
* | | | 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-3116-284/+156
|\ \ \ \
| * | | | meson: unconditionally add version dependency for all executables and librariesYu Watanabe2023-07-295-222/+114
| * | | | tree-wide: drop unnecessary inclusion of version.hYu Watanabe2023-07-299-8/+3
| * | | | boot: always set SBAT_DISTRO_VERSIONYu Watanabe2023-07-291-7/+3
| * | | | meson: drop short script to generate vcs tagYu Watanabe2023-07-292-47/+36
| |/ / /
* | | | Merge pull request #28573 from yuwata/network-address-next-part2Yu Watanabe2023-07-309-433/+513
|\ \ \ \ | |_|/ / |/| | |
| * | | test-network: add testcase for overriding Address.RouteMetric=Yu Watanabe2023-07-304-282/+321
| * | | 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-3011-57/+542
* | | Merge pull request #28591 from yuwata/network-neighbor-nextYu Watanabe2023-07-309-95/+227
|\ \ \
| * | | test-network: add tests for several invalid neighbor settings, and overriding...Yu Watanabe2023-07-305-13/+63
| * | | 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