summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | network: add support matching based on BSSID=Yu Watanabe2019-10-1510-11/+33
| * | | | | | | network: also read BSSIDYu Watanabe2019-10-154-20/+93
| * | | | | | | network: support matching based on wifi SSIDYu Watanabe2019-10-1514-11/+129
| * | | | | | | network: introduce link_reconfigure()Yu Watanabe2019-10-152-0/+74
| * | | | | | | network: split link_free() into two partsYu Watanabe2019-10-151-15/+20
| * | | | | | | sd-netlink: add nl80211 type systemsYu Watanabe2019-10-153-0/+36
| * | | | | | | sd-netlink: introduce sd_genl_message_get_family()Yu Watanabe2019-10-152-0/+17
| * | | | | | | sd-netlink: support NLMSG_DONEYu Watanabe2019-10-153-1/+5
| * | | | | | | sd-netlink: save dynamic general netlink message typeYu Watanabe2019-10-1511-35/+130
| * | | | | | | sd-netlink: drop unnecessarily exported variablesYu Watanabe2019-10-151-2/+0
| * | | | | | | sd-netlink: introduce sd_netlink_message_read_string_strdup()Yu Watanabe2019-10-152-0/+27
| * | | | | | | sd-netlink: use structured initializerYu Watanabe2019-10-151-4/+6
| * | | | | | | sd-netlink: drop unused variableYu Watanabe2019-10-151-2/+0
| * | | | | | | sd-netlink: add missing license identifierYu Watanabe2019-10-151-0/+2
| * | | | | | | bus-util: make map_basic handle SD_BUS_TYPE_OBJECT_PATH typeYu Watanabe2019-10-151-1/+2
* | | | | | | | Merge pull request #13820 from keszybz/dead-code-removalYu Watanabe2019-10-233-19/+15
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | update-utmp: remove dead conditionalZbigniew Jędrzejewski-Szmek2019-10-211-12/+9
| * | | | | | | tty-ask-password: fix dead code pathZbigniew Jędrzejewski-Szmek2019-10-211-6/+4
| * | | | | | | journal-remote: reduce scope of variableZbigniew Jędrzejewski-Szmek2019-10-211-1/+2