summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-1440-40/+70
* util: move some raw memory functions from string-util.h → memory-util.hLennart Poettering2019-03-145-46/+47
* util: don't include util.h from def.hLennart Poettering2019-03-142-4/+2
* util: move dbus specific definition into bus-internal.hLennart Poettering2019-03-143-6/+6
* util: split out kbd related stuffLennart Poettering2019-03-1410-112/+135
* util: move display_is_local() to pam_systemd.c, its only userLennart Poettering2019-03-143-11/+9
* util: split out errno related stuffLennart Poettering2019-03-1420-34/+48
* util: split out plymouth related stuffLennart Poettering2019-03-148-11/+24
* Merge pull request #11985 from poettering/clean-dirZbigniew Jędrzejewski-Szmek2019-03-1414-793/+852
|\
| * bus-unit-procs: use empty_or_root() where appropriateLennart Poettering2019-03-131-7/+4
| * bus-unit-util: split out code that shows a unit's process treeLennart Poettering2019-03-138-408/+429
| * shared: split out code to wait for jobs to complet into its own source fileLennart Poettering2019-03-1310-339/+358
| * systemctl: drop unnecessary {}Lennart Poettering2019-03-131-4/+3
| * systemctl: use strv_consume() where appropriateLennart Poettering2019-03-131-4/+2
| * systemctl: minimize scope of 'p'Lennart Poettering2019-03-131-2/+8
| * execute: use path_join() where appropriateLennart Poettering2019-03-131-3/+3
| * bus-unit-util: insist on full initializationLennart Poettering2019-03-131-2/+3
| * bus-unit-util: never call into log_job_error_with_service_result() if we are ...Lennart Poettering2019-03-131-1/+3
| * bus-unit-util: move explanations array to inner scopeLennart Poettering2019-03-131-14/+14
| * bus-unit-util: use structure initializationLennart Poettering2019-03-131-2/+4
| * bus-unit-util: use free_and_strdup() where we canLennart Poettering2019-03-131-5/+2
| * systemctl: refactor code to watch unit ActiveState a bitLennart Poettering2019-03-131-35/+52
* | units: update catalog after systemd-tmpfiles runsJonathan Lebon2019-03-141-1/+1
* | Merge pull request #11993 from poettering/resolved-stub-edns-sizeZbigniew Jędrzejewski-Szmek2019-03-142-20/+23
|\ \
| * | resolved: if we can't append EDNS OPT RR, then indicate truncation to stub cl...Lennart Poettering2019-03-131-7/+8
| * | resolved: don't let EDNS0 OPT dgram size affect TCPLennart Poettering2019-03-131-3/+3
| * | resolved: don't follow cnames if we already noticed truncationLennart Poettering2019-03-131-10/+12
* | | Re-add uaccess tag for /dev/dri/renderD*Michael Biebl2019-03-142-1/+7
* | | man: provide an example how to plug systemd-mount into udevLennart Poettering2019-03-141-0/+9
* | | Merge pull request #11971 from keszybz/kernel-install-directoryLennart Poettering2019-03-149-77/+190
|\ \ \
| * | | bootctl: use path_join() to join pathsZbigniew Jędrzejewski-Szmek2019-03-141-3/+3
| * | | man: say $BOOT not /boot in kernel-install(8)Zbigniew Jędrzejewski-Szmek2019-03-121-14/+23
| * | | kernel-install: create the entry directory only if $BOOT/$MACHINE_ID existsZbigniew Jędrzejewski-Szmek2019-03-124-11/+46
| * | | bootctl: create $BOOT/<machine-id> when installing sd-bootZbigniew Jędrzejewski-Szmek2019-03-121-11/+23
| * | | kernel-install: rename $BOOT_DIR[_ABS] to $ENTRY_DIR[_ABS]Zbigniew Jędrzejewski-Szmek2019-03-124-42/+44
| * | | kernel-install: add --verboseZbigniew Jędrzejewski-Szmek2019-03-114-2/+48
| * | | kernel-install/50-depmod: use standard headerZbigniew Jędrzejewski-Szmek2019-03-111-5/+11
| * | | systemd-analyze: support cat-config kernel/install.dZbigniew Jędrzejewski-Szmek2019-03-071-0/+3
* | | | Merge pull request #11968 from yuwata/network-l2tpLennart Poettering2019-03-1419-35/+1255
|\ \ \ \
| * | | | test-network: add tests for L2TPYu Watanabe2019-03-144-1/+143
| * | | | network: wait for L2TP tunnel to be created before creating sessionsYu Watanabe2019-03-141-21/+82
| * | | | netlink: support NLMSG_ERROR message in genlYu Watanabe2019-03-141-0/+1
| * | | | network: automatically pick an address on link when L2TP.Local= is not specifiedYu Watanabe2019-03-143-7/+108
| * | | | networkd: Introduce l2tp tunnelSusant Sahani2019-03-1414-22/+885
| * | | | network: introduce new netdev create type NETDEV_CREATE_AFTER_CONFIGUREDYu Watanabe2019-03-143-0/+52
| * | | | network: introduce netdev_get_create_type() helper functionYu Watanabe2019-03-142-9/+10
| * | | | network: do not call link_joined() when not all netdevs are configuredYu Watanabe2019-03-141-3/+2
| | |/ / | |/| |
* | | | hwdb: Fix airplane mode triggering when resuming HP Spectre x360 13Benjamin Berg2019-03-141-1/+2
* | | | man: mention that DynamicUser= should not be mixed with ReadWriteDirectory= o...Lennart Poettering2019-03-141-33/+42
* | | | man: be even more explicit that RestartPreventExitStatus= does not affect Exe...Lennart Poettering2019-03-141-15/+17
|/ / /