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
*
shutdown: use "int" for log level type
Lennart Poettering
2019-07-13
1
-6
/
+7
*
killall: bump log message about unkilled processes to LOG_WARNING
Lennart Poettering
2019-07-13
1
-10
/
+13
*
alloc-util: drop _alloc_ decorator from memdup_suffix0()
Lennart Poettering
2019-07-13
1
-1
/
+1
*
Merge pull request #13034 from poettering/memdup-suffix0-multiply-fixo
Lennart Poettering
2019-07-12
2
-5
/
+7
|
\
|
*
test: modernize test-alloc-util.c test a bit
Lennart Poettering
2019-07-12
1
-4
/
+4
|
*
alloc-util: drop _alloc_(2, 3) decorator from memdup_suffix0_multiply()
Lennart Poettering
2019-07-12
1
-1
/
+3
*
|
util-lib: fix comment
Lennart Poettering
2019-07-12
1
-3
/
+2
|
/
*
Merge pull request #13022 from keszybz/coverity-cleanups
Lennart Poettering
2019-07-12
7
-49
/
+55
|
\
|
*
shared/ask-password-api: backspace all chars at once
Zbigniew Jędrzejewski-Szmek
2019-07-12
1
-23
/
+23
|
*
test-process-util: invert reporting to make sure that we're not dividing by 0
Zbigniew Jędrzejewski-Szmek
2019-07-12
1
-2
/
+2
|
*
udevd: add helper with error handling to synthesize "change" events
Zbigniew Jędrzejewski-Szmek
2019-07-12
1
-13
/
+16
|
*
test: minor modernization
Zbigniew Jędrzejewski-Szmek
2019-07-12
2
-5
/
+5
|
*
test-alloc-util: assert on the return value to appease coverity
Zbigniew Jędrzejewski-Szmek
2019-07-11
1
-1
/
+1
|
*
pid1: shorten dump output a bit by not repeating unit id twice
Zbigniew Jędrzejewski-Szmek
2019-07-11
1
-5
/
+8
*
|
Merge pull request #13031 from yuwata/network-route-type-local-12975-2
Yu Watanabe
2019-07-12
3
-44
/
+184
|
\
\
|
*
|
network: also show route protocol in debugging logs
Yu Watanabe
2019-07-12
3
-7
/
+27
|
*
|
network: use string table for route protocol
Yu Watanabe
2019-07-12
1
-6
/
+11
|
*
|
network: use string table to parse route table or scope
Yu Watanabe
2019-07-12
1
-14
/
+15
|
*
|
network: show route scope, table, and type in debugging logs
Yu Watanabe
2019-07-12
3
-4
/
+86
|
*
|
network: update log message
Yu Watanabe
2019-07-12
1
-9
/
+9
|
*
|
network: make Route.Type= support local, broadcast, anycast, multicast, nat, ...
Yu Watanabe
2019-07-12
2
-0
/
+24
|
*
|
network: use string table to parse route type
Yu Watanabe
2019-07-12
2
-13
/
+21
*
|
|
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
68
-146
/
+115
|
/
/
*
|
Merge pull request #12971 from yuwata/network-reassign-static-routes
Yu Watanabe
2019-07-12
5
-18
/
+54
|
\
\
|
*
|
network: re-assign static routes when dynamic address is updated
Yu Watanabe
2019-07-11
2
-0
/
+4
|
*
|
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
*
|
|
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
9
-57
/
+118
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
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
3
-29
/
+90
|
*
|
|
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
*
|
|
|
Merge pull request #12750 from keszybz/tmpfiles-c-copy
Lennart Poettering
2019-07-11
1
-2
/
+10
|
\
\
\
\
|
*
|
|
|
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
4
-105
/
+133
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
tests: Check trivial loop between two jobs
Michal Koutný
2019-06-26
1
-1
/
+11
|
*
|
|
|
tests: Check job ordering on execution cycles
Michal Koutný
2019-06-26
1
-1
/
+17
|
*
|
|
|
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
28
-213
/
+1136
|
\
\
\
\
\
[next]