summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13508 from yuwata/network-route-fix-13506Zbigniew Jędrzejewski-Szmek2019-09-177-249/+163
|\
| * network: also take Route::initcwnd and ::initrwnd into hash funcYu Watanabe2019-09-172-0/+35
| * network: take more route information into hash funcYu Watanabe2019-09-173-68/+6
| * network: make route_get() or friends take Route objectYu Watanabe2019-09-175-181/+120
| * sd-netlink: fix invalid assertionYu Watanabe2019-09-171-1/+3
* | core: add ExecXYZEx= bus hook ups to all exec command propertiesAnita Zhang2019-09-174-2/+16
* | Merge pull request #13559 from ssahani/ipv6ra-routeYu Watanabe2019-09-188-11/+365
|\ \
| * | network: Add support to advertie ipv6 routeSusant Sahani2019-09-178-11/+365
* | | core: coldplug possible nop_jobypf7912019-09-171-2/+4
* | | Merge pull request #13567 from keszybz/logind-two-refactoring-patchesYu Watanabe2019-09-172-53/+34
|\ \ \
| * | | logind: shorten code a bitZbigniew Jędrzejewski-Szmek2019-09-161-26/+7
| * | | logind: use newer ret var naming styleZbigniew Jędrzejewski-Szmek2019-09-162-27/+27
* | | | Merge pull request #13573 from fbuihuu/ask-password-small-fixesFrantisek Sumsal2019-09-171-56/+50
|\ \ \ \ | |_|_|/ |/| | |
| * | | tty-ask-pwd-agent: simplify handling of --wall a bitFranck Bui2019-09-171-55/+49
| * | | tty-ask-pwd-agent: fix message forwarded to wall(1)Franck Bui2019-09-161-1/+1
* | | | path: stop watching path specs once we triggered the target unitMichal Sekletar2019-09-171-4/+2
* | | | Merge pull request #13565 from yuwata/network-drop-ipv6ll-addressZbigniew Jędrzejewski-Szmek2019-09-171-2/+2
|\ \ \ \
| * | | | network: drop IPv6LL address when LinkLocalAddressing=no|ipv4Yu Watanabe2019-09-171-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #13494 from yuwata/dhcp6-delayZbigniew Jędrzejewski-Szmek2019-09-173-2/+22
|\ \ \ \
| * | | | ndisc: make first solicit delayed randomlyYu Watanabe2019-09-161-1/+1
| * | | | dhcp6: read OPTION_INFORMATION_REFRESH_TIME optionYu Watanabe2019-09-162-1/+21
* | | | | core: Fix setting StatusUnitFormat from config filesMaciej Stanczew2019-09-173-1/+2
| |/ / / |/| | |
* | | | network DHCP4: Dont mislead the logs.Susant Sahani2019-09-171-1/+1
* | | | core: restore initialization of u->source_mtimeFranck Bui2019-09-161-1/+8
* | | | Merge pull request #13551 from keszybz/ll-no-default-routeZbigniew Jędrzejewski-Szmek2019-09-166-67/+28
|\ \ \ \
| * | | | 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
| * | | | 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-153-61/+3
* | | | | Merge pull request #13354 from keszybz/two-refactoring-patchesYu Watanabe2019-09-166-100/+54
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | basic/conf-files: make conf_files_list() take just a single directoryZbigniew Jędrzejewski-Szmek2019-09-165-26/+18
| * | | | 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
* | | | | mount-setup: relabel items mentioned directly in relabel-extra.dBenjamin Gilbert2019-09-161-0/+1
* | | | | Call getgroups() to know size of supplementary groups array to allocateRenaud Métrich2019-09-161-6/+8
| |/ / / |/| | |
* | | | Merge pull request #13405 from yuwata/network-ipv6-privacy-extensions-cleanupZbigniew Jędrzejewski-Szmek2019-09-132-28/+14
|\ \ \ \
| * | | | 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-1311-39/+303
|\ \ \ \ \
| * | | | | 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-131-34/+47
|\ \ \ \ \ \
| * | | | | | udev: fix multi matchYu Watanabe2019-09-111-34/+47
* | | | | | | resolved: fix abort when recv() returns 0Zbigniew Jędrzejewski-Szmek2019-09-131-2/+5
* | | | | | | Merge pull request #13538 from keszybz/doc-tweaksYu Watanabe2019-09-132-3/+3
|\ \ \ \ \ \ \
| * | | | | | | polkit: change "revert settings" to "reset settings"Zbigniew Jędrzejewski-Szmek2019-09-122-3/+3
* | | | | | | | Merge pull request #13500 from yuwata/udev-fix-static_nodeZbigniew Jędrzejewski-Szmek2019-09-121-1/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |