summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2702 from poettering/resolved-iterate-fixZbigniew Jędrzejewski-Szmek2016-02-297-42/+59
|\
| * resolved: fix notification iteration logic when transactions are completedLennart Poettering2016-02-226-35/+52
| * hashmap: use void* and uint8_t* for generic pointersLennart Poettering2016-02-221-7/+7
* | Merge pull request #2767 from benjarobin/fix-warnZbigniew Jędrzejewski-Szmek2016-02-291-0/+2
|\ \
| * | systemctl: Fix warn: action_to_runlevel() is not usedBenjamin ROBIN2016-02-291-0/+2
* | | Merge pull request #2771 from 0xAX/core-kernel-timestamp-cleanupLennart Poettering2016-02-291-3/+1
|\ \ \
| * | | core: use DUAL_TIMESTAMP_NULL to reset kernel_timestampAlexander Kuleshov2016-02-291-3/+1
* | | | Merge pull request #2769 from martinpitt/adjtimeLennart Poettering2016-02-292-8/+8
|\ \ \ \
| * | | | test-clock: fix FILE* leakMartin Pitt2016-02-291-2/+2
| * | | | test-clock: fix assertionsMartin Pitt2016-02-291-4/+4
| * | | | timedated: trivial stylistic fixMartin Pitt2016-02-291-2/+2
* | | | | Merge pull request #2752 from eliasp/no-container-name-escapingZbigniew Jędrzejewski-Szmek2016-02-291-2/+2
|\ \ \ \ \
| * | | | | Don't escape the name of the container in instances ofElias Probst2016-02-261-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #2763 from tblume/shorten-hostname-before-removing-dotsLennart Poettering2016-02-291-2/+2
|\ \ \ \ \
| * | | | | shorten hostname before checking for trailing dotThomas Blume2016-02-291-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #2756 from thom311/masterLennart Poettering2016-02-293-5/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | core: avoid compiler warning when compiling with -fexceptionsThomas Haller2016-02-273-5/+5
| | |/ / | |/| |
* | | | Merge pull request #2766 from keszybz/coverityMartin Pitt2016-02-291-4/+5
|\ \ \ \
| * | | | test-clock: fix fd "leak"Zbigniew Jędrzejewski-Szmek2016-02-291-4/+5
|/ / / /
* | | | Merge pull request #2764 from benjarobin/fix-stdio-bridgeRonny Chevalier2016-02-291-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | stdio-bridge: Correctly propagate errorBenjamin Robin2016-02-291-0/+3
|/ / /
* | | Merge pull request #2746 from daurnimator/patch-1Zbigniew Jędrzejewski-Szmek2016-02-281-3/+2
|\ \ \
| * | | .github/ISSUE_TEMPLATE: Use a list for submission type so that it appears as ...daurnimator2016-02-261-3/+2
| |/ /
* | | Merge pull request #2753 from phomes/trivial-fixes2Zbigniew Jędrzejewski-Szmek2016-02-283-5/+3
|\ \ \
| * | | stdio-bridge: remove dead codeThomas Hindoe Paaboel Andersen2016-02-261-2/+0
| * | | tree-wide: indentation fixesThomas Hindoe Paaboel Andersen2016-02-263-3/+3
| |/ /
* | | Merge pull request #2749 from martinpitt/adjtimeZbigniew Jędrzejewski-Szmek2016-02-289-23/+145
|\ \ \ | |/ / |/| |
| * | timedated: be more tolerant in parsing /etc/adjtimeMartin Pitt2016-02-261-15/+29
| * | clock-util: be more tolerant in parsing /etc/adjtimeMartin Pitt2016-02-262-8/+12
| * | clock-util: make clock_is_localtime() testable and add initial testsMartin Pitt2016-02-269-7/+111
|/ /
* | Merge pull request #2671 from 0xAX/move-pager-open-to-one-placeZbigniew Jędrzejewski-Szmek2016-02-2515-151/+60
|\ \
| * | tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov2016-02-2615-151/+60
* | | Merge pull request #2743 from pfl/dhcp4_serverLennart Poettering2016-02-251-4/+9
|\ \ \
| * | | sd-dhcp-server: Send replies to BOOTP relay server portPatrik Flykt2016-02-251-4/+9
|/ / /
* | | Merge pull request #2722 from torstehu/fix-typo2Daniel Mack2016-02-249-9/+9
|\ \ \
| * | | treewide: fix typos and then/that useTorstein Husebø2016-02-249-9/+9
|/ / /
* | | Merge pull request #2719 from evverx/add-test-to-makefileMartin Pitt2016-02-242-1/+7
|\ \ \
| * | | tests: add exec-capabilityambientset* to Makefile.amEvgeny Vereshchagin2016-02-231-0/+2
| * | | tests: add exec-runtimedirectory* to Makefile.amEvgeny Vereshchagin2016-02-231-0/+3
| * | | tests: fix x86 personality tests to only on x86Lennart Poettering2016-02-231-1/+1
| * | | tests: add exec-spec-interpolation.service to Makefile.amEvgeny Vereshchagin2016-02-231-0/+1
* | | | Merge pull request #2726 from ssiloti/masterZbigniew Jędrzejewski-Szmek2016-02-241-0/+2
|\ \ \ \
| * | | | dnssec: only run tests that require gcrypt if we have itSteven Siloti2016-02-231-0/+2
* | | | | Merge pull request #2727 from ian-kelling/man-pr-v3Zbigniew Jędrzejewski-Szmek2016-02-241-8/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | man: clarify unit ordering languageIan Kelling2016-02-231-8/+11
* | | | | Merge pull request #2724 from vcaputo/minor-formatting-cleanupsZbigniew Jędrzejewski-Szmek2016-02-2346-76/+76
|\ \ \ \ \
| * | | | | tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-2346-76/+76
* | | | | | Merge pull request #2639 from nafets227/masterZbigniew Jędrzejewski-Szmek2016-02-231-10/+62
|\ \ \ \ \ \
| * | | | | | basic: Bugfix Detect XEN Dom0 as no virtualizationStefan Schallenberg aka nafets2272016-02-231-4/+22
| * | | | | | basic: Debug-logging of Virtualisation detectionStefan Schallenberg aka nafets2272016-02-231-9/+43