summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "meson: allow WatchdogSec= in services to be configured"revert-13843-watchdogEvgeny Vereshchagin2019-10-2517-23/+16
* 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
* | | basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-2433-180/+197
* | | test-socket-util: avoid writing past the defined bufferZbigniew Jędrzejewski-Szmek2019-10-241-3/+2
* | | Merge pull request #13452 from yuwata/network-reloadZbigniew Jędrzejewski-Szmek2019-10-2417-65/+360
|\ \ \ | |/ / |/| |
| * | network: add tests for "networkctl reconfigure"Yu Watanabe2019-10-241-0/+27
| * | networkctl: introduce reconfigure methodYu Watanabe2019-10-242-20/+74
| * | networkctl: use format_ifname_full()Yu Watanabe2019-10-241-12/+6
| * | networkctl: fix error messageYu Watanabe2019-10-241-1/+2
| * | format-util: introduce format_ifname_full()Yu Watanabe2019-10-242-3/+24
| * | network: introduce Reconfigure() bus methodYu Watanabe2019-10-246-5/+46
| * | network: include netinet/in.h to fix build errorYu Watanabe2019-10-241-0/+1
| * | test-network: add tests for "networkctl reload"Yu Watanabe2019-10-241-0/+26
| * | networkctl: add reload commandYu Watanabe2019-10-242-0/+36
| * | network: also reload .netdev filesYu Watanabe2019-10-244-7/+13
| * | network: add Reload() dbus methodYu Watanabe2019-10-246-20/+108
* | | test: drop duplicated 's'Yu Watanabe2019-10-241-1/+1
|/ /
* | Merge pull request #13828 from keszybz/networkctl-print-wlanYu Watanabe2019-10-245-131/+222
|\ \
| * | networkctl: print ssid and bssidZbigniew Jędrzejewski-Szmek2019-10-241-0/+61
| * | networkctl: create the sd_device structure just onceZbigniew Jędrzejewski-Szmek2019-10-241-26/+33
| * | network: split out functions to get ssid and bssidZbigniew Jędrzejewski-Szmek2019-10-244-95/+112
| * | networkctl: split out helper functionZbigniew Jędrzejewski-Szmek2019-10-231-5/+10
| * | networkctl: show carrier in green for loopback ifaceZbigniew Jędrzejewski-Szmek2019-10-231-5/+6
* | | udev/cdrom_id: Do not open CD-rom in exclusive mode.Michal Suchanek2019-10-241-23/+1
* | | Merge pull request #13807 from 1848/ip6gre_key_fixYu Watanabe2019-10-232-0/+46
|\ \ \
| * | | Added ip6gre example to man18482019-10-221-0/+10
| * | | Set key (IFLA_GRE_IKEY,IFLA_GRE_OKEY) on ip6gre interfaces.18482019-10-201-0/+36
* | | | l10n(zh_TW): update translationspan934122019-10-231-25/+152
* | | | run: add -u as a synonym for --unitDavid Tardon2019-10-232-5/+5
* | | | Merge pull request #13825 from keszybz/nspawn-console-helpYu Watanabe2019-10-232-42/+55
|\ \ \ \
| * | | | man: reorder description of nspawn --consoleZbigniew Jędrzejewski-Szmek2019-10-231-23/+25
| * | | | nspawn: fix handling of --console=helpZbigniew Jędrzejewski-Szmek2019-10-231-19/+30
* | | | | Merge pull request #13142 from yuwata/network-wifi-ssid-support-nl80211Zbigniew Jędrzejewski-Szmek2019-10-2326-70/+542
|\ \ \ \ \ | | |_|/ / | |/| | |