summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* shutdown: use "int" for log level typeLennart Poettering2019-07-131-6/+7
* killall: bump log message about unkilled processes to LOG_WARNINGLennart Poettering2019-07-131-10/+13
* alloc-util: drop _alloc_ decorator from memdup_suffix0()Lennart Poettering2019-07-131-1/+1
* Merge pull request #13034 from poettering/memdup-suffix0-multiply-fixoLennart Poettering2019-07-122-5/+7
|\
| * test: modernize test-alloc-util.c test a bitLennart Poettering2019-07-121-4/+4
| * alloc-util: drop _alloc_(2, 3) decorator from memdup_suffix0_multiply()Lennart Poettering2019-07-121-1/+3
* | util-lib: fix commentLennart Poettering2019-07-121-3/+2
|/
* Merge pull request #13022 from keszybz/coverity-cleanupsLennart Poettering2019-07-127-49/+55
|\
| * shared/ask-password-api: backspace all chars at onceZbigniew Jędrzejewski-Szmek2019-07-121-23/+23
| * test-process-util: invert reporting to make sure that we're not dividing by 0Zbigniew Jędrzejewski-Szmek2019-07-121-2/+2
| * udevd: add helper with error handling to synthesize "change" eventsZbigniew Jędrzejewski-Szmek2019-07-121-13/+16
| * test: minor modernizationZbigniew Jędrzejewski-Szmek2019-07-122-5/+5
| * test-alloc-util: assert on the return value to appease coverityZbigniew Jędrzejewski-Szmek2019-07-111-1/+1
| * pid1: shorten dump output a bit by not repeating unit id twiceZbigniew Jędrzejewski-Szmek2019-07-111-5/+8
* | Merge pull request #13031 from yuwata/network-route-type-local-12975-2Yu Watanabe2019-07-123-44/+184
|\ \
| * | network: also show route protocol in debugging logsYu Watanabe2019-07-123-7/+27
| * | network: use string table for route protocolYu Watanabe2019-07-121-6/+11
| * | network: use string table to parse route table or scopeYu Watanabe2019-07-121-14/+15
| * | network: show route scope, table, and type in debugging logsYu Watanabe2019-07-123-4/+86
| * | network: update log messageYu Watanabe2019-07-121-9/+9
| * | network: make Route.Type= support local, broadcast, anycast, multicast, nat, ...Yu Watanabe2019-07-122-0/+24
| * | network: use string table to parse route typeYu Watanabe2019-07-122-13/+21
* | | tree-wide: get rid of strappend()Lennart Poettering2019-07-1268-146/+115
|/ /
* | Merge pull request #12971 from yuwata/network-reassign-static-routesYu Watanabe2019-07-125-18/+54
|\ \
| * | network: re-assign static routes when dynamic address is updatedYu Watanabe2019-07-112-0/+4
| * | network: process address reply messageYu Watanabe2019-07-113-9/+33
| * | network: rework route_scope_from_address()Yu Watanabe2019-07-111-2/+2
| * | util: introduce in4_addr_equal()Yu Watanabe2019-07-112-1/+9
| * | network: route_configure() do nothing when it returns 0Yu Watanabe2019-07-111-6/+6
* | | tree-wide: make use of errno_or_else() everywhereLennart Poettering2019-07-1116-58/+60
* | | errno-util: add new errno_or_else() helperLennart Poettering2019-07-111-0/+11
* | | Merge pull request #13025 from poettering/tmpfiles-fixoFrantisek Sumsal2019-07-111-2/+2
|\ \ \
| * | | tmpfiles: use path_join() where it makes senseLennart Poettering2019-07-111-1/+1
| * | | tmpfiles: fix buildLennart Poettering2019-07-111-1/+1
* | | | Merge pull request #13017 from yuwata/network-neighbor-lladdr-13015Lennart Poettering2019-07-119-57/+118
|\ \ \ \ | |/ / / |/| | |
| * | | network: fdb: use ether_addr_from_string()Yu Watanabe2019-07-111-11/+3
| * | | network: fdb: do not allocate separated memory for lladdrYu Watanabe2019-07-112-16/+8
| * | | network: drop invalid [Neighbor] section earlierYu Watanabe2019-07-113-6/+22
| * | | network: rename Neighbor.MACAddress= to Neighbor.LinkLayerAddress=Yu Watanabe2019-07-113-29/+90
| * | | network: NDA_LLADDR attribute can also take struct in_addrYu Watanabe2019-07-114-4/+4
| * | | sd-netlink: make sd_netlink_message_read() returns size of read dataYu Watanabe2019-07-111-1/+1
* | | | Merge pull request #12750 from keszybz/tmpfiles-c-copyLennart Poettering2019-07-111-2/+10
|\ \ \ \
| * | | | tmpfiles: also prefix C source paths with --rootZbigniew Jędrzejewski-Szmek2019-06-051-2/+10
* | | | | udevadm: ensure 'udevadm info -w' show updated resultYu Watanabe2019-07-111-1/+6
* | | | | Merge pull request #12461 from Werkov/fix-job-orderingLennart Poettering2019-07-114-105/+133
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tests: Check trivial loop between two jobsMichal Koutný2019-06-261-1/+11
| * | | | tests: Check job ordering on execution cyclesMichal Koutný2019-06-261-1/+17
| * | | | core: Check transaction against execution cyclesMichal Koutný2019-06-261-17/+30
| * | | | core: Extract job ordering logicMichal Koutný2019-06-262-87/+76
* | | | | Merge pull request #12176 from poettering/clean-dir2Lennart Poettering2019-07-1128-213/+1136
|\ \ \ \ \