Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-23 | Merge pull request #2639 from nafets227/master | Zbigniew Jędrzejewski-Szmek | |
Bugfix set virt=none when running on XEN Dom0 | |||
2016-02-23 | basic: Bugfix Detect XEN Dom0 as no virtualization | Stefan Schallenberg aka nafets227 | |
When running in XEN Dom0 the virtualization check: 1) detect_xen returns HYPERVISOR_NONE so next checks are executed 2) /proc/sys/hypervisor detects a XEN hypervisor it is lacking the special Dom0 detection as in detect_xen With this patch, at the end of all virtualization checks we double-check if running in XEN Dom0 or DomU. | |||
2016-02-23 | basic: Debug-logging of Virtualisation detection | Stefan Schallenberg aka nafets227 | |
print out every single detection executed and its result. | |||
2016-02-23 | Merge pull request #2725 from phomes/misc-cleanup | Zbigniew Jędrzejewski-Szmek | |
Misc cleanup | |||
2016-02-23 | networkctl: fix const | Thomas Hindoe Paaboel Andersen | |
2016-02-23 | tree-wide: remove unused variables | Thomas Hindoe Paaboel Andersen | |
2016-02-23 | basic: mark unused variable as such | Thomas Hindoe Paaboel Andersen | |
2016-02-23 | Merge pull request #2664 from zonque/bootchart-removal | Lennart Poettering | |
Remove systemd-bootchart | |||
2016-02-23 | Merge pull request #2723 from poettering/importd-man | Zbigniew Jędrzejewski-Szmek | |
2016-02-23 | man: style fixes | Zbigniew Jędrzejewski-Szmek | |
2016-02-23 | man: change recommended order of NSS modules in /etc/nsswitch.conf | Lennart Poettering | |
So far we recommended placing "nss-mymachines" after "nss-resolve" in the order of preference in /etc/nsswitch.conf. This change reverse this order. Rationale: single-label names are resolved via LLMNR by resolved, which has to time out if no peer by that name exists. By placing "nss-mymachines" first (which always responds immediately) we avoid running into this timeout for most containers. Both modules should return the same data if LLMNR is used by the container anyway. While we are at it, improve the man pages of the three NSS modules in other ways a bit. | |||
2016-02-23 | Merge pull request #2708 from vcaputo/journal-restore-offline-state-on-error | Lennart Poettering | |
journal: restore offline state on error | |||
2016-02-23 | Merge pull request #2717 from keszybz/networkctl-prettification | Lennart Poettering | |
Networkctl prettification | |||
2016-02-23 | man: link some unit files to their online bus API documentation | Lennart Poettering | |
2016-02-23 | man: add minimal man page for systemd-importd.service | Lennart Poettering | |
2016-02-23 | networkctl: only print lldp legend for capabilities that were actually seen | Zbigniew Jędrzejewski-Szmek | |
2016-02-23 | basic: simplify ether_addr_is_null | Zbigniew Jędrzejewski-Szmek | |
2016-02-23 | Fix two typos | Zbigniew Jędrzejewski-Szmek | |
2016-02-23 | man: update link to Fedora Cloud images | Zbigniew Jędrzejewski-Szmek | |
Better to use the mirror manager and https. | |||
2016-02-23 | architecture.h: remove PROC_CPUINFO_MODEL | Daniel Mack | |
This was only needed for bootchart, so it can go now. | |||
2016-02-23 | Remove systemd-bootchart | Daniel Mack | |
This commit rips out systemd-bootchart. It will be given a new home, outside of the systemd repository. The code itself isn't actually specific to systemd and can be used without systemd even, so let's put it somewhere else. | |||
2016-02-23 | Merge pull request #2709 from vcaputo/normalize_inc_dec_usage | Martin Pitt | |
tree-wide: make ++/-- usage consistent WRT spacing | |||
2016-02-23 | Merge pull request #2707 from teg/man-network | Martin Pitt | |
network: minor manpage clarifications | |||
2016-02-23 | Merge pull request #2698 from poettering/personality | Martin Pitt | |
Personality fixes | |||
2016-02-22 | tree-wide: make ++/-- usage consistent WRT spacing | Vito Caputo | |
Throughout the tree there's spurious use of spaces separating ++ and -- operators from their respective operands. Make ++ and -- operator consistent with the majority of existing uses; discard the spaces. | |||
2016-02-22 | journal: restore offline state on error | Vito Caputo | |
If we fail to create the thread, technically we should leave the offline_state as OFFLINE_JOINED, not OFFLINE_SYNCING. | |||
2016-02-22 | Merge pull request #2706 from whot/hwdb-updates | Zbigniew Jędrzejewski-Szmek | |
Lenovo T460 and P50 touchpad axis corrections | |||
2016-02-23 | man: link - add suggestion for debugging | Tom Gundersen | |
udevadm test-builtin can be very useful for testing .link files, so add a reference. Addresses issue #2406. | |||
2016-02-23 | man: network - clarify BindCarrier documentation | Tom Gundersen | |
Make it clear that we are talking of links (in the sense used in networkd) and not ports. Addresses issue #964. | |||
2016-02-23 | man: network - improve IPv6Token documentation | Tom Gundersen | |
Enabling router advertisement may even trigger SLAAC or DHCPv6 to be used to configure IPv6 addresses on the link. It may not be obvious that only in the SLAAC case will the Token have an effect. Clarify this in the man page. Addresses issue #863. | |||
2016-02-23 | hwdb: reshuffle Lenovo entries to sort alphabetically by model | Peter Hutterer | |
2016-02-23 | hwdb: add axis range corrections for the Lenovo T460 and P50 | Peter Hutterer | |
2016-02-22 | Merge pull request #2701 from keszybz/udev-rules | Lennart Poettering | |
udev-rules cleanup fix | |||
2016-02-22 | github: CONTRIBUTING.md moved, let's fix the link to it | Lennart Poettering | |
2016-02-22 | tests: add personality tests | Lennart Poettering | |
2016-02-22 | util-lib: simplify personality() string matching | Lennart Poettering | |
2016-02-22 | virt: make sure we don't ignore some errors | Lennart Poettering | |
2016-02-22 | man: extend the Personality= documentation | Lennart Poettering | |
Among other fixes, add information about more architectures that are supported these days. | |||
2016-02-22 | util-lib: support various ppc archs in personality logic | Lennart Poettering | |
2016-02-22 | util-lib: use the architecture ids from architecture.h for personalities | Lennart Poettering | |
We have this ids, hence let's use them universally. | |||
2016-02-22 | build-sys: move shared/architecture.[ch] into basic/ | Lennart Poettering | |
After all, it is pretty generic, has no external deps besides libc, and is very similar to virt.[ch] which is also in basic/ | |||
2016-02-22 | Merge pull request #2704 from poettering/lldp-internal-fix | Martin Pitt | |
build-sys: add missing header file to Makefile.am | |||
2016-02-22 | build-sys: add missing header file to Makefile.am | Lennart Poettering | |
Fixes: #2700 | |||
2016-02-22 | udev-rules: fix querying of attributes | Zbigniew Jędrzejewski-Szmek | |
faccessat returns 0 on success. A cosmetic fix is also included: the slash was doubled unnecessarily. | |||
2016-02-22 | udev-test.pl: add --strace option | Zbigniew Jędrzejewski-Szmek | |
It's useful when trying to see what the tests are doing. I hardcoded '-efile' as the option to strace, but in the future it might be useful to make this configurable. | |||
2016-02-22 | Merge pull request #2685 from poettering/lldp-fixes2 | Tom Gundersen | |
lldp fixes, second iteration | |||
2016-02-22 | Merge pull request #2695 from mustrumr/fix-calendarspec-skip | Lennart Poettering | |
calendarspec: fix find_next skipping times | |||
2016-02-22 | Merge pull request #2692 from ssahani/tunnel | Zbigniew Jędrzejewski-Szmek | |
networkd: tunnel fix tunnel address | |||
2016-02-22 | Merge pull request #2694 from zonque/proxyarp-missing | Lennart Poettering | |
missing.h: Explicitly check for IFLA_BRPORT_PROXYARP | |||
2016-02-22 | calendarspec: fix find_next skipping times | Hristo Venev | |
reset usec when bumping hours/minutes |