index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
network: process address reply message
Yu Watanabe
2019-07-11
3
-9
/
+33
|
*
|
network: rework route_scope_from_address()
Yu Watanabe
2019-07-11
1
-2
/
+2
|
*
|
util: introduce in4_addr_equal()
Yu Watanabe
2019-07-11
2
-1
/
+9
|
*
|
network: route_configure() do nothing when it returns 0
Yu Watanabe
2019-07-11
1
-6
/
+6
*
|
|
Merge pull request #13024 from poettering/errno-or-else
Yu Watanabe
2019-07-12
17
-58
/
+71
|
\
\
\
|
*
|
|
tree-wide: make use of errno_or_else() everywhere
Lennart Poettering
2019-07-11
16
-58
/
+60
|
*
|
|
errno-util: add new errno_or_else() helper
Lennart Poettering
2019-07-11
1
-0
/
+11
|
/
/
/
*
|
|
Merge pull request #13025 from poettering/tmpfiles-fixo
Frantisek Sumsal
2019-07-11
1
-2
/
+2
|
\
\
\
|
*
|
|
tmpfiles: use path_join() where it makes sense
Lennart Poettering
2019-07-11
1
-1
/
+1
|
*
|
|
tmpfiles: fix build
Lennart Poettering
2019-07-11
1
-1
/
+1
*
|
|
|
Merge pull request #13017 from yuwata/network-neighbor-lladdr-13015
Lennart Poettering
2019-07-11
15
-63
/
+156
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
test-network: add testcase that Neighbor.LinkLayerAddress= is IP address
Yu Watanabe
2019-07-11
3
-1
/
+32
|
*
|
|
test-network: use Neighbor.LinkLayerAddress= instead of deprecated Neighbor.M...
Yu Watanabe
2019-07-11
2
-3
/
+3
|
*
|
|
network: fdb: use ether_addr_from_string()
Yu Watanabe
2019-07-11
1
-11
/
+3
|
*
|
|
network: fdb: do not allocate separated memory for lladdr
Yu Watanabe
2019-07-11
2
-16
/
+8
|
*
|
|
network: drop invalid [Neighbor] section earlier
Yu Watanabe
2019-07-11
3
-6
/
+22
|
*
|
|
network: rename Neighbor.MACAddress= to Neighbor.LinkLayerAddress=
Yu Watanabe
2019-07-11
5
-31
/
+93
|
*
|
|
network: NDA_LLADDR attribute can also take struct in_addr
Yu Watanabe
2019-07-11
4
-4
/
+4
|
*
|
|
sd-netlink: make sd_netlink_message_read() returns size of read data
Yu Watanabe
2019-07-11
1
-1
/
+1
*
|
|
|
tests: turn on the "object-size" UBSan check on Fuzzit
Evgeny Vereshchagin
2019-07-11
1
-2
/
+2
*
|
|
|
Merge pull request #12750 from keszybz/tmpfiles-c-copy
Lennart Poettering
2019-07-11
2
-2
/
+41
|
\
\
\
\
|
*
|
|
|
man: add "quick reference" to tmpfiles.d(5)
Zbigniew Jędrzejewski-Szmek
2019-06-05
1
-0
/
+31
|
*
|
|
|
tmpfiles: also prefix C source paths with --root
Zbigniew Jędrzejewski-Szmek
2019-06-05
1
-2
/
+10
*
|
|
|
|
udevadm: ensure 'udevadm info -w' show updated result
Yu Watanabe
2019-07-11
1
-1
/
+6
*
|
|
|
|
Merge pull request #12461 from Werkov/fix-job-ordering
Lennart Poettering
2019-07-11
7
-105
/
+151
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
tests: Check trivial loop between two jobs
Michal Koutný
2019-06-26
3
-1
/
+20
|
*
|
|
|
tests: Check job ordering on execution cycles
Michal Koutný
2019-06-26
3
-1
/
+26
|
*
|
|
|
core: Check transaction against execution cycles
Michal Koutný
2019-06-26
1
-17
/
+30
|
*
|
|
|
core: Extract job ordering logic
Michal Koutný
2019-06-26
2
-87
/
+76
*
|
|
|
|
Merge pull request #12176 from poettering/clean-dir2
Lennart Poettering
2019-07-11
36
-226
/
+1325
|
\
\
\
\
\
|
*
|
|
|
|
update TODO
Lennart Poettering
2019-07-11
1
-3
/
+0
|
*
|
|
|
|
man: document new "systemctl clean…" operation
Lennart Poettering
2019-07-11
4
-10
/
+60
|
*
|
|
|
|
test: add testcase for new CleanUnit logic
Lennart Poettering
2019-07-11
3
-0
/
+129
|
*
|
|
|
|
systemctl: port "systemctl start --wait" logic to new bus-wait-for-units.c API
Lennart Poettering
2019-07-11
1
-171
/
+15
|
*
|
|
|
|
systemctl: add new "clean" operation to systemctl
Lennart Poettering
2019-07-11
1
-0
/
+136
|
*
|
|
|
|
shared: add generic logic for waiting for a unit to enter some state
Lennart Poettering
2019-07-11
3
-0
/
+471
|
*
|
|
|
|
core: expose per-service cleaning properties on the bus, too
Lennart Poettering
2019-07-11
1
-0
/
+2
|
*
|
|
|
|
core: expose new clean operation on the bus
Lennart Poettering
2019-07-11
4
-0
/
+116
|
*
|
|
|
|
core: add type of resource string table
Lennart Poettering
2019-07-11
2
-0
/
+19
|
*
|
|
|
|
core: hook up timer unit type with clean operation
Lennart Poettering
2019-07-11
1
-0
/
+38
|
*
|
|
|
|
core: hook up service unit type with the new clean operation
Lennart Poettering
2019-07-11
7
-9
/
+183
|
*
|
|
|
|
core: add generic "clean" operation to units
Lennart Poettering
2019-07-11
5
-1
/
+74
|
*
|
|
|
|
rm-rf: introduce new flag REMOVE_MISSING_OK
Lennart Poettering
2019-07-11
2
-23
/
+37
|
*
|
|
|
|
sd-bus: when installing a match make sure not to apply it to already queued m...
Lennart Poettering
2019-07-11
5
-7
/
+31
|
*
|
|
|
|
sd-bus: destroy AddMatch() reply slot in failure case too
Lennart Poettering
2019-07-11
1
-2
/
+3
|
*
|
|
|
|
sd-bus: maintain a counter for incoming msgs
Lennart Poettering
2019-07-11
4
-0
/
+11
|
|
|
_
|
/
/
|
|
/
|
|
|
*
/
|
|
|
json: always allocate at least sizeof(JsonVariant) bytes
Lennart Poettering
2019-07-11
1
-3
/
+6
|
/
/
/
/
*
|
|
|
Merge pull request #13018 from yuwata/network-tunnel-follow-up-13016
Lennart Poettering
2019-07-11
13
-30
/
+107
|
\
\
\
\
|
*
|
|
|
test-network: add testcases Tunnel.Remote=any and Local=any
Yu Watanabe
2019-07-11
12
-10
/
+95
|
*
|
|
|
network: ip6tnl and vti6 does not support the case both Local= and Remote= ar...
Yu Watanabe
2019-07-11
1
-20
/
+12
[prev]
[next]