index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
import
/
import-tar.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-11
tree-wide: make use of errno_or_else() everywhere
Lennart Poettering
16
-58
/
+60
2019-07-11
errno-util: add new errno_or_else() helper
Lennart Poettering
1
-0
/
+11
2019-07-11
tmpfiles: use path_join() where it makes sense
Lennart Poettering
1
-1
/
+1
2019-07-11
tmpfiles: fix build
Lennart Poettering
1
-1
/
+1
2019-07-11
tests: turn on the "object-size" UBSan check on Fuzzit
Evgeny Vereshchagin
1
-2
/
+2
2019-07-11
udevadm: ensure 'udevadm info -w' show updated result
Yu Watanabe
1
-1
/
+6
2019-07-11
test-network: add test for route reassignment
Yu Watanabe
3
-2
/
+46
2019-07-11
network: re-assign static routes when dynamic address is updated
Yu Watanabe
2
-0
/
+4
2019-07-11
network: process address reply message
Yu Watanabe
3
-9
/
+33
2019-07-11
network: rework route_scope_from_address()
Yu Watanabe
1
-2
/
+2
2019-07-11
util: introduce in4_addr_equal()
Yu Watanabe
2
-1
/
+9
2019-07-11
network: route_configure() do nothing when it returns 0
Yu Watanabe
1
-6
/
+6
2019-07-11
test-network: add testcase that Neighbor.LinkLayerAddress= is IP address
Yu Watanabe
3
-1
/
+32
2019-07-11
test-network: use Neighbor.LinkLayerAddress= instead of deprecated Neighbor.M...
Yu Watanabe
2
-3
/
+3
2019-07-11
network: fdb: use ether_addr_from_string()
Yu Watanabe
1
-11
/
+3
2019-07-11
network: fdb: do not allocate separated memory for lladdr
Yu Watanabe
2
-16
/
+8
2019-07-11
network: drop invalid [Neighbor] section earlier
Yu Watanabe
3
-6
/
+22
2019-07-11
network: rename Neighbor.MACAddress= to Neighbor.LinkLayerAddress=
Yu Watanabe
5
-31
/
+93
2019-07-11
network: NDA_LLADDR attribute can also take struct in_addr
Yu Watanabe
4
-4
/
+4
2019-07-11
sd-netlink: make sd_netlink_message_read() returns size of read data
Yu Watanabe
1
-1
/
+1
2019-07-11
json: always allocate at least sizeof(JsonVariant) bytes
Lennart Poettering
1
-3
/
+6
2019-07-11
update TODO
Lennart Poettering
1
-3
/
+0
2019-07-11
man: document new "systemctl clean…" operation
Lennart Poettering
4
-10
/
+60
2019-07-11
test: add testcase for new CleanUnit logic
Lennart Poettering
3
-0
/
+129
2019-07-11
systemctl: port "systemctl start --wait" logic to new bus-wait-for-units.c API
Lennart Poettering
1
-171
/
+15
2019-07-11
systemctl: add new "clean" operation to systemctl
Lennart Poettering
1
-0
/
+136
2019-07-11
shared: add generic logic for waiting for a unit to enter some state
Lennart Poettering
3
-0
/
+471
2019-07-11
core: expose per-service cleaning properties on the bus, too
Lennart Poettering
1
-0
/
+2
2019-07-11
core: expose new clean operation on the bus
Lennart Poettering
4
-0
/
+116
2019-07-11
core: add type of resource string table
Lennart Poettering
2
-0
/
+19
2019-07-11
core: hook up timer unit type with clean operation
Lennart Poettering
1
-0
/
+38
2019-07-11
core: hook up service unit type with the new clean operation
Lennart Poettering
7
-9
/
+183
2019-07-11
core: add generic "clean" operation to units
Lennart Poettering
5
-1
/
+74
2019-07-11
rm-rf: introduce new flag REMOVE_MISSING_OK
Lennart Poettering
2
-23
/
+37
2019-07-11
sd-bus: when installing a match make sure not to apply it to already queued m...
Lennart Poettering
5
-7
/
+31
2019-07-11
sd-bus: destroy AddMatch() reply slot in failure case too
Lennart Poettering
1
-2
/
+3
2019-07-11
sd-bus: maintain a counter for incoming msgs
Lennart Poettering
4
-0
/
+11
2019-07-11
test-network: drop test_udev_driver as it is unstable
Yu Watanabe
1
-34
/
+0
2019-07-11
test-network: add testcases Tunnel.Remote=any and Local=any
Yu Watanabe
12
-10
/
+95
2019-07-11
network: ip6tnl and vti6 does not support the case both Local= and Remote= ar...
Yu Watanabe
1
-20
/
+12
2019-07-11
test-network: add test for Xfrm netdev
Yu Watanabe
5
-3
/
+48
2019-07-11
test-network: add test for AssignToLoopback= setting
Yu Watanabe
2
-0
/
+17
2019-07-11
network: add AssignToLoopback= setting to [Tunnel] section
Yu Watanabe
5
-10
/
+20
2019-07-11
network: simplify the condition about xfrm
Yu Watanabe
1
-10
/
+3
2019-07-11
network: support gre tunnel or friends with Local=any Remote=any
Yu Watanabe
1
-8
/
+14
2019-07-10
tmpfiles: use log_syntax() for complaining about configuration file errors
Lennart Poettering
1
-2
/
+1
2019-07-10
generator: downgrade Requires= → Wants= of fsck from /usr mount unit
Lennart Poettering
1
-4
/
+12
2019-07-10
core: spaces rock
Lennart Poettering
1
-2
/
+2
2019-07-10
Fixed condition checked twice
1848
1
-3
/
+0
2019-07-10
Added support for xfrm interfaces
1848
18
-2
/
+172
[next]