summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udev: use typedef for struct udev_rulesZbigniew Jędrzejewski-Szmek2018-12-177-38/+39
* udev: make udev_rules_new() return a proper error codeZbigniew Jędrzejewski-Szmek2018-12-146-28/+26
* add device hwdb for IdeaPad Miix510-12ISKBruce Zhang2018-12-141-1/+3
* fileio: make read_line() handle various line endings correctlyLennart Poettering2018-12-142-8/+81
* Merge pull request #11147 from yuwata/bash-completion-machinectlZbigniew Jędrzejewski-Szmek2018-12-146-11/+69
|\
| * bash-completion: nspawn: support recently added optionsYu Watanabe2018-12-141-3/+32
| * bash-completion: run: support recently added optionsYu Watanabe2018-12-141-2/+14
| * bash-completion: systemctl: use --output=help to show suggestionsYu Watanabe2018-12-141-2/+1
| * bash-completion: journalctl: use --output=help to show suggestionsYu Watanabe2018-12-141-1/+1
| * bash-completion: journalctl: drop deprecated --new-id128 optionYu Watanabe2018-12-141-1/+1
| * bash-completion: loginctl: suggest argument for --machine optionYu Watanabe2018-12-141-0/+9
| * bash-completion: loginctl: suggest argument for --output optionYu Watanabe2018-12-141-0/+3
| * bash-completion: machinectl: suggest arguments for --verify and --formatYu Watanabe2018-12-141-1/+7
| * bash-completion: machinectl: support import-fsYu Watanabe2018-12-141-1/+1
* | bash-completion: busctl: support --json and -j optionYu Watanabe2018-12-141-2/+6
* | Merge pull request #11145 from yuwata/bash-completion-bootctlZbigniew Jędrzejewski-Szmek2018-12-141-1/+36
|\ \
| * | bash-completion: bootctl: support set-default and set-oneshotYu Watanabe2018-12-141-0/+20
| * | bash-completion: bootctl: suggest argument for --path optionYu Watanabe2018-12-141-0/+15
| * | bash-completion: bootctl: add one missing optionYu Watanabe2018-12-141-1/+1
| |/
* | sd-netlink: set destroy_callback only if asynchronous call succeedsYu Watanabe2018-12-143-5/+8
* | Merge pull request #11152 from keszybz/meson-user-unit-symlinksZbigniew Jędrzejewski-Szmek2018-12-149-9/+105
|\ \
| * | units: replace symlinks in units/user/ by real filesZbigniew Jędrzejewski-Szmek2018-12-138-8/+105
| * | units: drop units/user/busnames.targetZbigniew Jędrzejewski-Szmek2018-12-131-1/+0
| |/
* | locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-1420-152/+152
* | Merge pull request #11046 from keszybz/generator-mainsLennart Poettering2018-12-1312-166/+103
|\ \
| * | fstab-generator: fix check for /sysZbigniew Jędrzejewski-Szmek2018-12-121-1/+1
| * | getty-generator: use the new main function definerZbigniew Jędrzejewski-Szmek2018-12-121-37/+30
| * | gpt-auto-generator: use the new main function definerZbigniew Jędrzejewski-Szmek2018-12-121-17/+9
| * | system-update-generator: use the new main function definerZbigniew Jędrzejewski-Szmek2018-12-121-18/+12
| * | generators: define custom main func definer and use it where applicableZbigniew Jędrzejewski-Szmek2018-12-129-93/+51
| * | generators: configure logging before the first useZbigniew Jędrzejewski-Szmek2018-12-127-14/+14
* | | man: substantially update the docs regarding hooking sd-bus objects up with e...Lennart Poettering2018-12-135-54/+299
* | | man: Use the proper option name in documentationMichael Scherer2018-12-131-1/+1
| |/ |/|
* | NEWS: typos and wording adjustmentsZbigniew Jędrzejewski-Szmek2018-12-131-57/+58
* | vconsole-setup: fonts copy will fail if the current terminal is in graphical ...Franck Bui2018-12-131-4/+18
* | Merge pull request #11131 from poettering/make-lucab-happyChris Down2018-12-121-7/+105
|\ \
| * | mount-setup: don't consider it reason to fail if we can't relabel cgroupfsLennart Poettering2018-12-121-3/+1
| * | mount-setup: use FOREACH_STRING where appropriateLennart Poettering2018-12-121-3/+3
| * | mount-setup: optionally, relabel a configured set of files/dirs after loading...Lennart Poettering2018-12-121-1/+101
* | | NEWS: initialy version of NEWSLennart Poettering2018-12-121-3/+329
* | | resolved: have the stub resolver listen on both TCP and UDP by defaultSam Morris2018-12-123-4/+4
* | | cgroup: Don't explicitly check for member in UNIT_BEFOREChris Down2018-12-121-18/+4
* | | timedated: Add dbus method to retrieve list of time zones (#11114)tibbling2018-12-122-3/+41
* | | tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-1217-22/+22
|/ /
* | Merge pull request #10892 from mbiebl/revert-systemctl-runtime-unmask-breakageZbigniew Jędrzejewski-Szmek2018-12-123-91/+98
|\ \
| * | Revert "systemctl: when removing enablement or mask symlinks, cover both /run...Michael Biebl2018-11-273-91/+98
* | | Merge pull request #11121 from poettering/daemon-reload-race-fixLennart Poettering2018-12-126-148/+130
|\ \ \
| * | | core: extend comments regarding coldplug() vs. catchup()Lennart Poettering2018-12-121-3/+8
| * | | core: when a unit state changes only propagate to jobs after reloading is com...Lennart Poettering2018-12-121-13/+10
| * | | core: split out all logic that updates a Job on a unit's unit_notify() invoca...Lennart Poettering2018-12-121-65/+71