summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* test: add simple test for validating some of the unit specifiers we supportLennart Poettering2017-10-261-0/+5
* core: add support for expanding state/cache/log directory root in unit filesLennart Poettering2017-10-261-4/+12
* systemd-detect-virt: refine hypervisor detection (#7171)Razvan Cojocaru2017-10-261-12/+39
* Merge pull request #7184 from keszybz/resolved-loopZbigniew Jędrzejewski-Szmek2017-10-261-5/+1
|\
| * resolved: fix loop on packets with pseudo dns typesZbigniew Jędrzejewski-Szmek2017-10-251-5/+1
* | Merge pull request #7127 from keszybz/sundry-tweaksLennart Poettering2017-10-263-14/+12
|\ \
| * | rfkill: include the device name in error messageZbigniew Jędrzejewski-Szmek2017-10-181-2/+4
| * | util-lib: simplify kexec_loaded()Zbigniew Jędrzejewski-Szmek2017-10-181-9/+6
| * | logind: drop unnecessary bracesZbigniew Jędrzejewski-Szmek2017-10-181-3/+2
* | | Merge pull request #7142 from sourcejedi/systemd-shutdownLennart Poettering2017-10-261-13/+27
|\ \ \
| * | | core: systemd-shutdown: avoid confusingly redundant messagesAlan Jenkins2017-10-241-13/+25
| * | | core: systemd-shutdown: add missing check for umount_changedAlan Jenkins2017-10-191-0/+2
* | | | Adding timer_event to wakeup as suggested by MHD_get_timeout (#7152)martingh2017-10-262-6/+51
| |_|/ |/| |
* | | nspawn: EROFS for chowning mount points is not fatal (#7122)Lauri Tirkkonen2017-10-241-2/+6
* | | resolved: create private stub resolve file for /etc/resolv.conf integration (...Dimitri John Ledkov2017-10-243-16/+49
* | | Merge pull request #7141 from yuwata/fix-7129Lennart Poettering2017-10-242-38/+49
|\ \ \
| * | | core: fix D-Bus APIYu Watanabe2017-10-242-38/+49
* | | | core: in --user mode, report READY=1 as soon as basic.target is reached (#7102)Zbigniew Jędrzejewski-Szmek2017-10-242-3/+30
* | | | Merge pull request #7123 from keszybz/date-formattingLennart Poettering2017-10-244-15/+12
|\ \ \ \ | |/ / / |/| | |
| * | | timedatectl: stop using xstrftimeZbigniew Jędrzejewski-Szmek2017-10-182-14/+11
| * | | tests: rename test-time to test-time-utilZbigniew Jędrzejewski-Szmek2017-10-182-1/+1
* | | | nspawn: Fix calculation of capabilities for configuration file (#7087)myrkr2017-10-241-1/+1
* | | | Merge pull request #7148 from keszybz/dynamic-user-use-gidLennart Poettering2017-10-241-55/+74
|\ \ \ \
| * | | | core/dynamic-user: use gid from pwnam if a static user was foundZbigniew Jędrzejewski-Szmek2017-10-231-21/+32
| * | | | core/dynamic-user: use _cleanup_ in dynamic user lockingZbigniew Jędrzejewski-Szmek2017-10-201-35/+43
| | |_|/ | |/| |
* | | | Merge pull request #6948 from pfl/radv_emit_dnsLennart Poettering2017-10-237-22/+145
|\ \ \ \
| * | | | networkd: Automatically set DNS and search domain informationPatrik Flykt2017-10-064-22/+138
| * | | | networkd: Add EmitDNS and EmitDomains configuration optionsPatrik Flykt2017-10-063-0/+7
* | | | | sd-radv: Allocate space also for DNSSL iov option (#7144)Patrik Flykt2017-10-201-2/+3
| |/ / / |/| | |
* | | | Merge pull request #7078 from keszybz/cryptsetup-netdev-fixesLennart Poettering2017-10-181-1/+1
|\ \ \ \
| * | | | units: replace remote-cryptsetup-pre.target with remote-fs-pre.targetZbigniew Jędrzejewski-Szmek2017-10-171-1/+1
* | | | | networkd: don't stop the dhcp server if it's not configured. (#7083)Susant Sahani2017-10-181-1/+2
* | | | | networkd: Consider linkLocalAddressing state while configuring ndisc. (#7012)Susant Sahani2017-10-181-0/+3
| |_|_|/ |/| | |
* | | | core: fragments of masked units ought not be considered for NeedDaemonReload ...Lubomir Rintel2017-10-181-1/+2
* | | | Merge pull request #7059 from yuwata/dynamic-user-7013Zbigniew Jędrzejewski-Szmek2017-10-183-30/+34
|\ \ \ \
| * | | | core: fix invalid error messageYu Watanabe2017-10-181-0/+4
| * | | | dynamic-user: permit the case static uid and gid are differentYu Watanabe2017-10-111-16/+25
| * | | | dynamic-user: label functions not necessary to export as staticYu Watanabe2017-10-112-15/+6
* | | | | networkd: Don't stop networkd if CONFIG_FIB_RULES=n in kernel (#7030)Susant Sahani2017-10-181-1/+7
| |_|_|/ |/| | |
* | | | test-path: fix inverted return value (#7050)Zbigniew Jędrzejewski-Szmek2017-10-171-1/+1
* | | | mount: make sure we unmount tmpfs mounts before we deactivate swaps (#7076)Michal Sekletar2017-10-163-9/+27
* | | | Merge pull request #7061 from lkundrak/lr/serialized-environmentZbigniew Jędrzejewski-Szmek2017-10-152-8/+7
|\ \ \ \
| * | | | basic/env-util: don't relax unesaping of serialized environment stringsLubomir Rintel2017-10-112-1/+4
| * | | | basic/env-util: drop the validation when deserializing environmentLubomir Rintel2017-10-112-7/+3
* | | | | Display the systemctl status in green if state is "running" (#7094)Boucman2017-10-151-3/+5
* | | | | Merge pull request #7062 from yuwata/test-bind-pathsZbigniew Jędrzejewski-Szmek2017-10-131-0/+11
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | test: add test for BindPaths= and BindReadOnlyPaths=Yu Watanabe2017-10-121-0/+11
* | | | | systemctl: clarify --global, --root and --runtime options (#7071)Lubomir Rintel2017-10-121-3/+5
* | | | | shared: add vectorized parse_field() (#7056)Vito Caputo2017-10-121-59/+48
* | | | | core: cleanup for enforce_groups() (#7064)Yu Watanabe2017-10-121-7/+4
|/ / / /