summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* po: update Polish translationPiotr Drąg2019-07-141-9/+17
* Merge pull request #13037 from poettering/shutdown-log-fixesYu Watanabe2019-07-135-54/+59
|\
| * main: use sysctl_writef() where appropriateLennart Poettering2019-07-131-18/+2
| * shutdown: merge variable declaration lines a bitLennart Poettering2019-07-131-4/+2
| * shutdown: bump kmsg log level to LOG_WARNING onlyLennart Poettering2019-07-131-8/+10
| * shutdown: rework bump_sysctl_printk_log_level() to use sysctl_writef()Lennart Poettering2019-07-131-8/+9
| * sysctl: add sysctl_writef() helperLennart Poettering2019-07-132-0/+16
| * 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
* | Merge pull request #13041 from poettering/firstboot-fixesYu Watanabe2019-07-131-18/+50
|\ \
| * | firstboot: use color in welcome textLennart Poettering2019-07-131-4/+15
| * | firstboot: suppress locale menu if there's nothing to choose fromLennart Poettering2019-07-131-14/+35
| |/
* | udev: make Match.OriginalName=* matches all interfacesYu Watanabe2019-07-131-2/+2
* | Merge pull request #13043 from poettering/strip-tab-ansi-no-static-sizeYu Watanabe2019-07-1311-16/+40
|\ \ | |/ |/|
| * tree-wide: some more [static] related fixesLennart Poettering2019-07-1210-12/+30
| * util-lib: [static] array argument sizes are apparently not OK for NULL parame...Lennart Poettering2019-07-121-4/+10
* | alloc-util: drop _alloc_ decorator from memdup_suffix0()Lennart Poettering2019-07-131-1/+1
* | semaphore: avoid running autopkgtest with --apt-upgradeEvgeny Vereshchagin2019-07-131-13/+3
|/
* Merge pull request #13036 from poettering/more-doc-fixesZbigniew Jędrzejewski-Szmek2019-07-125-21/+48
|\
| * man: add example for setting multiple properties at onceLennart Poettering2019-07-121-5/+9
| * man: CPUShares= is so 2015Lennart Poettering2019-07-121-1/+1
| * man: document that WakeSystem= requires privsLennart Poettering2019-07-121-7/+8
| * man: document that "systemd-analyze blame/critical-chain" is not useful to tr...Lennart Poettering2019-07-121-2/+13
| * man: be more explicit that Type=oneshot services are not "active" after startingLennart Poettering2019-07-121-5/+11
| * man: document that the supplementary groups list is initialized from User='s ...Lennart Poettering2019-07-121-1/+6
|/
* 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-128-52/+242
|\ \
| * | test-network: add tests for route with type local, multicast, anycast, or bro...Yu Watanabe2019-07-122-0/+33
| * | 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-122-16/+18
| * | 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-123-1/+29
| * | network: use string table to parse route typeYu Watanabe2019-07-122-13/+21
| * | test-network: test more bridge propertiesYu Watanabe2019-07-123-5/+17
* | | tree-wide: get rid of strappend()Lennart Poettering2019-07-1268-146/+115
|/ /
* | Merge pull request #12971 from yuwata/network-reassign-static-routesYu Watanabe2019-07-128-20/+100
|\ \
| * | test-network: add test for route reassignmentYu Watanabe2019-07-113-2/+46
| * | network: re-assign static routes when dynamic address is updatedYu Watanabe2019-07-112-0/+4