summaryrefslogtreecommitdiffstats
path: root/src/shared/initreq.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-24systemd-sleep: always prefer resume device or fileZach Smith3-119/+236
2019-09-25Updated log message when the timesync happens for the first time (#13624)cbzxt1-3/+3
2019-09-25units: make systemd-binfmt.service easier to work with no autofsZbigniew Jędrzejewski-Szmek2-0/+4
2019-09-25basic/arphrd: stop discriminating against NETROM and CISCOZbigniew Jędrzejewski-Szmek2-2/+1
2019-09-25basic: massively reduce the size of arphdr lookup functionsZbigniew Jędrzejewski-Szmek4-34/+16
2019-09-25test-arphdr-list: modernize and provide some useful outputZbigniew Jędrzejewski-Szmek1-4/+5
2019-09-25log: Add missing "%" in "%m" log format stringsFilipe Brandenburger2-2/+2
2019-09-25semaphore: turn on systemd-networkd in lxc-containers on SemaphoreEvgeny Vereshchagin1-0/+2
2019-09-24man: Add a missing space in machinectl(1)Philip Withnall1-1/+1
2019-09-24link: Add support to configure NIC ring buffer sizeSusant Sahani7-0/+125
2019-09-24test-mountpoint-util: improve output a bitZbigniew Jędrzejewski-Szmek1-3/+4
2019-09-24cgroup-util: fix obsolete comment about supported controllersPavel Hrdina1-2/+1
2019-09-24cgroup: introduce support for cgroup v2 CPUSET controllerPavel Hrdina14-3/+268
2019-09-24Corect man page reference in systemd-nologin.conf commentsSteve Traylen1-1/+1
2019-09-22man: fix typoMichael Biebl1-1/+1
2019-09-22tree-wide: various code-formatting improvementsFrantisek Sumsal7-14/+9
2019-09-21networkctl: add renew commandYu Watanabe3-2/+54
2019-09-21network: introduce new bus method Renew() and RenewLink()Yu Watanabe6-0/+49
2019-09-21network: add one more section validty checkYu Watanabe1-0/+4
2019-09-21po: update Japanese translationsYu Watanabe1-3/+3
2019-09-21l10n: update Czech TranslationAsciiWolf1-15/+165
2019-09-20basic/log: put a ratelimit on our logging to /dev/kmsgZbigniew Jędrzejewski-Szmek1-0/+13
2019-09-20pid1: disable printk ratelimit in early bootZbigniew Jędrzejewski-Szmek3-0/+17
2019-09-20tree-wide: say "ratelimit" not "rate_limit"Zbigniew Jędrzejewski-Szmek17-92/+92
2019-09-20pid1: rename start_limit to start_ratelimitZbigniew Jędrzejewski-Szmek5-17/+17
2019-09-20Drop RATELIMIT macrosZbigniew Jędrzejewski-Szmek11-45/+20
2019-09-20sd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491)Georg Müller1-0/+11
2019-09-20networkd: Fix SIP double-freeChris Down1-1/+0
2019-09-20dhcp: Log SIP server information correctlyChris Down1-1/+1
2019-09-20network: DHCP server Add support to transmit SIP serverSusant Sahani22-11/+370
2019-09-20network dhcp4: Add support send request options in a generic mannerSusant Sahani7-2/+95
2019-09-20polkit: fix typoAsciiWolf6-8/+8
2019-09-20test-network: Drop start dnsmasqSusant Sahani1-2/+0
2019-09-20dhcp6: use unaligned_read_be32()Yu Watanabe2-1/+1
2019-09-19pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't existZbigniew Jędrzejewski-Szmek1-1/+2
2019-09-17dhcp6: add missing option length checkYu Watanabe2-2/+5
2019-09-17networkd: unbreak routing_policy_rule_compare_func()Zbigniew Jędrzejewski-Szmek1-2/+2
2019-09-17networkd: make neighbor_hash_func() handle the same data as neighbor_compare_...Zbigniew Jędrzejewski-Szmek1-1/+3
2019-09-17networkd: use same order in _hash_func() and _compare_func()Zbigniew Jędrzejewski-Szmek2-27/+37
2019-09-17networkd: split out helper function for address extractionZbigniew Jędrzejewski-Szmek1-30/+21
2019-09-17unit: add ExecReload= in systemd-udevd.serviceYu Watanabe1-0/+1
2019-09-17udevadm: use usec_add()Yu Watanabe1-5/+4
2019-09-17udevadm: missing initialization of descriptorYu Watanabe1-0/+1
2019-09-17core: add ExecXYZEx= bus hook ups to all exec command propertiesAnita Zhang7-2/+114
2019-09-17test: rename TEST-EXECRELOAD to avoid name conflictFrantisek Sumsal3-0/+0
2019-09-17core: coldplug possible nop_jobypf7911-2/+4
2019-09-17network: also take Route::initcwnd and ::initrwnd into hash funcYu Watanabe2-0/+35
2019-09-17network: take more route information into hash funcYu Watanabe3-68/+6
2019-09-17network: make route_get() or friends take Route objectYu Watanabe5-181/+120
2019-09-17sd-netlink: fix invalid assertionYu Watanabe1-1/+3