Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-29 | test-clock: fix FILE* leak | Martin Pitt | |
Close the FILE* instead of the underlying fd. | |||
2016-02-29 | test-clock: fix assertions | Martin Pitt | |
Use assert_se() to ensure that they don't get optimized away. | |||
2016-02-29 | timedated: trivial stylistic fix | Martin Pitt | |
Don't use {} for single-line "then" blocks. | |||
2016-02-29 | Merge pull request #2766 from keszybz/coverity | Martin Pitt | |
test-clock: fix fd "leak" | |||
2016-02-29 | test-clock: fix fd "leak" | Zbigniew Jędrzejewski-Szmek | |
CID #1352301. | |||
2016-02-29 | Merge pull request #2764 from benjarobin/fix-stdio-bridge | Ronny Chevalier | |
stdio-bridge: Correctly propagate error | |||
2016-02-29 | stdio-bridge: Correctly propagate error | Benjamin Robin | |
Return EXIT_FAILURE and print the correct errno code if sd_bus_get_fd() or sd_bus_get_events() fail | |||
2016-02-28 | Merge pull request #2746 from daurnimator/patch-1 | Zbigniew Jędrzejewski-Szmek | |
ISSUE_TEMPLATE: Use a list for submission type so that it appears as a checkbox | |||
2016-02-28 | Merge pull request #2753 from phomes/trivial-fixes2 | Zbigniew Jędrzejewski-Szmek | |
Trivial fixes | |||
2016-02-28 | Merge pull request #2749 from martinpitt/adjtime | Zbigniew Jędrzejewski-Szmek | |
2016-02-26 | stdio-bridge: remove dead code | Thomas Hindoe Paaboel Andersen | |
2016-02-26 | tree-wide: indentation fixes | Thomas Hindoe Paaboel Andersen | |
2016-02-26 | timedated: be more tolerant in parsing /etc/adjtime | Martin Pitt | |
Similarly to the previous commit, make context_write_data_local_rtc() understand /etc/adjtime files with just one or two lines, with or without a final newline. Normalize the file to the current definition in hwclock(8), in the spirit of "be liberal what you accept and strict what you produce": Add line terminators, and set the second line to "0" if missing. Fixes: #2638 | |||
2016-02-26 | clock-util: be more tolerant in parsing /etc/adjtime | Martin Pitt | |
As we default to "hardware clock is in UTC" if /etc/adjtime is not present, it also makes sense to have that default if /etc/adjtime contains only one or two lines. Drop the "gibberish" test case, as this was just EIO because of not containing three lines, which is already contained in other tests. clock_is_localtime() never actually validated the format of the first two lines, and there is little point in doing that. This addresses the reading half of issue #2638. | |||
2016-02-26 | clock-util: make clock_is_localtime() testable and add initial tests | Martin Pitt | |
Add path argument to clock_is_localtime() and default to "/etc/adjtime" if it's NULL. This makes the function testable. Add test-clock: initial test cases for some scenarios, using a temporary file. This also checks the behaviour with a NULL (i. e. the system's /etc/adjtime) file. | |||
2016-02-26 | .github/ISSUE_TEMPLATE: Use a list for submission type so that it appears as ↵ | daurnimator | |
a checkbox | |||
2016-02-25 | Merge pull request #2671 from 0xAX/move-pager-open-to-one-place | Zbigniew Jędrzejewski-Szmek | |
tree-wide: merge pager_open_if_enabled() to the pager_open() | |||
2016-02-26 | tree-wide: merge pager_open_if_enabled() to the pager_open() | Alexander Kuleshov | |
Many subsystems define own pager_open_if_enabled() function which checks '--no-pager' command line argument and open pager depends on its value. All implementations of pager_open_if_enabled() are the same. Let's merger this function with pager_open() from the shared/pager.c and remove pager_open_if_enabled() from all subsytems to prevent code duplication. | |||
2016-02-25 | Merge pull request #2743 from pfl/dhcp4_server | Lennart Poettering | |
sd-dhcp-server: Send replies to BOOTP relay server port | |||
2016-02-25 | sd-dhcp-server: Send replies to BOOTP relay server port | Patrik Flykt | |
RFC 2131 Section 4.1 says that "If the ’giaddr’ field in a DHCP message from a client is non-zero, the server sends any return messages to the ’DHCP server’ port on the BOOTP relay agent whose address appears in ’giaddr’." Fix this by adding a destination port when sending unicast UDP packets and provide the server port when a BOOTP relay agent is being used. | |||
2016-02-24 | Merge pull request #2722 from torstehu/fix-typo2 | Daniel Mack | |
treewide: fix typos and then/that use | |||
2016-02-24 | treewide: fix typos and then/that use | Torstein Husebø | |
2016-02-24 | Merge pull request #2719 from evverx/add-test-to-makefile | Martin Pitt | |
tests: various fixes | |||
2016-02-24 | Merge pull request #2726 from ssiloti/master | Zbigniew Jędrzejewski-Szmek | |
dnssec: only run tests that require gcrypt if we have it | |||
2016-02-24 | Merge pull request #2727 from ian-kelling/man-pr-v3 | Zbigniew Jędrzejewski-Szmek | |
man: clarify unit ordering language | |||
2016-02-23 | man: clarify unit ordering language | Ian Kelling | |
2016-02-23 | dnssec: only run tests that require gcrypt if we have it | Steven Siloti | |
2016-02-23 | Merge pull request #2724 from vcaputo/minor-formatting-cleanups | Zbigniew Jędrzejewski-Szmek | |
tree-wide: minor formatting inconsistency cleanups | |||
2016-02-23 | tree-wide: minor formatting inconsistency cleanups | Vito Caputo | |
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 | tests: add exec-capabilityambientset* to Makefile.am | Evgeny Vereshchagin | |
This is a follow-up to 70d7aea5c | |||
2016-02-23 | tests: add exec-runtimedirectory* to Makefile.am | Evgeny Vereshchagin | |
This is a follow-up to cc3ddc851 | |||
2016-02-23 | tests: fix x86 personality tests to only on x86 | Lennart Poettering | |
2016-02-23 | tests: add exec-spec-interpolation.service to Makefile.am | Evgeny Vereshchagin | |
This is a follow-up to 2525499 | |||
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 | |