| Commit message (Expand) | Author | Files | Lines |
2019-07-14 | Update NEWS | Boucman | 1 | -3/+3 |
2019-07-14 | NEWS: add some notes for v243 | Lennart Poettering | 1 | -13/+190 |
2019-07-14 | man: offline-updates: make dependence on system-update.target explicit | Michael Zhivich | 1 | -1/+1 |
2019-07-14 | locale-util: suppress non-UTF-8 locales when enumerating them | Lennart Poettering | 2 | -0/+25 |
2019-07-14 | locale-util: normalize UTF-8 locale names | Lennart Poettering | 1 | -2/+36 |
2019-07-14 | network: do not change to configuring state needlessly | Yu Watanabe | 1 | -9/+14 |
2019-07-14 | po: Fix typo in German translation | Johannes Schmitz | 1 | -1/+1 |
2019-07-14 | po: update Polish translation | Piotr Drąg | 1 | -9/+17 |
2019-07-13 | udev: make Match.OriginalName=* matches all interfaces | Yu Watanabe | 1 | -2/+2 |
2019-07-13 | firstboot: use color in welcome text | Lennart Poettering | 1 | -4/+15 |
2019-07-13 | firstboot: suppress locale menu if there's nothing to choose from | Lennart Poettering | 1 | -14/+35 |
2019-07-13 | main: use sysctl_writef() where appropriate | Lennart Poettering | 1 | -18/+2 |
2019-07-13 | shutdown: merge variable declaration lines a bit | Lennart Poettering | 1 | -4/+2 |
2019-07-13 | shutdown: bump kmsg log level to LOG_WARNING only | Lennart Poettering | 1 | -8/+10 |
2019-07-13 | shutdown: rework bump_sysctl_printk_log_level() to use sysctl_writef() | Lennart Poettering | 1 | -8/+9 |
2019-07-13 | sysctl: add sysctl_writef() helper | Lennart Poettering | 2 | -0/+16 |
2019-07-13 | shutdown: use "int" for log level type | Lennart Poettering | 1 | -6/+7 |
2019-07-13 | killall: bump log message about unkilled processes to LOG_WARNING | Lennart Poettering | 1 | -10/+13 |
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 | tree-wide: some more [static] related fixes | Lennart Poettering | 10 | -12/+30 |
2019-07-12 | util-lib: [static] array argument sizes are apparently not OK for NULL parame... | Lennart Poettering | 1 | -4/+10 |
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 | 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 | 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 | 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 | 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 |