Age | Commit message (Expand) | Author | Files | Lines |
2019-07-13 | firstboot: suppress locale menu if there's nothing to choose from | Lennart Poettering | 1 | -14/+35 |
2019-07-13 | alloc-util: drop _alloc_ decorator from memdup_suffix0() | Lennart Poettering | 1 | -1/+1 |
2019-07-13 | semaphore: avoid running autopkgtest with --apt-upgrade | Evgeny Vereshchagin | 1 | -13/+3 |
2019-07-12 | Merge pull request #13036 from poettering/more-doc-fixes | Zbigniew Jędrzejewski-Szmek | 5 | -21/+48 |
2019-07-12 | man: add example for setting multiple properties at once | Lennart Poettering | 1 | -5/+9 |
2019-07-12 | man: CPUShares= is so 2015 | Lennart Poettering | 1 | -1/+1 |
2019-07-12 | man: document that WakeSystem= requires privs | Lennart Poettering | 1 | -7/+8 |
2019-07-12 | man: document that "systemd-analyze blame/critical-chain" is not useful to tr... | Lennart Poettering | 1 | -2/+13 |
2019-07-12 | man: be more explicit that Type=oneshot services are not "active" after starting | Lennart Poettering | 1 | -5/+11 |
2019-07-12 | man: document that the supplementary groups list is initialized from User='s ... | Lennart Poettering | 1 | -1/+6 |
2019-07-12 | Merge pull request #13034 from poettering/memdup-suffix0-multiply-fixo | Lennart Poettering | 2 | -5/+7 |
2019-07-12 | util-lib: fix comment | Lennart Poettering | 1 | -3/+2 |
2019-07-12 | test: modernize test-alloc-util.c test a bit | Lennart Poettering | 1 | -4/+4 |
2019-07-12 | alloc-util: drop _alloc_(2, 3) decorator from memdup_suffix0_multiply() | Lennart Poettering | 1 | -1/+3 |
2019-07-12 | Merge pull request #13022 from keszybz/coverity-cleanups | Lennart Poettering | 7 | -49/+55 |
2019-07-12 | Merge pull request #13031 from yuwata/network-route-type-local-12975-2 | Yu Watanabe | 8 | -52/+242 |
2019-07-12 | tree-wide: get rid of strappend() | Lennart Poettering | 68 | -146/+115 |
2019-07-12 | test-network: add tests for route with type local, multicast, anycast, or bro... | Yu Watanabe | 2 | -0/+33 |
2019-07-12 | network: also show route protocol in debugging logs | Yu Watanabe | 3 | -7/+27 |
2019-07-12 | network: use string table for route protocol | Yu Watanabe | 1 | -6/+11 |
2019-07-12 | network: use string table to parse route table or scope | Yu Watanabe | 2 | -16/+18 |
2019-07-12 | network: show route scope, table, and type in debugging logs | Yu Watanabe | 3 | -4/+86 |
2019-07-12 | network: update log message | Yu Watanabe | 1 | -9/+9 |
2019-07-12 | network: make Route.Type= support local, broadcast, anycast, multicast, nat, ... | Yu Watanabe | 3 | -1/+29 |
2019-07-12 | network: use string table to parse route type | Yu Watanabe | 2 | -13/+21 |
2019-07-12 | test-network: test more bridge properties | Yu Watanabe | 3 | -5/+17 |
2019-07-12 | Merge pull request #12971 from yuwata/network-reassign-static-routes | Yu Watanabe | 8 | -20/+100 |
2019-07-12 | Merge pull request #13024 from poettering/errno-or-else | Yu Watanabe | 17 | -58/+71 |
2019-07-12 | shared/ask-password-api: backspace all chars at once | Zbigniew Jędrzejewski-Szmek | 1 | -23/+23 |
2019-07-12 | test-process-util: invert reporting to make sure that we're not dividing by 0 | Zbigniew Jędrzejewski-Szmek | 1 | -2/+2 |
2019-07-12 | udevd: add helper with error handling to synthesize "change" events | Zbigniew Jędrzejewski-Szmek | 1 | -13/+16 |
2019-07-12 | test: minor modernization | Zbigniew Jędrzejewski-Szmek | 2 | -5/+5 |
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 | Merge pull request #13025 from poettering/tmpfiles-fixo | Frantisek Sumsal | 1 | -2/+2 |
2019-07-11 | Merge pull request #13017 from yuwata/network-neighbor-lladdr-13015 | Lennart Poettering | 15 | -63/+156 |
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 | Merge pull request #12750 from keszybz/tmpfiles-c-copy | Lennart Poettering | 2 | -2/+41 |
2019-07-11 | udevadm: ensure 'udevadm info -w' show updated result | Yu Watanabe | 1 | -1/+6 |
2019-07-11 | Merge pull request #12461 from Werkov/fix-job-ordering | Lennart Poettering | 7 | -105/+151 |
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 |