index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
man
/
systemd-udevd.service.xml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-14
man: document that if the main process exits after SIGTERM we go directly to ...
Lennart Poettering
1
-16
/
+11
2019-03-14
networkd: clarify that IPv6 RA uses our own stack, no the kernel's
Lennart Poettering
1
-0
/
+5
2019-03-14
man: mention O_NOCTTY and it's importance in daemon(7)
Lennart Poettering
1
-3
/
+8
2019-03-14
docs: adjust the spec a bit with firmware authros in mind
Lennart Poettering
1
-7
/
+36
2019-03-14
man: document the network interface size limits --network-veth= enforces
Lennart Poettering
1
-5
/
+17
2019-03-14
man: document that Anonymize=yes makes DHCP leases grow in size
Lennart Poettering
1
-0
/
+5
2019-03-14
docs: comprehensively document what a minimal portable service image needs to...
Lennart Poettering
1
-7
/
+32
2019-03-14
sd-bus: skip sending formatted UIDs via SASL
David Rheinsberg
1
-38
/
+63
2019-03-14
sd-bus: fix SASL reply to empty AUTH
David Rheinsberg
1
-2
/
+8
2019-03-14
sd-bus: avoid magic number in SASL length calculation
David Rheinsberg
1
-2
/
+6
2019-03-14
main: use _exit() rather than exit() in code potentially caled from signal ha...
Lennart Poettering
1
-3
/
+3
2019-03-14
util: split out nulstr related stuff to nulstr-util.[ch]
Lennart Poettering
40
-40
/
+70
2019-03-14
util: move some raw memory functions from string-util.h → memory-util.h
Lennart Poettering
5
-46
/
+47
2019-03-14
util: don't include util.h from def.h
Lennart Poettering
2
-4
/
+2
2019-03-14
util: move dbus specific definition into bus-internal.h
Lennart Poettering
3
-6
/
+6
2019-03-14
util: split out kbd related stuff
Lennart Poettering
10
-112
/
+135
2019-03-14
util: move display_is_local() to pam_systemd.c, its only user
Lennart Poettering
3
-11
/
+9
2019-03-14
util: split out errno related stuff
Lennart Poettering
20
-34
/
+48
2019-03-14
util: split out plymouth related stuff
Lennart Poettering
8
-11
/
+24
2019-03-14
units: update catalog after systemd-tmpfiles runs
Jonathan Lebon
1
-1
/
+1
2019-03-14
Re-add uaccess tag for /dev/dri/renderD*
Michael Biebl
2
-1
/
+7
2019-03-14
man: provide an example how to plug systemd-mount into udev
Lennart Poettering
1
-0
/
+9
2019-03-14
hwdb: Fix airplane mode triggering when resuming HP Spectre x360 13
Benjamin Berg
1
-1
/
+2
2019-03-14
man: mention that DynamicUser= should not be mixed with ReadWriteDirectory= o...
Lennart Poettering
1
-33
/
+42
2019-03-14
bootctl: use path_join() to join paths
Zbigniew Jędrzejewski-Szmek
1
-3
/
+3
2019-03-14
man: be even more explicit that RestartPreventExitStatus= does not affect Exe...
Lennart Poettering
1
-15
/
+17
2019-03-14
test-network: add tests for L2TP
Yu Watanabe
4
-1
/
+143
2019-03-14
network: wait for L2TP tunnel to be created before creating sessions
Yu Watanabe
1
-21
/
+82
2019-03-14
netlink: support NLMSG_ERROR message in genl
Yu Watanabe
1
-0
/
+1
2019-03-14
network: automatically pick an address on link when L2TP.Local= is not specified
Yu Watanabe
3
-7
/
+108
2019-03-14
networkd: Introduce l2tp tunnel
Susant Sahani
14
-22
/
+885
2019-03-14
network: introduce new netdev create type NETDEV_CREATE_AFTER_CONFIGURED
Yu Watanabe
3
-0
/
+52
2019-03-14
network: introduce netdev_get_create_type() helper function
Yu Watanabe
2
-9
/
+10
2019-03-14
network: do not call link_joined() when not all netdevs are configured
Yu Watanabe
1
-3
/
+2
2019-03-13
resolved: if we can't append EDNS OPT RR, then indicate truncation to stub cl...
Lennart Poettering
1
-7
/
+8
2019-03-13
resolved: don't let EDNS0 OPT dgram size affect TCP
Lennart Poettering
1
-3
/
+3
2019-03-13
resolved: don't follow cnames if we already noticed truncation
Lennart Poettering
1
-10
/
+12
2019-03-13
virt: detect WSL environment as a container (id: wsl)
Balint Reczey
4
-1
/
+26
2019-03-13
bus-unit-procs: use empty_or_root() where appropriate
Lennart Poettering
1
-7
/
+4
2019-03-13
bus-unit-util: split out code that shows a unit's process tree
Lennart Poettering
8
-408
/
+429
2019-03-13
shared: split out code to wait for jobs to complet into its own source file
Lennart Poettering
10
-339
/
+358
2019-03-13
systemctl: drop unnecessary {}
Lennart Poettering
1
-4
/
+3
2019-03-13
systemctl: use strv_consume() where appropriate
Lennart Poettering
1
-4
/
+2
2019-03-13
systemctl: minimize scope of 'p'
Lennart Poettering
1
-2
/
+8
2019-03-13
execute: use path_join() where appropriate
Lennart Poettering
1
-3
/
+3
2019-03-13
bus-unit-util: insist on full initialization
Lennart Poettering
1
-2
/
+3
2019-03-13
bus-unit-util: never call into log_job_error_with_service_result() if we are ...
Lennart Poettering
1
-1
/
+3
2019-03-13
bus-unit-util: move explanations array to inner scope
Lennart Poettering
1
-14
/
+14
2019-03-13
bus-unit-util: use structure initialization
Lennart Poettering
1
-2
/
+4
2019-03-13
bus-unit-util: use free_and_strdup() where we can
Lennart Poettering
1
-5
/
+2
[next]