summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-12hwdb: change the Logitech MX500 to 1100 dpi (#3517)Peter Hutterer
https://bugs.freedesktop.org/show_bug.cgi?id=96225 and specifically the tech specs here: http://support.logitech.com/en_us/product/corded-mouse-m500
2016-06-12Merge pull request #3502 from poettering/resolved-flush-cacheZbigniew Jędrzejewski-Szmek
resolved: allow clients request cache flushes
2016-06-12Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
2016-06-12Merge branch 'lukeshu/postmove' into postmoveLuke Shumaker
2016-06-12./move.shLuke Shumaker
2016-06-12moreLuke Shumaker
2016-06-12moreLuke Shumaker
2016-06-12Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
2016-06-12Merge branch 'lukeshu/postmove' into postmoveLuke Shumaker
2016-06-12./move.shLuke Shumaker
2016-06-12moreLuke Shumaker
2016-06-12nss-myhostnameLuke Shumaker
2016-06-12moreLuke Shumaker
2016-06-12fixity fixLuke Shumaker
2016-06-12Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
2016-06-12Merge branch 'lukeshu/postmove' into postmoveLuke Shumaker
2016-06-12./move.shLuke Shumaker
2016-06-12makefileLuke Shumaker
2016-06-12tidyLuke Shumaker
2016-06-12fixLuke Shumaker
2016-06-12Merge pull request #3453 from poettering/fix-3353Zbigniew Jędrzejewski-Szmek
Fixes #3353.
2016-06-12automake2autothing: better LDFLAGSLuke Shumaker
2016-06-12Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
# Conflicts: # src/libudev/src/Makefile
2016-06-12Merge branch 'lukeshu/postmove' into postmoveLuke Shumaker
2016-06-12./move.shLuke Shumaker
2016-06-12libudev-internalLuke Shumaker
2016-06-12fLuke Shumaker
2016-06-12(systemd) fixLuke Shumaker
2016-06-12fixLuke Shumaker
2016-06-12networkd: more vlan cleanup (#3506)Tobias Jungel
use config_parse_vlanid to parse vlan for BridgeFDB entries
2016-06-12networkd: cleanup of bridge vlan code (#3505)Tobias Jungel
cleanup minor nitpicks mentioned in #3428
2016-06-12(systemd) fixityLuke Shumaker
2016-06-12fixityLuke Shumaker
2016-06-12(systemd) at.addprefix: fixLuke Shumaker
2016-06-12at.addprefix: fixLuke Shumaker
2016-06-12have automake2autothing also add depdirs for librariesLuke Shumaker
2016-06-12(systemd) use at.addprefixLuke Shumaker
2016-06-12use at.addprefixLuke Shumaker
2016-06-12(systemd) add at.addprefix, a safe root-aware addprefix for directoriesLuke Shumaker
2016-06-12add at.addprefix, a safe root-aware addprefix for directoriesLuke Shumaker
2016-06-12fixityLuke Shumaker
2016-06-12Fixed a small typo in a comment (#3514)Alex Gaynor
2016-06-12Merge branch 'lukeshu/postmove' into 'lukeshu/master'Luke Shumaker
2016-06-11test-keymap-util: use kbd-model-map/language-fallback-map from $(srcdir)Zbigniew Jędrzejewski-Szmek
This adds (undocumented) environment variables SYSTEMD_KBD_MODEL_MAP and SYSTEMD_LANGUAGE_FALLBACK_MAP, which, if set, override compiled-in locations of those two files. Instead of skipping tests when the maps are not installed, just use the one from the source dir. We still cannot do the mappings the other way if /usr/lib/kbd/keymaps is not present, so truncate the tests in that case. Also tweak the debug messages a bit to make it easier to see which function is failing.
2016-06-10hwdb: update UEFI/ACPI/PNP/EISA/EDID database from UEFI web siteFederico Mena Quintero
Let's hook up the ACPI database we maintain from the upstream UEFI sources. This adds a tool to convert the database provided upstream to our native format, similar to how this is handled for the PCI and USB databases. Note that the upstream web site claims to offer an XLS download, but the actual data made available is an HTML file in reality, just one with the ".xls" suffix... The data provided from the UEFI folks is not very high quality nor complete, hence apply a patch after the conversion step that fixes up a few things and adds in more entries from various sources. For example, the EDID ids maintained by GNOME and other sources have been added too, as they all appear to use the same ID namespace. This also adds explicit support for 4 character ACPI ids, in addition to the normal 3 character PNP ids. Also fixes: https://bugs.freedesktop.org/show_bug.cgi?id=90524
2016-06-10resolved: move verification that link is unmanaged into the proper bus callsLennart Poettering
Previously, we checked only for the various SetLinkXYZ() calls on the Manager object exposed on the bus if the specified interface is managed/unmanaged by networkd (as we don't permit overriding DNS configuration via bus calls if networkd owns the device), but the equivalent SetXYZ() calls on the Link object did not have such a check. Fix that by moving the appropriate check into the latter, as the former just calls that anyway.
2016-06-10resolved: also add a way to flush all caches via the busLennart Poettering
And expose it in "resolve-tool --flush-caches".
2016-06-10man: document what SIGUSR1 and SIGUSR2 do to resolvedLennart Poettering
2016-06-10resolved: flush all caches if SIGUSR2 is receivedLennart Poettering
2016-06-10networkd: fix bad memory access for routes that are note attached to a link ↵Lennart Poettering
yet (#3499) Corrects: 1b566071 Also see: https://github.com/systemd/systemd/pull/3478#issuecomment-225008542