summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bus-message: use streq_ptr() (#8786)Yu Watanabe2018-04-231-5/+5
* Merge pull request #8520 from drinkcat/upstream-udevadmZbigniew Jędrzejewski-Szmek2018-04-232-26/+61
|\
| * systemd-hwdb update: Return non-zero exit code on error when --strict is usedNicolas Boichat2018-04-231-21/+41
| * udevadm/hwdb: Return non-zero exit code on error when --strict is usedNicolas Boichat2018-04-231-5/+20
* | hoestnamed: Also parse HOME_URL from /usr/lib/os-release (#8779)Mario Limonciello2018-04-231-0/+1
* | Merge pull request #8675 from fbuihuu/make-sure-device-enter-in-plugged-stateZbigniew Jędrzejewski-Szmek2018-04-232-5/+50
|\ \
| * | device: skip deserialization of device units when udevd is not runningFranck Bui2018-04-201-0/+12
| * | device: make sure to always retroactively start device dependenciesFranck Bui2018-04-202-5/+38
* | | Merge pull request #8769 from keszybz/followupsYu Watanabe2018-04-232-5/+5
|\ \ \
| * | | sysusers: use uniform order for variablesZbigniew Jędrzejewski-Szmek2018-04-201-3/+3
| * | | Fix typoZbigniew Jędrzejewski-Szmek2018-04-201-2/+2
* | | | bus-unit-util: fix bus_wait_for_jobs() debug output (#8760)Lennart Poettering2018-04-231-0/+2
| |_|/ |/| |
* | | networkd: more specific link down while enslaving (#8771)Tobias Jungel2018-04-201-1/+1
| |/ |/|
* | remove unused variables (#8768)Tobias Jungel2018-04-202-3/+0
* | networkd: add support to configure IPv6 MTU (#8664)Susant Sahani2018-04-204-1/+72
* | nspawn: when running nspawn, set a $PATH including both bin + sbin by default...Lennart Poettering2018-04-202-5/+12
|/
* Merge pull request #8754 from poettering/sysusers-fixZbigniew Jędrzejewski-Szmek2018-04-192-8/+9
|\
| * sysusers: fix minor memory leakLennart Poettering2018-04-181-0/+2
| * sysusers: clarify that we knowingly ignore process_items() return valuesLennart Poettering2018-04-181-2/+2
| * sysusers: fix memory leak when /etc/passwd contains multiple identical linesLennart Poettering2018-04-181-5/+5
| * uid-range: remove spurious newlineLennart Poettering2018-04-181-1/+0
* | systemctl: format unit file and dropin paths as clickable links in status outputLennart Poettering2018-04-191-5/+15
* | systemctl: format documentation links in status output as clickable linksLennart Poettering2018-04-191-2/+11
* | hostnamectl: make the distribution name a pretty clickable link if we canLennart Poettering2018-04-191-2/+14
* | hostnamed: expose HOME_URL os-release field on the busLennart Poettering2018-04-191-0/+3
* | terminal: add internal API to format URLs for display in capable terminalsLennart Poettering2018-04-193-6/+116
* | Merge pull request #8615 from yuwata/fix-1329Lennart Poettering2018-04-194-100/+336
|\ \
| * | timedatectl: update output format of status commandYu Watanabe2018-04-171-21/+21
| * | timedated: support multiple NTP servicesYu Watanabe2018-04-171-72/+311
| * | timedate: use sd_bus_error_set() if nothing is substitutedYu Watanabe2018-04-171-3/+3
| * | timedate: move error mapping to bus-common-errors.[ch]Yu Watanabe2018-04-173-7/+4
* | | Merge pull request #8765 from poettering/test-fixesLennart Poettering2018-04-193-8/+12
|\ \ \
| * | | user-util: trivial coding style fixesLennart Poettering2018-04-191-8/+8
| * | | tests: compare with correct shellLennart Poettering2018-04-191-0/+1
| * | | core: don't export per-unit metadata files in test modeLennart Poettering2018-04-191-0/+3
* | | | Merge pull request #8623 from yuwata/resolvectlZbigniew Jędrzejewski-Szmek2018-04-194-462/+981
|\ \ \ \
| * | | | resolvectl: change syntax to use verb_dispatch()Yu Watanabe2018-04-193-457/+976
| * | | | resolvectl: rename systemd-resolve to resolvectlYu Watanabe2018-04-194-5/+5
| |/ / /
* | | | tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-1980-109/+0
* | | | Merge pull request #8758 from keszybz/improved-slice-checksLennart Poettering2018-04-191-2/+11
|\ \ \ \
| * | | | core: do not allow Delegate= on unsupported unit typesZbigniew Jędrzejewski-Szmek2018-04-181-0/+9
| * | | | core: fix resetting of Delegate= and properly ignore invalid assignmentZbigniew Jędrzejewski-Szmek2018-04-181-2/+2
| |/ / /
* | | | coredumpctl: Add debug as a gdb alias, and add lldb support (closes #8722) (#...Ryan Gonzalez2018-04-181-23/+44
|/ / /
* | | Merge pull request #8708 from poettering/namespace-repeatLennart Poettering2018-04-184-52/+221
|\ \ \
| * | | namespace: rework how we resolve symlinks in mount pointsLennart Poettering2018-04-181-38/+84
| * | | namespace: improve logging when creating mount source nodesLennart Poettering2018-04-181-3/+11
| * | | namespace: split out calls to normalize mount entry list into new functionLennart Poettering2018-04-181-6/+13
| * | | namespace: don't consider raw image read-only if /home in it is writableLennart Poettering2018-04-181-1/+3
| * | | fs-util: export how many iterations chase_symlinks() executes at maxLennart Poettering2018-04-182-1/+4
| * | | fs-util: add new CHASE_STEP flag to chase_symlinks()Lennart Poettering2018-04-183-3/+106