summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* unit: add ExecReload= in systemd-udevd.serviceYu Watanabe2019-09-181-0/+1
|
* udevadm: use usec_add()Yu Watanabe2019-09-181-5/+4
| | | | Also fixes description of event source.
* udevadm: missing initialization of descriptorYu Watanabe2019-09-181-0/+1
|
* Merge pull request #13300 from mrc0mmand/test-execreloadZbigniew Jędrzejewski-Szmek2019-09-174-1/+112
|\ | | | | test: introduce TEST-37-EXECRELOAD
| * test: drop the missed || exit 1 expressionFrantisek Sumsal2019-08-111-1/+2
| | | | | | | | | | ...as we've already done in the rest of the testsuite, see cc469c3dfc398210f38f819d367e68646c71d8da
| * test: introduce TEST-37-EXECRELOADFrantisek Sumsal2019-08-103-0/+110
| | | | | | | | A simple test case for #13098
* | path: stop watching path specs once we triggered the target unitMichal Sekletar2019-09-171-4/+2
| | | | | | | | | | | | | | We start watching them again once we get a notification that triggered unit entered inactive or failed state. Fixes: #10503
* | Merge pull request #13565 from yuwata/network-drop-ipv6ll-addressZbigniew Jędrzejewski-Szmek2019-09-173-2/+26
|\ \ | | | | | | network: drop IPv6LL address when LinkLocalAddressing=no|ipv4
| * | test-network: add one more test case for LinkLocalAddressing=Yu Watanabe2019-09-172-0/+24
| | |
| * | network: drop IPv6LL address when LinkLocalAddressing=no|ipv4Yu Watanabe2019-09-171-2/+2
| | | | | | | | | | | | | | | | | | C.f. disscussion in #13533. Hopefully fixes #12886.
* | | Merge pull request #13494 from yuwata/dhcp6-delayZbigniew Jędrzejewski-Szmek2019-09-173-2/+22
|\ \ \ | | | | | | | | dhcp6: rfc8415 fixes
| * | | ndisc: make first solicit delayed randomlyYu Watanabe2019-09-161-1/+1
| | | | | | | | | | | | | | | | Closes #13460.
| * | | dhcp6: read OPTION_INFORMATION_REFRESH_TIME optionYu Watanabe2019-09-162-1/+21
| | | | | | | | | | | | | | | | Fixes #13460.
* | | | core: Fix setting StatusUnitFormat from config filesMaciej Stanczew2019-09-173-1/+2
| |/ / |/| |
* | | network DHCP4: Dont mislead the logs.Susant Sahani2019-09-171-1/+1
| | | | | | | | | | | | The debug log making sense to the end user as an error.
* | | Update m4 for selective utmp support.Donald A. Cupp Jr2019-09-161-0/+2
| | | | | | | | | | | | modified: tmpfiles.d/systemd.conf.m4
* | | hwdb: add Medion Akoya E2292 (#13498)matthiasroos2019-09-161-0/+4
| | | | | | | | | Fixes #13480.
* | | po: update Brazilian Portuguese translationRafael Fontenelle2019-09-161-9/+131
| | |
* | | core: restore initialization of u->source_mtimeFranck Bui2019-09-161-1/+8
| | | | | | | | | | | | | | | | | | During the rework of unit file loading, commit e8630e695232bdfc dropped the initialization u->source_mtime. This had the bad side effect that generated units always needed daemon reloading.
* | | Merge pull request #13551 from keszybz/ll-no-default-routeZbigniew Jędrzejewski-Szmek2019-09-167-68/+28
|\ \ \ | | | | | | | | Link local no default route
| * | | network: add more debug messagesYu Watanabe2019-09-152-0/+20
| | | |
| * | | network: set scope and protocol for default routeYu Watanabe2019-09-151-0/+3
| | | |
| * | | network: drop redundant and invalid destination addressYu Watanabe2019-09-151-4/+0
| | | | | | | | | | | | | | | | When dst_prefixlen is not set, the value is not used.
| * | | network: do not use implicit cast to booleanYu Watanabe2019-09-151-2/+2
| | | |
| * | | network: do not create default route for ipv4 link local addressingYu Watanabe2019-09-154-62/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When nspawn container with private network starts, networkd creates the default route for the interface. The route may cause problem on the host side, and it can be created with DefaultRouteOnDevice= now. Hence, this makes networkd not create the route implicitly any more. Closes #13418.
* | | | Merge pull request #13354 from keszybz/two-refactoring-patchesYu Watanabe2019-09-166-100/+54
|\ \ \ \ | | | | | | | | | | Two or more refactoring patches
| * | | | basic/conf-files: make conf_files_list() take just a single directoryZbigniew Jędrzejewski-Szmek2019-09-165-26/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This function had two users (apart from tests), and both only used one argument. And it seems likely that if we need to pass more directories, either the _nulstr() or the _strv() form would be used. Let's simplify the code.
| * | | | core/mount-setup: use conf_files_list_strv() for relabel-extra.d/Zbigniew Jędrzejewski-Szmek2019-09-161-42/+15
| | | | |
| * | | | update-utmp: define main() through macroZbigniew Jędrzejewski-Szmek2019-09-161-33/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update logging a bit: drop logging of the pid, nowadays pid1 and journald do a very good job of logging that. Always log about failure to open audit fd, but at DEBUG_LEVEL if not important.
* | | | | mount-setup: relabel items mentioned directly in relabel-extra.dBenjamin Gilbert2019-09-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | relabel_extra() relabels the descendants of directories listed in relabel-extra.d, but doesn't relabel the files or directories explicitly named there. This makes it impossible to use relabel-extra.d to relabel the root of a filesystem. Fix by relabeling the named items too.
* | | | | Call getgroups() to know size of supplementary groups array to allocateRenaud Métrich2019-09-161-6/+8
| |/ / / |/| | | | | | | | | | | Resolves RHBZ #1743230 - journalctl dumps core when stack limit is reduced to 256 KB
* | | | po: update Polish translationPiotr Drąg2019-09-141-4/+4
| | | |
* | | | Merge pull request #13405 from yuwata/network-ipv6-privacy-extensions-cleanupZbigniew Jędrzejewski-Szmek2019-09-132-28/+14
|\ \ \ \ | | | | | | | | | | Network ipv6 privacy extensions cleanup
| * | | | network: use DEFINE_STRING_TABLE_LOOKUP_WITH_BOOLEAN() macro at one more placeYu Watanabe2019-08-261-26/+13
| | | | |
| * | | | network: drop redundant "else"Yu Watanabe2019-08-261-2/+1
| | | | |
* | | | | Merge pull request #13439 from yuwata/core-support-systemctl-clean-moreZbigniew Jędrzejewski-Szmek2019-09-1312-39/+448
|\ \ \ \ \ | | | | | | | | | | | | core: support systemctl clean more
| * | | | | test: add more tests for "systemctl clean"Yu Watanabe2019-08-311-0/+145
| | | | | |
| * | | | | core/swap: support "systemctl clean" for swap unitsYu Watanabe2019-08-284-4/+87
| | | | | |
| * | | | | core/mount: support "systemctl clean" for mount unitsYu Watanabe2019-08-284-4/+86
| | | | | |
| * | | | | core/socket: support "systemctl clean" for socket unitsYu Watanabe2019-08-284-7/+93
| | | | | |
| * | | | | core: introduce unit_fork_and_watch_rm_rf()Yu Watanabe2019-08-283-24/+37
| | | | | |
* | | | | | Merge pull request #13519 from yuwata/udev-fix-multi-matchZbigniew Jędrzejewski-Szmek2019-09-132-34/+113
|\ \ \ \ \ \ | | | | | | | | | | | | | | udev: fix multi match
| * | | | | | test: add test cases for empty string matchYu Watanabe2019-09-111-0/+66
| | | | | | |
| * | | | | | udev: fix multi matchYu Watanabe2019-09-111-34/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #13518.
* | | | | | | man: move TimeoutCleanSec= entry from .service to .execYu Watanabe2019-09-132-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow-up for 12213aed128456af33ff6131a14b637318227346. Closes #13546.
* | | | | | | zsh: udpate bootctl completionsRonan Pigott2019-09-131-1/+32
| | | | | | |
* | | | | | | resolved: fix abort when recv() returns 0Zbigniew Jędrzejewski-Szmek2019-09-131-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1703598
* | | | | | | Merge pull request #13538 from keszybz/doc-tweaksYu Watanabe2019-09-137-8/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Various minor tweaks that don't deserve seperate pull requests
| * | | | | | | polkit: change "revert settings" to "reset settings"Zbigniew Jędrzejewski-Szmek2019-09-124-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "reset" is more understandable. The verb is "revert", but it might actually be better to have a description which uses different words instead of duplicating the name of the command. https://github.com/systemd/systemd/commit/379158684abd981cc760342aad61b1c813b71eb2#commitcomment-34992552
| * | | | | | | man: remove repeated wordsZbigniew Jędrzejewski-Szmek2019-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/systemd/systemd/commit/b5328434c91b10ad49647e2352e62b1fbdce329d#commitcomment-34989175