index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: move declaration of cryptsetup token modules
Yu Watanabe
2023-07-31
2
-3
/
+53
*
systemd-battery-check: provide more debug logs
Zbigniew Jędrzejewski-Szmek
2023-07-31
1
-2
/
+11
*
Merge pull request #28474 from yuwata/chase-fix
Daan De Meyer
2023-07-31
3
-22
/
+101
|
\
|
*
chase: propagate error in dir_fd_is_root()
Yu Watanabe
2023-07-29
1
-1
/
+12
|
*
chase: check root path in more detail
Yu Watanabe
2023-07-29
3
-1
/
+43
|
*
chase: carefully handle result of extracting parent directory
Yu Watanabe
2023-07-29
1
-2
/
+18
|
*
chase: add two more assertions
Yu Watanabe
2023-07-29
1
-0
/
+2
|
*
chase: drop CHASE_AT_RESOLVE_IN_ROOT earlier
Yu Watanabe
2023-07-29
1
-2
/
+7
|
*
chase: fix CHASE_STEP with ".."
Yu Watanabe
2023-07-29
1
-2
/
+8
|
*
chase: reuse "done" to open fd of starting point
Yu Watanabe
2023-07-29
1
-14
/
+11
*
|
Merge pull request #28595 from medhefgo/elf2efi-fixes
Luca Boccassi
2023-07-31
1
-1
/
+1
|
\
\
|
*
|
stub: Also reserve sections for EFI stub
Jan Janssen
2023-07-30
1
-1
/
+1
*
|
|
Merge pull request #28269 from yuwata/udev-builtin-net_id-cleanups-part1
Luca Boccassi
2023-07-31
1
-238
/
+260
|
\
\
\
|
*
|
|
udev-builtin-net_id: make parse_hotplug_slot_from_function_id() always set re...
Yu Watanabe
2023-07-29
1
-10
/
+14
|
*
|
|
udev-builtin-net_id: make names_xen() self-contained
Yu Watanabe
2023-07-29
1
-15
/
+11
|
*
|
|
udev-builtin-net_id: use sd_device_get_sysnum() to get index of netdevsim
Yu Watanabe
2023-07-29
1
-4
/
+6
|
*
|
|
udev-builtin-net_id: make names_netdevsim() self-contained
Yu Watanabe
2023-07-29
1
-25
/
+18
|
*
|
|
udev-builtin-net_id: do not assume the current ifname is ethX
Yu Watanabe
2023-07-29
1
-29
/
+36
|
*
|
|
udev-builtin-net_id: make names_platform() self-contained
Yu Watanabe
2023-07-29
1
-16
/
+12
|
*
|
|
udev-builtin-net_id: do not assume the current interface name is ethX
Yu Watanabe
2023-07-29
1
-6
/
+21
|
*
|
|
udev-builtin-net_id: make names_vio() self-contained
Yu Watanabe
2023-07-29
1
-15
/
+11
|
*
|
|
udev-builtin-net_id: make names_ccw() self-contained
Yu Watanabe
2023-07-29
1
-19
/
+10
|
*
|
|
udev-builtin-net_id: make dev_devicetree_onboard() self-contained
Yu Watanabe
2023-07-29
1
-14
/
+14
|
*
|
|
udev-builtin-net_id: make names_mac() self-contained
Yu Watanabe
2023-07-29
1
-63
/
+64
|
*
|
|
udev-builtin-net_id: split out get_ifname_prefix()
Yu Watanabe
2023-07-29
1
-25
/
+47
|
*
|
|
udev-builtin-net_id: swap arguments for streq() and friends
Yu Watanabe
2023-07-29
1
-6
/
+6
|
*
|
|
udev-builtin-net_id: drop unused value from NetNameType
Yu Watanabe
2023-07-29
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #28567 from yuwata/meson-versiondep
Luca Boccassi
2023-07-31
14
-23
/
+10
|
\
\
\
|
*
|
|
meson: unconditionally add version dependency for all executables and libraries
Yu Watanabe
2023-07-29
4
-8
/
+4
|
*
|
|
tree-wide: drop unnecessary inclusion of version.h
Yu Watanabe
2023-07-29
9
-8
/
+3
|
*
|
|
boot: always set SBAT_DISTRO_VERSION
Yu Watanabe
2023-07-29
1
-7
/
+3
|
|
/
/
*
|
|
network/address: also save/update priority of prefix route
Yu Watanabe
2023-07-30
1
-0
/
+4
*
|
|
network/address: introduce address_get_harder() and use it where appropriate
Yu Watanabe
2023-07-30
5
-4
/
+25
*
|
|
network/address: do not add Address object to Link on requesting
Yu Watanabe
2023-07-30
1
-70
/
+98
*
|
|
network/address: make Address object more consistent with assigned address
Yu Watanabe
2023-07-30
1
-79
/
+67
|
|
/
|
/
|
*
|
network: fix typo
Yu Watanabe
2023-07-30
1
-1
/
+1
*
|
resolved: added show-server-state verb and DumpStatistics varlink method
Kiran Vemula
2023-07-30
9
-57
/
+494
*
|
Merge pull request #28591 from yuwata/network-neighbor-next
Yu Watanabe
2023-07-30
4
-82
/
+164
|
\
\
|
*
|
network/neighbor: do not add Neighbor object to Link on requesting
Yu Watanabe
2023-07-30
1
-50
/
+87
|
*
|
network/neighbor: follow the way how kernel distinguish neighbor settings
Yu Watanabe
2023-07-30
4
-33
/
+68
|
*
|
network/neighbor: skip to request neighbors with unmatching link layer addres...
Yu Watanabe
2023-07-30
1
-0
/
+10
*
|
|
Merge pull request #28575 from yuwata/network-address-next-part3
Yu Watanabe
2023-07-30
1
-1
/
+53
|
\
\
\
|
*
|
|
network/address: ignore address settings with unsupported flags
Yu Watanabe
2023-07-30
1
-0
/
+46
|
*
|
|
network/address: drop IPv6 settings when the kernel does not support IPv6
Yu Watanabe
2023-07-30
1
-1
/
+7
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #28572 from yuwata/network-ipv4acd
Yu Watanabe
2023-07-30
9
-100
/
+127
|
\
\
\
|
*
|
|
network/ipv4acd: split out sd_ipv4acd management from Address to Link
Yu Watanabe
2023-07-30
6
-87
/
+101
|
*
|
|
in-addr-util: introduce PTR_TO_IN4_ADDR() and IN4_ADDR_TO_PTR()
Yu Watanabe
2023-07-30
1
-0
/
+10
|
*
|
|
sd-ipv4acd: introduce sd_ipv4acd_is_bound()
Yu Watanabe
2023-07-30
2
-0
/
+7
|
*
|
|
network/ipv4acd: drop unused argument
Yu Watanabe
2023-07-30
1
-2
/
+2
|
*
|
|
network/ipv4acd: use IN4_ADDR_TO_STRING()
Yu Watanabe
2023-07-30
1
-12
/
+8
|
|
/
/
[next]