summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* coverity: replace python with jqcoverity-pythonEvgeny Vereshchagin2019-10-292-4/+4
* Merge pull request #13676 from ClydeByrdIII/service-result-patchAnita Zhang2019-10-291-1/+16
|\
| * Update service result tableClydeByrdIII2019-09-281-1/+16
* | boot-loader-spec: add devicetree-overlay keyMichael Tretter2019-10-291-0/+6
* | Merge pull request #13864 from fbuihuu/no-more-swap-autoactivationZbigniew Jędrzejewski-Szmek2019-10-295-23/+12
|\ \
| * | core: drop 'wants' parameter from unit_add_node_dependency()Franck Bui2019-10-285-18/+8
| * | swap: do not make swap units wanted by its device unit anymoreFranck Bui2019-10-281-6/+5
* | | network-generator: Add missing help for --rootDavid Pedersen2019-10-291-0/+1
|/ /
* | Merge pull request #13423 from pwithnall/12035-session-time-limitsZbigniew Jędrzejewski-Szmek2019-10-2811-18/+135
|\ \
| * | pam_systemd: Forward systemd.runtime_max_sec setting to session scopePhilip Withnall2019-10-282-3/+36
| * | scope: Support RuntimeMaxSec= directive in scope unitsPhilip Withnall2019-10-289-2/+65
| * | scope: Refactor timer handling on coldplugPhilip Withnall2019-07-291-5/+17
| * | shared: Factor out bus_append_scope_property() for scopesPhilip Withnall2019-07-291-4/+12
| * | dbus-scope: Factor out common UNIT(s) castPhilip Withnall2019-07-291-4/+5
* | | modules-load: do not fail service if modules are not presentZbigniew Jędrzejewski-Szmek2019-10-281-2/+4
* | | Merge pull request #13844 from keszybz/resolved-proprtiesYu Watanabe2019-10-289-19/+42
|\ \ \
| * | | resolved: emit change for CurrentDNSServerZbigniew Jędrzejewski-Szmek2019-10-252-1/+4
| * | | resolved: emit change for LLMNRHostnameZbigniew Jędrzejewski-Szmek2019-10-252-2/+6
| * | | resolved: send out notifications about DNS propertyZbigniew Jędrzejewski-Szmek2019-10-254-1/+22
| * | | resolved: make two functions staticZbigniew Jędrzejewski-Szmek2019-10-252-5/+2
| * | | resolved: one less {}Zbigniew Jędrzejewski-Szmek2019-10-251-2/+1
| * | | resolved: avoid allocationZbigniew Jędrzejewski-Szmek2019-10-254-8/+7
* | | | pid1: order .automount units after local-fs-pre.targetZbigniew Jędrzejewski-Szmek2019-10-281-0/+4
* | | | Merge pull request #13635 from fbuihuu/no-aliases-with-enableZbigniew Jędrzejewski-Szmek2019-10-283-7/+9
|\ \ \ \
| * | | | shared/install: failing with -ELOOP can be due to the use of an alias in inst...Franck Bui2019-09-241-2/+4
| * | | | shared/install: fix error codes returned by install_context_apply()Franck Bui2019-09-241-1/+1
| * | | | man: alias names can't be used with enable commandFranck Bui2019-09-241-4/+4
* | | | | po: update Polish translationPiotr Drąg2019-10-261-2/+20
* | | | | meson: expand ternary in functions to if statementsAnita Zhang2019-10-261-3/+4
* | | | | Merge pull request #13846 from keszybz/sleep-config-fixupsAnita Zhang2019-10-251-16/+16
|\ \ \ \ \
| * | | | | shared/sleep-config: two more error handling fixes, use structured initializa...Zbigniew Jędrzejewski-Szmek2019-10-251-13/+14
| * | | | | shared/sleep-config: fix error handling for openZbigniew Jędrzejewski-Szmek2019-10-251-3/+2
* | | | | | meson: allow WatchdogSec= in services to be configuredZbigniew Jędrzejewski-Szmek2019-10-2517-16/+23
|/ / / / /
* | | | | fileio: introduce read_full_virtual_file() for reading virtual files in sysfs...Franck Bui2019-10-253-5/+113
* | | | | Merge pull request #13682 from zachsmith/systemd-sleep-prefer-resume-over-pri...Zbigniew Jędrzejewski-Szmek2019-10-253-120/+237
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | systemd-sleep: improve /proc/swaps open fail messageZach Smith2019-10-241-1/+1
| * | | | systemd-sleep: always prefer resume device or fileZach Smith2019-10-243-119/+236
* | | | | Merge pull request #13623 from yuwata/network-wifi-iftypeZbigniew Jędrzejewski-Szmek2019-10-2520-30/+6668
|\ \ \ \ \
| * | | | | network: add default configurations for wireless interfacesYu Watanabe2019-10-253-0/+20
| * | | | | network: support matching based on wifi interfece typeYu Watanabe2019-10-2517-30/+6648
|/ / / / /
* | | | | various tools: be more explicit when a glob is passed when not supportedZbigniew Jędrzejewski-Szmek2019-10-257-32/+50
* | | | | resolved: set stream type during DnsStream creationDan Streetman2019-10-251-0/+1
* | | | | Merge pull request #13836 from systemd/assert-cleanups-and-constificationYu Watanabe2019-10-2515-121/+101
|\ \ \ \ \
| * | | | | sd-dhcp-client: do not call assert in public functionsassert-cleanups-and-constificationZbigniew Jędrzejewski-Szmek2019-10-241-5/+5
| * | | | | sd-dhcp-client: remove unnecessary cleanup functionZbigniew Jędrzejewski-Szmek2019-10-241-5/+2
| * | | | | sd-netlink: constify object pointers passed to gettersZbigniew Jędrzejewski-Szmek2019-10-247-83/+83
| * | | | | sd-device: allow sd_device_get_devtype to be called with NULL arg and do not ...Zbigniew Jędrzejewski-Szmek2019-10-241-4/+4
| * | | | | Move PLYMOUTH_SOCKET define to def.h and nuke plymouth-util.hZbigniew Jędrzejewski-Szmek2019-10-245-10/+7
| * | | | | Remove unused plymouth_running() functionZbigniew Jędrzejewski-Szmek2019-10-243-14/+0
* | | | | | machine-id-setup: avoid unexpected abortingChen Qi2019-10-251-1/+1