summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: add support for RestartKillSignal= to override signal used for restart ...Zbigniew Jędrzejewski-Szmek2019-10-0215-16/+85
* core: add helper function to check job statusZbigniew Jędrzejewski-Szmek2019-10-017-14/+11
* core: remove unused prototypesZbigniew Jędrzejewski-Szmek2019-10-011-2/+0
* core: minor formatting adjustmentZbigniew Jędrzejewski-Szmek2019-10-011-9/+9
* cryptsetup: bump minimum libcryptsetup version to v2.0.1Jay Strict2019-10-013-51/+4
* Merge pull request #13689 from cdown/default_memory_minChris Down2019-10-012-18/+50
|\
| * cgroup: Mark memory protections as explicitly set in transient unitsChris Down2019-09-301-16/+48
| * cgroup: Respect DefaultMemoryMin when setting memory.minChris Down2019-09-301-1/+1
| * cgroup: Check ancestor memory min for unified memory configChris Down2019-09-301-1/+1
* | Merge pull request #13687 from cdown/cgroupv2_docsAnita Zhang2019-09-301-4/+8
|\ \ | |/ |/|
| * cgroup: docs: memory.high doc fixupsChris Down2019-09-301-2/+2
| * cgroup: docs: Mention unbounded protection for memory.{low,min}Chris Down2019-09-301-2/+6
* | Consider smb3 as remote filesystemKenneth D'souza2019-10-011-0/+1
|/
* Handle d_type == DT_UNKNOWN correctlyMichael Olbrich2019-09-305-0/+6
* test: allow use of nested KVMFrantisek Sumsal2019-09-272-5/+19
* Merge pull request #13651 from cdown/find_binary_2Anita Zhang2019-09-271-1/+3
|\
| * util-lib: Don't propagate EACCES from find_binary PATH lookup to callerChris Down2019-09-261-1/+3
* | shared: fix a copy-paste error in ethtool-utilFrantisek Sumsal2019-09-271-1/+1
|/
* dhcp4: make IPServiceType configurableSiddharth Chandrasekara2019-09-2615-13/+79
* network: drop noisy log messageYu Watanabe2019-09-261-2/+0
* Merge pull request #13649 from keszybz/arphrd-minimizationYu Watanabe2019-09-265-38/+21
|\
| * basic/arphrd: stop discriminating against NETROM and CISCOZbigniew Jędrzejewski-Szmek2019-09-252-2/+1
| * basic: massively reduce the size of arphdr lookup functionsZbigniew Jędrzejewski-Szmek2019-09-254-34/+16
| * test-arphdr-list: modernize and provide some useful outputZbigniew Jędrzejewski-Szmek2019-09-251-4/+5
| * test-mountpoint-util: improve output a bitZbigniew Jędrzejewski-Szmek2019-09-241-3/+4
* | Updated log message when the timesync happens for the first time (#13624)cbzxt2019-09-261-3/+3
* | units: make systemd-binfmt.service easier to work with no autofsZbigniew Jędrzejewski-Szmek2019-09-252-0/+4
* | Merge pull request #13648 from evverx/unbreak-semaphoreChris Down2019-09-251-0/+2
|\ \
| * | semaphore: turn on systemd-networkd in lxc-containers on SemaphoreEvgeny Vereshchagin2019-09-251-0/+2
* | | Merge pull request #13636 from traylenator/manpageChris Down2019-09-251-1/+1
|\ \ \
| * | | Corect man page reference in systemd-nologin.conf commentsSteve Traylen2019-09-241-1/+1
| | |/ | |/|
* | | Merge pull request #13641 from pwithnall/machinectl-docs-typoChris Down2019-09-251-1/+1
|\ \ \
| * | | man: Add a missing space in machinectl(1)Philip Withnall2019-09-241-1/+1
* | | | log: Add missing "%" in "%m" log format stringsFilipe Brandenburger2019-09-252-2/+2
| |_|/ |/| |
* | | Merge pull request #13481 from Antique/cgroupv2Chris Down2019-09-2414-5/+269
|\ \ \ | |/ / |/| |
| * | cgroup-util: fix obsolete comment about supported controllersPavel Hrdina2019-09-241-2/+1
| * | cgroup: introduce support for cgroup v2 CPUSET controllerPavel Hrdina2019-09-2414-3/+268
| |/
* | link: Add support to configure NIC ring buffer sizeSusant Sahani2019-09-247-0/+125
|/
* Merge pull request #13600 from keszybz/ratelimitLennart Poettering2019-09-2329-149/+155
|\
| * basic/log: put a ratelimit on our logging to /dev/kmsgZbigniew Jędrzejewski-Szmek2019-09-201-0/+13
| * pid1: disable printk ratelimit in early bootZbigniew Jędrzejewski-Szmek2019-09-203-0/+17
| * tree-wide: say "ratelimit" not "rate_limit"Zbigniew Jędrzejewski-Szmek2019-09-2017-92/+92
| * pid1: rename start_limit to start_ratelimitZbigniew Jędrzejewski-Szmek2019-09-205-17/+17
| * Drop RATELIMIT macrosZbigniew Jędrzejewski-Szmek2019-09-2011-45/+20
| * pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't existZbigniew Jędrzejewski-Szmek2019-09-191-1/+2
* | Merge pull request #11883 from yuwata/network-dhcp-renewYu Watanabe2019-09-2211-6/+118
|\ \
| * | networkctl: add renew commandYu Watanabe2019-09-213-2/+54
| * | network: introduce new bus method Renew() and RenewLink()Yu Watanabe2019-09-216-0/+49
| * | dhcp: introduce sd_dhcp_client_send_renew()Yu Watanabe2019-07-182-0/+12
| * | dhcp: fix minor coding style issueYu Watanabe2019-07-181-4/+3