summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* xdg-autostart: Lower most info messages to debug levelBenjamin Berg2020-10-121-7/+7
* Merge pull request #17302 from keszybz/fix-inhibitorsLennart Poettering2020-10-122-1/+4
|\
| * logind: fix taking of inhibitorsZbigniew Jędrzejewski-Szmek2020-10-101-0/+1
| * logind: print what action is ignoredZbigniew Jędrzejewski-Szmek2020-10-101-1/+3
* | Merge pull request #17273 from mrc0mmand/coccinelle-check-for-bad-errnoLennart Poettering2020-10-1266-431/+366
|\ \
| * | tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal2020-10-0913-31/+14
| * | tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-0956-400/+352
* | | Merge pull request #17292 from poettering/idn-dlsymZbigniew Jędrzejewski-Szmek2020-10-106-43/+190
|\ \ \
| * | | shared: make libidn/libdidn2 dependency a dlopen() oneLennart Poettering2020-10-096-43/+190
| |/ /
* | | resolved: don't append RFC6975 data to stub repliesLennart Poettering2020-10-104-6/+15
* | | Merge pull request #17211 from poettering/udev-loop-fixesLennart Poettering2020-10-092-2/+56
|\ \ \ | |_|/ |/| |
| * | udev: make sure to install an inotify watch whenever we find a block device l...Lennart Poettering2020-10-091-2/+40
| * | udev-util: ignore remove events, we care about initialization after allLennart Poettering2020-10-091-0/+16
| |/
* | Merge pull request #17286 from benzea/benzea/xdg-autostart-improvementsLennart Poettering2020-10-092-0/+16
|\ \
| * | xdg-autostart: Ignore more common XDG Desktop Entry fieldsBenjamin Berg2020-10-091-0/+3
| * | xdg-autostart: Add support for Path= in XDG Desktop FileBenjamin Berg2020-10-092-0/+13
* | | missing_syscall: fixup syscall numbers for x32 vs. amd64mirabilos2020-10-091-11/+17
| |/ |/|
* | Merge pull request #17289 from keszybz/two-coverity-fixesLennart Poettering2020-10-092-7/+9
|\ \
| * | networkd: add assert to appease coverityZbigniew Jędrzejewski-Szmek2020-10-091-2/+4
| * | systemctl: fix reversed arguments in function callZbigniew Jędrzejewski-Szmek2020-10-091-5/+5
| |/
* | ratelimit: add ratelimit_configured() helperLennart Poettering2020-10-092-1/+5
* | sd-event: check return value of syscals directly, avoid redundant variable as...Lennart Poettering2020-10-091-25/+12
|/
* missing-syscall: fix copypastaLennart Poettering2020-10-081-1/+1
* basic/missing_syscall: fix syscall numbers for mips*Michael Biebl2020-10-081-2/+26
* Merge pull request #17279 from poettering/systemctl-split-upLennart Poettering2020-10-0875-8551/+9204
|\
| * systemctl: split up humungous systemctl.c fileLennart Poettering2020-10-0771-8533/+9183
| * systemctl: move compare_unit_info() to bus-unit-util.[ch]Lennart Poettering2020-10-073-19/+21
| * pretty-print: don't abbreviate needlessly in user-facing stringLennart Poettering2020-10-071-1/+1
| * basic: include stddef.h since we use NULL in headerLennart Poettering2020-10-071-0/+1
* | Merge pull request #17271 from yuwata/network-route-improve-multipath-route-s...Yu Watanabe2020-10-0818-263/+738
|\ \ | |/ |/|
| * network: introduce IPV4_ADDRESS_FMT_STR macroYu Watanabe2020-10-074-21/+22
| * network: make Gateway= in [Route] section accept an empty stringYu Watanabe2020-10-071-0/+8
| * network: introduce Gateway=_dhcp4 and _dhcp6, and deprecate "_dhcp"Yu Watanabe2020-10-071-5/+28
| * util: make local_gateways() support RT_VIA and RT_MULTIPATHYu Watanabe2020-10-071-29/+86
| * network: manage multipath routes separatelyYu Watanabe2020-10-072-102/+205
| * sd-netlink: introduce sd_netlink_message_read_data()Yu Watanabe2020-10-072-0/+25
| * sd-netlink: introduce rtattr_read_nexthop()Yu Watanabe2020-10-073-12/+92
| * network: free Route object when route_remove() failsYu Watanabe2020-10-071-2/+2
| * network: constify argumentsYu Watanabe2020-10-072-28/+31
| * network: support IPv4 route with IPv6 gatewayYu Watanabe2020-10-074-29/+83
| * sd-netlink: fix type of RTA_VIAYu Watanabe2020-10-071-1/+1
| * network: also manage routes without RTA_OIF attributeYu Watanabe2020-10-077-71/+116
| * network: ignore Scope= for IPv6 routes as it will not be usedYu Watanabe2020-10-071-0/+5
| * network: set default priority for IPv6 routesYu Watanabe2020-10-071-0/+4
| * basic: import linux/ipv6_route.hYu Watanabe2020-10-072-0/+65
| * meson: add missing filesYu Watanabe2020-10-071-0/+2
* | unit: don't emit PropertiesChanged signal if adding a dependency to a unit is...Renaud Métrich2020-10-071-1/+13
|/
* systemctl: drop unsused variable original_stdout_is_ttyLennart Poettering2020-10-071-7/+0
* Merge pull request #17231 from poettering/event-source-exit-on-failureLennart Poettering2020-10-078-33/+115
|\
| * udev: make use of NULL callback in IO handlersLennart Poettering2020-10-071-5/+1