summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* network: show known route protocol name nicely in debugging logsYu Watanabe2019-07-143-5/+30
* Update NEWSBoucman2019-07-141-3/+3
* NEWS: add some notes for v243Lennart Poettering2019-07-141-13/+190
* Merge pull request #13042 from poettering/locale-utf8-fixLennart Poettering2019-07-142-2/+61
|\
| * locale-util: suppress non-UTF-8 locales when enumerating themLennart Poettering2019-07-142-0/+25
| * locale-util: normalize UTF-8 locale namesLennart Poettering2019-07-141-2/+36
* | man: offline-updates: make dependence on system-update.target explicitMichael Zhivich2019-07-141-1/+1
|/
* network: do not change to configuring state needlesslyYu Watanabe2019-07-141-9/+14
* po: Fix typo in German translationJohannes Schmitz2019-07-141-1/+1
* 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