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
*
xdg-autostart: Lower most info messages to debug level
Benjamin Berg
2020-10-12
1
-7
/
+7
*
Merge pull request #17302 from keszybz/fix-inhibitors
Lennart Poettering
2020-10-12
2
-1
/
+4
|
\
|
*
logind: fix taking of inhibitors
Zbigniew Jędrzejewski-Szmek
2020-10-10
1
-0
/
+1
|
*
logind: print what action is ignored
Zbigniew Jędrzejewski-Szmek
2020-10-10
1
-1
/
+3
*
|
Merge pull request #17273 from mrc0mmand/coccinelle-check-for-bad-errno
Lennart Poettering
2020-10-12
66
-431
/
+366
|
\
\
|
*
|
tree-wide: drop if braces around single line expressions as well
Frantisek Sumsal
2020-10-09
13
-31
/
+14
|
*
|
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
56
-400
/
+352
*
|
|
Merge pull request #17292 from poettering/idn-dlsym
Zbigniew Jędrzejewski-Szmek
2020-10-10
6
-43
/
+190
|
\
\
\
|
*
|
|
shared: make libidn/libdidn2 dependency a dlopen() one
Lennart Poettering
2020-10-09
6
-43
/
+190
|
|
/
/
*
|
|
resolved: don't append RFC6975 data to stub replies
Lennart Poettering
2020-10-10
4
-6
/
+15
*
|
|
Merge pull request #17211 from poettering/udev-loop-fixes
Lennart Poettering
2020-10-09
2
-2
/
+56
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
udev: make sure to install an inotify watch whenever we find a block device l...
Lennart Poettering
2020-10-09
1
-2
/
+40
|
*
|
udev-util: ignore remove events, we care about initialization after all
Lennart Poettering
2020-10-09
1
-0
/
+16
|
|
/
*
|
Merge pull request #17286 from benzea/benzea/xdg-autostart-improvements
Lennart Poettering
2020-10-09
2
-0
/
+16
|
\
\
|
*
|
xdg-autostart: Ignore more common XDG Desktop Entry fields
Benjamin Berg
2020-10-09
1
-0
/
+3
|
*
|
xdg-autostart: Add support for Path= in XDG Desktop File
Benjamin Berg
2020-10-09
2
-0
/
+13
*
|
|
missing_syscall: fixup syscall numbers for x32 vs. amd64
mirabilos
2020-10-09
1
-11
/
+17
|
|
/
|
/
|
*
|
Merge pull request #17289 from keszybz/two-coverity-fixes
Lennart Poettering
2020-10-09
2
-7
/
+9
|
\
\
|
*
|
networkd: add assert to appease coverity
Zbigniew Jędrzejewski-Szmek
2020-10-09
1
-2
/
+4
|
*
|
systemctl: fix reversed arguments in function call
Zbigniew Jędrzejewski-Szmek
2020-10-09
1
-5
/
+5
|
|
/
*
|
ratelimit: add ratelimit_configured() helper
Lennart Poettering
2020-10-09
2
-1
/
+5
*
|
sd-event: check return value of syscals directly, avoid redundant variable as...
Lennart Poettering
2020-10-09
1
-25
/
+12
|
/
*
missing-syscall: fix copypasta
Lennart Poettering
2020-10-08
1
-1
/
+1
*
basic/missing_syscall: fix syscall numbers for mips*
Michael Biebl
2020-10-08
1
-2
/
+26
*
Merge pull request #17279 from poettering/systemctl-split-up
Lennart Poettering
2020-10-08
75
-8551
/
+9204
|
\
|
*
systemctl: split up humungous systemctl.c file
Lennart Poettering
2020-10-07
71
-8533
/
+9183
|
*
systemctl: move compare_unit_info() to bus-unit-util.[ch]
Lennart Poettering
2020-10-07
3
-19
/
+21
|
*
pretty-print: don't abbreviate needlessly in user-facing string
Lennart Poettering
2020-10-07
1
-1
/
+1
|
*
basic: include stddef.h since we use NULL in header
Lennart Poettering
2020-10-07
1
-0
/
+1
*
|
Merge pull request #17271 from yuwata/network-route-improve-multipath-route-s...
Yu Watanabe
2020-10-08
18
-263
/
+738
|
\
\
|
|
/
|
/
|
|
*
network: introduce IPV4_ADDRESS_FMT_STR macro
Yu Watanabe
2020-10-07
4
-21
/
+22
|
*
network: make Gateway= in [Route] section accept an empty string
Yu Watanabe
2020-10-07
1
-0
/
+8
|
*
network: introduce Gateway=_dhcp4 and _dhcp6, and deprecate "_dhcp"
Yu Watanabe
2020-10-07
1
-5
/
+28
|
*
util: make local_gateways() support RT_VIA and RT_MULTIPATH
Yu Watanabe
2020-10-07
1
-29
/
+86
|
*
network: manage multipath routes separately
Yu Watanabe
2020-10-07
2
-102
/
+205
|
*
sd-netlink: introduce sd_netlink_message_read_data()
Yu Watanabe
2020-10-07
2
-0
/
+25
|
*
sd-netlink: introduce rtattr_read_nexthop()
Yu Watanabe
2020-10-07
3
-12
/
+92
|
*
network: free Route object when route_remove() fails
Yu Watanabe
2020-10-07
1
-2
/
+2
|
*
network: constify arguments
Yu Watanabe
2020-10-07
2
-28
/
+31
|
*
network: support IPv4 route with IPv6 gateway
Yu Watanabe
2020-10-07
4
-29
/
+83
|
*
sd-netlink: fix type of RTA_VIA
Yu Watanabe
2020-10-07
1
-1
/
+1
|
*
network: also manage routes without RTA_OIF attribute
Yu Watanabe
2020-10-07
7
-71
/
+116
|
*
network: ignore Scope= for IPv6 routes as it will not be used
Yu Watanabe
2020-10-07
1
-0
/
+5
|
*
network: set default priority for IPv6 routes
Yu Watanabe
2020-10-07
1
-0
/
+4
|
*
basic: import linux/ipv6_route.h
Yu Watanabe
2020-10-07
2
-0
/
+65
|
*
meson: add missing files
Yu Watanabe
2020-10-07
1
-0
/
+2
*
|
unit: don't emit PropertiesChanged signal if adding a dependency to a unit is...
Renaud Métrich
2020-10-07
1
-1
/
+13
|
/
*
systemctl: drop unsused variable original_stdout_is_tty
Lennart Poettering
2020-10-07
1
-7
/
+0
*
Merge pull request #17231 from poettering/event-source-exit-on-failure
Lennart Poettering
2020-10-07
8
-33
/
+115
|
\
|
*
udev: make use of NULL callback in IO handlers
Lennart Poettering
2020-10-07
1
-5
/
+1
[next]