index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hibernate-resume
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-27
rc-local-generator: use macro to define main()
Zbigniew Jędrzejewski-Szmek
1
-13
/
+12
2018-11-27
tree-wide: use IOVEC_MAKE() at many places
Lennart Poettering
14
-72
/
+65
2018-11-27
test: add a test for StandardError=file:…
Lennart Poettering
3
-0
/
+93
2018-11-27
core: be more careful when inheriting stdout fds to stderr
Lennart Poettering
1
-2
/
+25
2018-11-27
bus-unit-util: properly accept StandardOutput=append:… settings
Lennart Poettering
1
-1
/
+3
2018-11-27
dbus-execute: generate the correct transient unit setting
Lennart Poettering
1
-2
/
+2
2018-11-27
dbus-execute: fix indentation
Lennart Poettering
1
-3
/
+3
2018-11-27
core: drop references to 'StandardOutputFileToCreate'
Lennart Poettering
1
-2
/
+2
2018-11-27
man: update explanation for boolean options
Yu Watanabe
3
-102
/
+93
2018-11-27
man: improve the explanation of "Defaults to unset"
Yu Watanabe
3
-40
/
+38
2018-11-27
test: add test for setting service manager environment variables
Lennart Poettering
3
-0
/
+76
2018-11-27
journald: don't try to rotate user journals in /var/log/journal/ if we are st...
Lennart Poettering
1
-3
/
+5
2018-11-27
networkd: Add support for ERSPAN tunnel
Susant Sahani
12
-11
/
+177
2018-11-27
First restructuration of Logitech mice in 70-mouse.hwdb
Claudius Ellsel
1
-113
/
+121
2018-11-26
sd-radv: use struct initializers
Lennart Poettering
1
-15
/
+13
2018-11-26
sd-radv: per our CODING_STYLE don't use 'bool' in public headers
Lennart Poettering
2
-7
/
+4
2018-11-26
sd-radv: no need to initialize r to zero
Lennart Poettering
1
-1
/
+1
2018-11-26
sd-radv: make sure we can deal with in_addr_to_string() failing
Lennart Poettering
1
-2
/
+2
2018-11-26
sd-radv: when receiving a too short packet, make sure we dequeue it
Lennart Poettering
1
-3
/
+7
2018-11-26
sd-radv: propagate OOM, it's reason to fail
Lennart Poettering
1
-1
/
+1
2018-11-26
sd-radv: follow our usualy rule that destructors can take NULL
Lennart Poettering
1
-1
/
+2
2018-11-26
sd-radv: simplify IPv6 address is-null check
Lennart Poettering
1
-1
/
+3
2018-11-26
sd-radv: drop const from non-ptr argument
Lennart Poettering
1
-2
/
+1
2018-11-26
sd-radv: use ether_addr_is_null() where appropriate
Lennart Poettering
1
-2
/
+2
2018-11-26
units: make fsck/grows/makefs/makeswap units conflict against shutdown.target
Lennart Poettering
3
-8
/
+9
2018-11-26
tree-wide: use SWAP_TWO a bit more
Lennart Poettering
3
-14
/
+10
2018-11-26
test-network: add tests for #5430 and GatewayOnLink=
Yu Watanabe
3
-0
/
+73
2018-11-26
man: link Delegate= documentation up with the markdown docs
Lennart Poettering
1
-0
/
+3
2018-11-26
docs: document the .control/ subcgroup contract in the docs
Lennart Poettering
1
-0
/
+13
2018-11-26
core: when Delegate=yes is set for a unit, run ExecStartPre= and friends in a...
Lennart Poettering
3
-19
/
+70
2018-11-26
unit: tweak status output a bit
Lennart Poettering
1
-2
/
+8
2018-11-26
show-status: use free_and_replace() where we can
Lennart Poettering
1
-4
/
+2
2018-11-26
show-status: fold two bool flags function arguments into a flags
Lennart Poettering
4
-11
/
+16
2018-11-26
generator.c: systemd-fsck-root.service conflict with shutdown.target
Harald Hoyer
1
-0
/
+1
2018-11-26
test-network: add one more test for netdev dropin .conf files
Yu Watanabe
4
-2
/
+21
2018-11-26
terminal-util: use PATH_STARTSWITH_SET() instead of plain startswith() where ...
Lennart Poettering
1
-5
/
+2
2018-11-26
journal-upload: use static initialization
Lennart Poettering
1
-2
/
+3
2018-11-26
journal-remote: shorten code a bit by using strcspn()
Lennart Poettering
1
-8
/
+3
2018-11-26
tree-wide: port more code over to PATH_STARTSWITH_SET()
Lennart Poettering
4
-19
/
+8
2018-11-26
path-util: beef up PATH_STARTSWITH_SET() macro a bit
Lennart Poettering
2
-7
/
+29
2018-11-26
tree-wide: port over more cases to STR_IN_SET()
Lennart Poettering
2
-5
/
+2
2018-11-26
tree-wide: port various places over to STARTSWITH_SET()
Lennart Poettering
11
-51
/
+31
2018-11-26
strv: add new macro STARTSWITH_SET()
Lennart Poettering
2
-0
/
+27
2018-11-26
update TODO
Lennart Poettering
1
-0
/
+2
2018-11-26
tests: add a fuzzer for the udev rules parser (#10929)
Evgeny Vereshchagin
26
-1
/
+814
2018-11-26
test-network: add tests for dropin .conf files
Yu Watanabe
5
-10
/
+12
2018-11-26
network: also load foo.netdev.d/*.conf
Yu Watanabe
1
-4
/
+4
2018-11-26
udevd: do not call udev_ctrl_enable_receiving() if the socket is passed from ...
Yu Watanabe
1
-3
/
+5
2018-11-26
udev: drop duplicate whitespaces
Yu Watanabe
5
-7
/
+7
2018-11-26
udev-ctrl: update log messages
Yu Watanabe
1
-15
/
+15
[next]