summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-13firstboot: suppress locale menu if there's nothing to choose fromLennart Poettering1-14/+35
2019-07-13alloc-util: drop _alloc_ decorator from memdup_suffix0()Lennart Poettering1-1/+1
2019-07-13semaphore: avoid running autopkgtest with --apt-upgradeEvgeny Vereshchagin1-13/+3
2019-07-12Merge pull request #13036 from poettering/more-doc-fixesZbigniew Jędrzejewski-Szmek5-21/+48
2019-07-12man: add example for setting multiple properties at onceLennart Poettering1-5/+9
2019-07-12man: CPUShares= is so 2015Lennart Poettering1-1/+1
2019-07-12man: document that WakeSystem= requires privsLennart Poettering1-7/+8
2019-07-12man: document that "systemd-analyze blame/critical-chain" is not useful to tr...Lennart Poettering1-2/+13
2019-07-12man: be more explicit that Type=oneshot services are not "active" after startingLennart Poettering1-5/+11
2019-07-12man: document that the supplementary groups list is initialized from User='s ...Lennart Poettering1-1/+6
2019-07-12Merge pull request #13034 from poettering/memdup-suffix0-multiply-fixoLennart Poettering2-5/+7
2019-07-12util-lib: fix commentLennart Poettering1-3/+2
2019-07-12test: modernize test-alloc-util.c test a bitLennart Poettering1-4/+4
2019-07-12alloc-util: drop _alloc_(2, 3) decorator from memdup_suffix0_multiply()Lennart Poettering1-1/+3
2019-07-12Merge pull request #13022 from keszybz/coverity-cleanupsLennart Poettering7-49/+55
2019-07-12Merge pull request #13031 from yuwata/network-route-type-local-12975-2Yu Watanabe8-52/+242
2019-07-12tree-wide: get rid of strappend()Lennart Poettering68-146/+115
2019-07-12test-network: add tests for route with type local, multicast, anycast, or bro...Yu Watanabe2-0/+33
2019-07-12network: also show route protocol in debugging logsYu Watanabe3-7/+27
2019-07-12network: use string table for route protocolYu Watanabe1-6/+11
2019-07-12network: use string table to parse route table or scopeYu Watanabe2-16/+18
2019-07-12network: show route scope, table, and type in debugging logsYu Watanabe3-4/+86
2019-07-12network: update log messageYu Watanabe1-9/+9
2019-07-12network: make Route.Type= support local, broadcast, anycast, multicast, nat, ...Yu Watanabe3-1/+29
2019-07-12network: use string table to parse route typeYu Watanabe2-13/+21
2019-07-12test-network: test more bridge propertiesYu Watanabe3-5/+17
2019-07-12Merge pull request #12971 from yuwata/network-reassign-static-routesYu Watanabe8-20/+100
2019-07-12Merge pull request #13024 from poettering/errno-or-elseYu Watanabe17-58/+71
2019-07-12shared/ask-password-api: backspace all chars at onceZbigniew Jędrzejewski-Szmek1-23/+23
2019-07-12test-process-util: invert reporting to make sure that we're not dividing by 0Zbigniew Jędrzejewski-Szmek1-2/+2
2019-07-12udevd: add helper with error handling to synthesize "change" eventsZbigniew Jędrzejewski-Szmek1-13/+16
2019-07-12test: minor modernizationZbigniew Jędrzejewski-Szmek2-5/+5
2019-07-11tree-wide: make use of errno_or_else() everywhereLennart Poettering16-58/+60
2019-07-11errno-util: add new errno_or_else() helperLennart Poettering1-0/+11
2019-07-11Merge pull request #13025 from poettering/tmpfiles-fixoFrantisek Sumsal1-2/+2
2019-07-11Merge pull request #13017 from yuwata/network-neighbor-lladdr-13015Lennart Poettering15-63/+156
2019-07-11tmpfiles: use path_join() where it makes senseLennart Poettering1-1/+1
2019-07-11tmpfiles: fix buildLennart Poettering1-1/+1
2019-07-11tests: turn on the "object-size" UBSan check on FuzzitEvgeny Vereshchagin1-2/+2
2019-07-11Merge pull request #12750 from keszybz/tmpfiles-c-copyLennart Poettering2-2/+41
2019-07-11udevadm: ensure 'udevadm info -w' show updated resultYu Watanabe1-1/+6
2019-07-11Merge pull request #12461 from Werkov/fix-job-orderingLennart Poettering7-105/+151
2019-07-11test-network: add test for route reassignmentYu Watanabe3-2/+46
2019-07-11network: re-assign static routes when dynamic address is updatedYu Watanabe2-0/+4
2019-07-11network: process address reply messageYu Watanabe3-9/+33
2019-07-11network: rework route_scope_from_address()Yu Watanabe1-2/+2
2019-07-11util: introduce in4_addr_equal()Yu Watanabe2-1/+9
2019-07-11network: route_configure() do nothing when it returns 0Yu Watanabe1-6/+6
2019-07-11test-network: add testcase that Neighbor.LinkLayerAddress= is IP addressYu Watanabe3-1/+32
2019-07-11test-network: use Neighbor.LinkLayerAddress= instead of deprecated Neighbor.M...Yu Watanabe2-3/+3