summaryrefslogtreecommitdiffstats
path: root/man/systemd-udevd.service.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-14man: document that if the main process exits after SIGTERM we go directly to ...Lennart Poettering1-16/+11
2019-03-14networkd: clarify that IPv6 RA uses our own stack, no the kernel'sLennart Poettering1-0/+5
2019-03-14man: mention O_NOCTTY and it's importance in daemon(7)Lennart Poettering1-3/+8
2019-03-14docs: adjust the spec a bit with firmware authros in mindLennart Poettering1-7/+36
2019-03-14man: document the network interface size limits --network-veth= enforcesLennart Poettering1-5/+17
2019-03-14man: document that Anonymize=yes makes DHCP leases grow in sizeLennart Poettering1-0/+5
2019-03-14docs: comprehensively document what a minimal portable service image needs to...Lennart Poettering1-7/+32
2019-03-14sd-bus: skip sending formatted UIDs via SASLDavid Rheinsberg1-38/+63
2019-03-14sd-bus: fix SASL reply to empty AUTHDavid Rheinsberg1-2/+8
2019-03-14sd-bus: avoid magic number in SASL length calculationDavid Rheinsberg1-2/+6
2019-03-14main: use _exit() rather than exit() in code potentially caled from signal ha...Lennart Poettering1-3/+3
2019-03-14util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering40-40/+70
2019-03-14util: move some raw memory functions from string-util.h → memory-util.hLennart Poettering5-46/+47
2019-03-14util: don't include util.h from def.hLennart Poettering2-4/+2
2019-03-14util: move dbus specific definition into bus-internal.hLennart Poettering3-6/+6
2019-03-14util: split out kbd related stuffLennart Poettering10-112/+135
2019-03-14util: move display_is_local() to pam_systemd.c, its only userLennart Poettering3-11/+9
2019-03-14util: split out errno related stuffLennart Poettering20-34/+48
2019-03-14util: split out plymouth related stuffLennart Poettering8-11/+24
2019-03-14units: update catalog after systemd-tmpfiles runsJonathan Lebon1-1/+1
2019-03-14Re-add uaccess tag for /dev/dri/renderD*Michael Biebl2-1/+7
2019-03-14man: provide an example how to plug systemd-mount into udevLennart Poettering1-0/+9
2019-03-14hwdb: Fix airplane mode triggering when resuming HP Spectre x360 13Benjamin Berg1-1/+2
2019-03-14man: mention that DynamicUser= should not be mixed with ReadWriteDirectory= o...Lennart Poettering1-33/+42
2019-03-14bootctl: use path_join() to join pathsZbigniew Jędrzejewski-Szmek1-3/+3
2019-03-14man: be even more explicit that RestartPreventExitStatus= does not affect Exe...Lennart Poettering1-15/+17
2019-03-14test-network: add tests for L2TPYu Watanabe4-1/+143
2019-03-14network: wait for L2TP tunnel to be created before creating sessionsYu Watanabe1-21/+82
2019-03-14netlink: support NLMSG_ERROR message in genlYu Watanabe1-0/+1
2019-03-14network: automatically pick an address on link when L2TP.Local= is not specifiedYu Watanabe3-7/+108
2019-03-14networkd: Introduce l2tp tunnelSusant Sahani14-22/+885
2019-03-14network: introduce new netdev create type NETDEV_CREATE_AFTER_CONFIGUREDYu Watanabe3-0/+52
2019-03-14network: introduce netdev_get_create_type() helper functionYu Watanabe2-9/+10
2019-03-14network: do not call link_joined() when not all netdevs are configuredYu Watanabe1-3/+2
2019-03-13resolved: if we can't append EDNS OPT RR, then indicate truncation to stub cl...Lennart Poettering1-7/+8
2019-03-13resolved: don't let EDNS0 OPT dgram size affect TCPLennart Poettering1-3/+3
2019-03-13resolved: don't follow cnames if we already noticed truncationLennart Poettering1-10/+12
2019-03-13virt: detect WSL environment as a container (id: wsl)Balint Reczey4-1/+26
2019-03-13bus-unit-procs: use empty_or_root() where appropriateLennart Poettering1-7/+4
2019-03-13bus-unit-util: split out code that shows a unit's process treeLennart Poettering8-408/+429
2019-03-13shared: split out code to wait for jobs to complet into its own source fileLennart Poettering10-339/+358
2019-03-13systemctl: drop unnecessary {}Lennart Poettering1-4/+3
2019-03-13systemctl: use strv_consume() where appropriateLennart Poettering1-4/+2
2019-03-13systemctl: minimize scope of 'p'Lennart Poettering1-2/+8
2019-03-13execute: use path_join() where appropriateLennart Poettering1-3/+3
2019-03-13bus-unit-util: insist on full initializationLennart Poettering1-2/+3
2019-03-13bus-unit-util: never call into log_job_error_with_service_result() if we are ...Lennart Poettering1-1/+3
2019-03-13bus-unit-util: move explanations array to inner scopeLennart Poettering1-14/+14
2019-03-13bus-unit-util: use structure initializationLennart Poettering1-2/+4
2019-03-13bus-unit-util: use free_and_strdup() where we canLennart Poettering1-5/+2