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
...
*
portablectl: reorder if branches to match previous conditional in the same fu...
Zbigniew Jędrzejewski-Szmek
2022-03-07
1
-3
/
+4
*
tree-wide: fix typo
Yu Watanabe
2022-03-07
1
-1
/
+1
*
man: describe capability checks on the bus
Zbigniew Jędrzejewski-Szmek
2022-03-04
1
-5
/
+3
*
devnode-acl: use _cleanup_ to free acl_t
David Tardon
2022-03-04
1
-48
/
+25
*
sd-stub: do not print warning if filesystem is not supported
Alfonso Sánchez-Beato
2022-03-04
1
-3
/
+19
*
Merge pull request #22644 from keszybz/meson-no-split
Zbigniew Jędrzejewski-Szmek
2022-03-03
24
-1434
/
+1419
|
\
|
*
meson: move files' closing brace to separate line
Zbigniew Jędrzejewski-Szmek
2022-03-03
18
-43
/
+86
|
*
meson: use files() for libudevd_core_sources too
Zbigniew Jędrzejewski-Szmek
2022-03-02
1
-5
/
+5
|
*
meson: do not use split() in file lists
Zbigniew Jędrzejewski-Szmek
2022-03-02
24
-1425
/
+1367
*
|
core: check size before mmap
Tobias Stoeckmann
2022-03-03
6
-3
/
+21
*
|
killall: show PID of processes killed in final killing spree
Lennart Poettering
2022-03-03
1
-5
/
+6
*
|
Merge pull request #22522 from lnussel/fix_logind_restart
Luca Boccassi
2022-03-02
7
-87
/
+153
|
\
\
|
|
/
|
/
|
|
*
systemctl: use action_table for scheduling shutdown
Ludwig Nussel
2022-02-28
1
-18
/
+3
|
*
logind: load scheduled shutdown on restart
Ludwig Nussel
2022-02-28
4
-67
/
+148
|
*
logind: fix handle_action_valid()
Ludwig Nussel
2022-02-28
2
-2
/
+2
*
|
shared: Add more dlopen() tests
Daan De Meyer
2022-03-01
7
-4
/
+18
|
/
*
network: netdev: drop unused creation type NETDEV_CREATE_AFTER_CONFIGURED
Yu Watanabe
2022-02-27
2
-47
/
+12
*
network: l2tp: change create type to independent
Yu Watanabe
2022-02-27
3
-5
/
+4
*
network: l2tp: make Local= optionally take interface name
Yu Watanabe
2022-02-27
3
-46
/
+198
*
network: introduce {manager,link}_address_is_reachable()
Yu Watanabe
2022-02-27
2
-0
/
+152
*
network: merge gateway_is_ready() and link_address_is_reachable()
Yu Watanabe
2022-02-27
1
-21
/
+12
*
network: address: introduce manager_get_address()
Yu Watanabe
2022-02-27
2
-7
/
+24
*
Merge pull request #22626 from yuwata/network-assorted-cleanups
Yu Watanabe
2022-02-26
9
-10
/
+11
|
\
|
*
network: adjust assertions
Yu Watanabe
2022-02-26
2
-2
/
+2
|
*
network: netdev: drop NETDEV_CREATE_MASTER
Yu Watanabe
2022-02-26
5
-5
/
+4
|
*
network: netdev: use netdev_is_stacked() at one more place
Yu Watanabe
2022-02-26
1
-2
/
+1
|
*
network: netdev: make link_get_local_address() refuse non-ready links and add...
Yu Watanabe
2022-02-26
1
-1
/
+4
*
|
network: traffic control: drop detailed log messages
Yu Watanabe
2022-02-26
2
-14
/
+14
*
|
network: traffic control: drop meta from QDisc and TClass
Yu Watanabe
2022-02-26
14
-363
/
+212
|
/
*
network: drop unused flag and counter
Yu Watanabe
2022-02-25
3
-24
/
+2
*
network: split netdev_create() into two
Yu Watanabe
2022-02-25
2
-63
/
+67
*
network: assign corresponding NetDev object to Link
Yu Watanabe
2022-02-25
4
-16
/
+17
*
network/netdev: drop unused argument
Yu Watanabe
2022-02-25
6
-6
/
+6
*
network/netdev: do not assign value on failure
Yu Watanabe
2022-02-25
1
-3
/
+1
*
network: dhcp-server: add two more log messages
Yu Watanabe
2022-02-25
1
-6
/
+18
*
network: bridge mdb: add missing assertion
Yu Watanabe
2022-02-25
1
-0
/
+2
*
network: move more functions
Yu Watanabe
2022-02-25
2
-83
/
+83
*
network: move functions
Yu Watanabe
2022-02-25
10
-393
/
+393
*
network: address: drop unnecessary call of address_get()
Yu Watanabe
2022-02-25
1
-12
/
+6
*
network: drop detailed log messages
Yu Watanabe
2022-02-25
10
-191
/
+224
*
network: make link_down() independent of link_up_or_down()
Yu Watanabe
2022-02-25
2
-18
/
+58
*
Merge pull request #22611 from yuwata/network-activation-policy-stacked-netdevs
Luca Boccassi
2022-02-24
1
-0
/
+5
|
\
|
*
network: create stacked netdevs after the underlying link is activated
Yu Watanabe
2022-02-24
1
-0
/
+5
*
|
network: add NextServer= and Filename= setting to [DHCPServer] section
Yu Watanabe
2022-02-24
4
-0
/
+13
*
|
sd-dhcp-server: add support to send next server and filename option for PXE b...
Yu Watanabe
2022-02-24
4
-0
/
+47
*
|
network: also hash address label and broadcast address
Yu Watanabe
2022-02-23
1
-20
/
+50
*
|
network: use address_set_broadcast() at one more place
Yu Watanabe
2022-02-23
1
-2
/
+1
*
|
network: set broadcast address on request
Yu Watanabe
2022-02-23
4
-32
/
+36
*
|
network: compare addresses more strictly
Yu Watanabe
2022-02-23
5
-62
/
+91
|
/
*
systemctl: Show how long a service ran for after it exited in status output
Daan De Meyer
2022-02-23
1
-0
/
+12
[prev]
[next]