summaryrefslogtreecommitdiffstats
path: root/hwdb/20-pci-classes.hwdb (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-05networkd-link: Don't start a DHCPv6 informational exchange automaticallyPatrik Flykt1-12/+0
When a link is configured, wait until there is a Router Advertisement before attempting to start DHCPv6. The intended DHCPv6 mode will be evaluated in ndisc_router_handler() in networkd-ndisc.c.
2018-10-05test-execute: add a test for systemcall filter (#10273)Yu Watanabe3-0/+11
This adds a test for issue #9939 which is fixed by a5404992cc7724ebf7572a0aa89d9fdb26ce0b62 (#9942).
2018-10-04dhcp6: don't include internal header "sparse-endian.h" in "sd-dhcp6-client.h"Thomas Haller2-3/+2
Arguably, libsystemd-network is (still) entirely internal API. However there is the aim of maybe exposing it as public API. For that reason, it cannot include internal headers from "src/basic/". Note how files "src/systemd/sd-*.h" don't include any systemd headers which don't themself have an "sd-" prefix. Fixes: d89a400ed664e0b57fd8667db5637792a185e831
2018-10-04Add DOCUMENTATION_URL as a standard value for /etc/os-releaseStephen Gallagher1-3/+7
It is very useful for distributions to be able to set a primary documentation URL in a standard location so that users and applications on the system can identify it. For example, many headless systems these days use the "Cockpit" admin console. It would be ideal if we could specify this location directly in the os-release file so that any application or service could have a well-known location for retrieving this and displaying it appropriately. Users could likewise examine /etc/os-release to learn this location. Related: https://github.com/cockpit-project/cockpit/issues/10198 Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-10-04test: fix memleak in test-fs-utilYu Watanabe1-6/+6
Fixes #10267 and CID#1395997.
2018-10-04test-fs-util: run all tests on the specified directoryZbigniew Jędrzejewski-Szmek1-33/+79
This removes $RENAME_NOREPLACE_DIR and uses a command-line argument instead. Logging is added, and tests are skipped if we get -EPERM or friends (which happens on FAT and other filesystems).
2018-10-03test-fs-util: simplify testdir creationZbigniew Jędrzejewski-Szmek1-8/+4
2018-10-03test-execute: also tests under the condition that unshare() is filteredYu Watanabe3-31/+63
This is mainly for testing 1beab8b0d0ff2d7d1436b52d4a0c3d56dc908962.
2018-10-03test: make systemd-networkd-tests.py run on arbitrary directoryYu Watanabe1-1/+1
2018-10-03test: replace stop+start by restartYu Watanabe1-3/+1
This suppress the following warnings: ``` Warning: Stopping systemd-networkd.service, but it can still be activated by: systemd-networkd.socket ```