Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-12 | hwdb: 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-12 | Merge pull request #3502 from poettering/resolved-flush-cache | Zbigniew Jędrzejewski-Szmek | |
resolved: allow clients request cache flushes | |||
2016-06-12 | Merge branch 'lukeshu/postmove' into lukeshu/master | Luke Shumaker | |
2016-06-12 | Merge branch 'lukeshu/postmove' into postmove | Luke Shumaker | |
2016-06-12 | ./move.sh | Luke Shumaker | |
2016-06-12 | more | Luke Shumaker | |
2016-06-12 | more | Luke Shumaker | |
2016-06-12 | Merge branch 'lukeshu/postmove' into lukeshu/master | Luke Shumaker | |
2016-06-12 | Merge branch 'lukeshu/postmove' into postmove | Luke Shumaker | |
2016-06-12 | ./move.sh | Luke Shumaker | |
2016-06-12 | more | Luke Shumaker | |
2016-06-12 | nss-myhostname | Luke Shumaker | |
2016-06-12 | more | Luke Shumaker | |
2016-06-12 | fixity fix | Luke Shumaker | |
2016-06-12 | Merge branch 'lukeshu/postmove' into lukeshu/master | Luke Shumaker | |
2016-06-12 | Merge branch 'lukeshu/postmove' into postmove | Luke Shumaker | |
2016-06-12 | ./move.sh | Luke Shumaker | |
2016-06-12 | makefile | Luke Shumaker | |
2016-06-12 | tidy | Luke Shumaker | |
2016-06-12 | fix | Luke Shumaker | |
2016-06-12 | Merge pull request #3453 from poettering/fix-3353 | Zbigniew Jędrzejewski-Szmek | |
Fixes #3353. | |||
2016-06-12 | automake2autothing: better LDFLAGS | Luke Shumaker | |
2016-06-12 | Merge branch 'lukeshu/postmove' into lukeshu/master | Luke Shumaker | |
# Conflicts: # src/libudev/src/Makefile | |||
2016-06-12 | Merge branch 'lukeshu/postmove' into postmove | Luke Shumaker | |
2016-06-12 | ./move.sh | Luke Shumaker | |
2016-06-12 | libudev-internal | Luke Shumaker | |
2016-06-12 | f | Luke Shumaker | |
2016-06-12 | (systemd) fix | Luke Shumaker | |
2016-06-12 | fix | Luke Shumaker | |
2016-06-12 | networkd: more vlan cleanup (#3506) | Tobias Jungel | |
use config_parse_vlanid to parse vlan for BridgeFDB entries | |||
2016-06-12 | networkd: cleanup of bridge vlan code (#3505) | Tobias Jungel | |
cleanup minor nitpicks mentioned in #3428 | |||
2016-06-12 | (systemd) fixity | Luke Shumaker | |
2016-06-12 | fixity | Luke Shumaker | |
2016-06-12 | (systemd) at.addprefix: fix | Luke Shumaker | |
2016-06-12 | at.addprefix: fix | Luke Shumaker | |
2016-06-12 | have automake2autothing also add depdirs for libraries | Luke Shumaker | |
2016-06-12 | (systemd) use at.addprefix | Luke Shumaker | |
2016-06-12 | use at.addprefix | Luke Shumaker | |
2016-06-12 | (systemd) add at.addprefix, a safe root-aware addprefix for directories | Luke Shumaker | |
2016-06-12 | add at.addprefix, a safe root-aware addprefix for directories | Luke Shumaker | |
2016-06-12 | fixity | Luke Shumaker | |
2016-06-12 | Fixed a small typo in a comment (#3514) | Alex Gaynor | |
2016-06-12 | Merge branch 'lukeshu/postmove' into 'lukeshu/master' | Luke Shumaker | |
2016-06-11 | test-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-10 | hwdb: update UEFI/ACPI/PNP/EISA/EDID database from UEFI web site | Federico 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-10 | resolved: move verification that link is unmanaged into the proper bus calls | Lennart 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-10 | resolved: also add a way to flush all caches via the bus | Lennart Poettering | |
And expose it in "resolve-tool --flush-caches". | |||
2016-06-10 | man: document what SIGUSR1 and SIGUSR2 do to resolved | Lennart Poettering | |
2016-06-10 | resolved: flush all caches if SIGUSR2 is received | Lennart Poettering | |
2016-06-10 | networkd: 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 |