summaryrefslogtreecommitdiffstats
path: root/src/hibernate-resume (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-27rc-local-generator: use macro to define main()Zbigniew Jędrzejewski-Szmek1-13/+12
2018-11-27tree-wide: use IOVEC_MAKE() at many placesLennart Poettering14-72/+65
2018-11-27test: add a test for StandardError=file:…Lennart Poettering3-0/+93
2018-11-27core: be more careful when inheriting stdout fds to stderrLennart Poettering1-2/+25
2018-11-27bus-unit-util: properly accept StandardOutput=append:… settingsLennart Poettering1-1/+3
2018-11-27dbus-execute: generate the correct transient unit settingLennart Poettering1-2/+2
2018-11-27dbus-execute: fix indentationLennart Poettering1-3/+3
2018-11-27core: drop references to 'StandardOutputFileToCreate'Lennart Poettering1-2/+2
2018-11-27man: update explanation for boolean optionsYu Watanabe3-102/+93
2018-11-27man: improve the explanation of "Defaults to unset"Yu Watanabe3-40/+38
2018-11-27test: add test for setting service manager environment variablesLennart Poettering3-0/+76
2018-11-27journald: don't try to rotate user journals in /var/log/journal/ if we are st...Lennart Poettering1-3/+5
2018-11-27networkd: Add support for ERSPAN tunnelSusant Sahani12-11/+177
2018-11-27First restructuration of Logitech mice in 70-mouse.hwdbClaudius Ellsel1-113/+121
2018-11-26sd-radv: use struct initializersLennart Poettering1-15/+13
2018-11-26sd-radv: per our CODING_STYLE don't use 'bool' in public headersLennart Poettering2-7/+4
2018-11-26sd-radv: no need to initialize r to zeroLennart Poettering1-1/+1
2018-11-26sd-radv: make sure we can deal with in_addr_to_string() failingLennart Poettering1-2/+2
2018-11-26sd-radv: when receiving a too short packet, make sure we dequeue itLennart Poettering1-3/+7
2018-11-26sd-radv: propagate OOM, it's reason to failLennart Poettering1-1/+1
2018-11-26sd-radv: follow our usualy rule that destructors can take NULLLennart Poettering1-1/+2
2018-11-26sd-radv: simplify IPv6 address is-null checkLennart Poettering1-1/+3
2018-11-26sd-radv: drop const from non-ptr argumentLennart Poettering1-2/+1
2018-11-26sd-radv: use ether_addr_is_null() where appropriateLennart Poettering1-2/+2
2018-11-26units: make fsck/grows/makefs/makeswap units conflict against shutdown.targetLennart Poettering3-8/+9
2018-11-26tree-wide: use SWAP_TWO a bit moreLennart Poettering3-14/+10
2018-11-26test-network: add tests for #5430 and GatewayOnLink=Yu Watanabe3-0/+73
2018-11-26man: link Delegate= documentation up with the markdown docsLennart Poettering1-0/+3
2018-11-26docs: document the .control/ subcgroup contract in the docsLennart Poettering1-0/+13
2018-11-26core: when Delegate=yes is set for a unit, run ExecStartPre= and friends in a...Lennart Poettering3-19/+70
2018-11-26unit: tweak status output a bitLennart Poettering1-2/+8
2018-11-26show-status: use free_and_replace() where we canLennart Poettering1-4/+2
2018-11-26show-status: fold two bool flags function arguments into a flagsLennart Poettering4-11/+16
2018-11-26generator.c: systemd-fsck-root.service conflict with shutdown.targetHarald Hoyer1-0/+1
2018-11-26test-network: add one more test for netdev dropin .conf filesYu Watanabe4-2/+21
2018-11-26terminal-util: use PATH_STARTSWITH_SET() instead of plain startswith() where ...Lennart Poettering1-5/+2
2018-11-26journal-upload: use static initializationLennart Poettering1-2/+3
2018-11-26journal-remote: shorten code a bit by using strcspn()Lennart Poettering1-8/+3
2018-11-26tree-wide: port more code over to PATH_STARTSWITH_SET()Lennart Poettering4-19/+8
2018-11-26path-util: beef up PATH_STARTSWITH_SET() macro a bitLennart Poettering2-7/+29
2018-11-26tree-wide: port over more cases to STR_IN_SET()Lennart Poettering2-5/+2
2018-11-26tree-wide: port various places over to STARTSWITH_SET()Lennart Poettering11-51/+31
2018-11-26strv: add new macro STARTSWITH_SET()Lennart Poettering2-0/+27
2018-11-26update TODOLennart Poettering1-0/+2
2018-11-26tests: add a fuzzer for the udev rules parser (#10929)Evgeny Vereshchagin26-1/+814
2018-11-26test-network: add tests for dropin .conf filesYu Watanabe5-10/+12
2018-11-26network: also load foo.netdev.d/*.confYu Watanabe1-4/+4
2018-11-26udevd: do not call udev_ctrl_enable_receiving() if the socket is passed from ...Yu Watanabe1-3/+5
2018-11-26udev: drop duplicate whitespacesYu Watanabe5-7/+7
2018-11-26udev-ctrl: update log messagesYu Watanabe1-15/+15