Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-11 | Merge pull request #3011 from evverx/dont-silently-skip-test-namespace | Ronny Chevalier | |
tests: don't silently skip `test-namespace` | |||
2016-04-11 | Merge pull request #2996 from keszybz/coverity-fixes | Martin Pitt | |
Coverity fixes | |||
2016-04-10 | tests: don't silently skip `test-namespace` | Evgeny Vereshchagin | |
2016-04-10 | Merge pull request #3008 from evverx/udev-test-ignore-some-mount-errors | Zbigniew Jędrzejewski-Szmek | |
tests: ignore some mount errors in test-udev | |||
2016-04-10 | tests: ignore some mount errors in test-udev | Evgeny Vereshchagin | |
Fixes: $ sudo make distcheck ... FAIL: test/udev-test.pl ... $ vi systemd-229/_build/sub/test/udev-test.pl.log ... failed to mount empty /home/ubuntu/systemd/systemd-229/_inst/lib/udev/rules.d No such file or directory ... failed to mount empty /home/ubuntu/systemd/systemd-229/_inst/lib/udev/rules.d No such file or directory ... 414 errors occurred | |||
2016-04-10 | Merge pull request #3002 from robertwec/master | Martin Pitt | |
hwdb: Add MODECOM MC-WM4 and Sharkoon Shark Force | |||
2016-04-10 | Merge pull request #3004 from tsmock/master | Martin Pitt | |
hwdb/70-mouse.hwdb: Add Dynex Wired Mouse (DX-WMSE2) | |||
2016-04-09 | hwdb/70-mouse.hwdb: Add Dynex Wired Mouse (DX-WMSE2) | Taylor Smock | |
2016-04-10 | hwdb: Add MODECOM MC-WM4 and Sharkoon Shark Force | Robert Węcławski | |
2016-04-08 | core/service: only search for pid if loading from file failed | Zbigniew Jędrzejewski-Szmek | |
CID #1237511. | |||
2016-04-08 | core/service: drop return value that is always ignored anyway | Zbigniew Jędrzejewski-Szmek | |
2016-04-08 | shutdown: use (void) | Zbigniew Jędrzejewski-Szmek | |
NULL cgroup is handled below. | |||
2016-04-08 | nspawn: ignore failure to chdir | Zbigniew Jędrzejewski-Szmek | |
CID #1322380. | |||
2016-04-08 | journal: assert gcry_mpi_scan succeeded | Zbigniew Jędrzejewski-Szmek | |
It might be nicer to propagate the error to the caller, but that'd be a bigger refactoring. This shouldn't really fail, so just add an assert. CID #1349697. | |||
2016-04-08 | sd-resolve: ignore error in pthread_join() | Zbigniew Jędrzejewski-Szmek | |
CID #1338424. | |||
2016-04-08 | basic/util: check return value of dup2 in fork_agent() | Zbigniew Jędrzejewski-Szmek | |
CID #1304689. | |||
2016-04-08 | import: use (void) more | Zbigniew Jędrzejewski-Szmek | |
CID #1299018-9. | |||
2016-04-08 | udevadm: assert return value | Zbigniew Jędrzejewski-Szmek | |
This mirrors what we do in now(). CID #1351755. | |||
2016-04-08 | udevd: use (void) to silence coverity | Zbigniew Jędrzejewski-Szmek | |
CID #1351429. | |||
2016-04-08 | resolved: handle oom properly | Zbigniew Jędrzejewski-Szmek | |
CID #1349699-1349700. | |||
2016-04-08 | network: check return value | Zbigniew Jędrzejewski-Szmek | |
CID #1349698. | |||
2016-04-08 | Merge pull request #2990 from evverx/sys-depends-on-sys-tar-xz | Lennart Poettering | |
build-sys: test/sys depends on test/sys.tar.xz | |||
2016-04-08 | build-sys: test/sys depends on test/sys.tar.xz | Evgeny Vereshchagin | |
Fixes: $ ls -ld test/sys drwxr-xr-x. 12 vagrant vagrant 4096 Jan 6 2012 test/sys $ git pull Updating d4337c1..710a885 Fast-forward ... test/sys.tar.xz | Bin 261380 -> 165116 bytes test/udev-test.pl | 67 ++++++++++++----- $ sudo make check TESTS=test/udev-test.pl ... FAIL: test/udev-test.pl $ rm -r test/sys $ make test/sys $ sudo make check TESTS=test/udev-test.pl ... PASS: test/udev-test.pl | |||
2016-04-08 | Merge pull request #2985 from keszybz/lldp-assert | Martin Pitt | |
Replace if with assert_cc in lldp code and a build-sys tweak | |||
2016-04-07 | Merge pull request #2943 from vinaykul/systemd_duid_review_fixes | Zbigniew Jędrzejewski-Szmek | |
DHCP DUID parsing fix, logging fix, man-page fix | |||
2016-04-07 | Merge pull request #2987 from CyberShadow/pull-20160407-234344 | Zbigniew Jędrzejewski-Szmek | |
core: downgrade warning about duplicate device names again | |||
2016-04-07 | core: downgrade warning about duplicate device names again | Vladimir Panteleev | |
Pull request #2412 seemed to have unintentionally reverted 5259bcf6a638d8d489db1ddefd55327aa15f3e51, thus reintroducing https://bugs.freedesktop.org/show_bug.cgi?id=90386. This commit reverts that part of the commit, changing the log level to debug again. | |||
2016-04-07 | lldp: replace if with assert_cc | Zbigniew Jędrzejewski-Szmek | |
LLDP_TX_HOLD or one of the other variables might be changed in the future resulting in a silent error here if the if was just removed. Replacement for #2983. | |||
2016-04-07 | build-sys: force generation of triggers.systemd file | Zbigniew Jędrzejewski-Szmek | |
We don't want to actually install it anywhere, because it is only usable copied or %included directly into a spec file, and must be available before %prep is run. But still, it's useful to generate it automatically so it's easier to copy and it doesn't go stale. | |||
2016-04-07 | Merge pull request #2981 from keszybz/test-nss | Martin Pitt | |
build-sys: move test-nss to manual_tests | |||
2016-04-07 | build-sys: move test-nss to manual_tests | Zbigniew Jędrzejewski-Szmek | |
2016-04-06 | Merge pull request #2976 from martinpitt/udev-test-tags | Zbigniew Jędrzejewski-Szmek | |
Add tags tests to udev-test.pl | |||
2016-04-06 | sd-device: Allocate enough room for tags string | Martin Pitt | |
Fix commit 1d88a2: We need to allocate another byte for building the "tags" string, as we append an extra ':' and still need the NUL terminator. | |||
2016-04-06 | test: udev: Check tags | Martin Pitt | |
Add two more tests: - Add a single tag, match on it, don't match on another. - Add 10.000 tags to a device, ensure that udev survives this. (Reproduces crash fixed by commit 1d88a271a) | |||
2016-04-06 | test: udev: check exit code of test-udev | Martin Pitt | |
We expect test-udev to succeed. Verify that its exit code is zero, particularly to spot crashes (e. g. a segfault would be error code 139). | |||
2016-04-06 | Merge pull request #2972 from lnykryn/curl | Lennart Poettering | |
configure.ac: bump curl dependency to 7.32.0 | |||
2016-04-06 | configure.ac: bump curl dependency to 7.32.0 | Lukas Nykryn | |
We are using CURLOPT_XFERINFOFUNCTION which was added in 7.32.0. | |||
2016-04-06 | Merge pull request #2970 from msekletar/machine-id-prefix-roota | Zbigniew Jędrzejewski-Szmek | |
machine-id-setup: simplify by using prefix_roota | |||
2016-04-06 | Merge pull request #2971 from torstehu/fix-typo | Martin Pitt | |
man: fix spelling mistakes | |||
2016-04-06 | man: fix spelling mistakes | Torstein Husebø | |
2016-04-06 | Merge pull request #2969 from evverx/udev-test-dont-rely-on-underlying-fs-2 | Martin Pitt | |
tests: don't rely on the underlying fs in test-udev (v2) | |||
2016-04-06 | Merge pull request #2968 from keszybz/journal-upload-watchdog-update-master | Lennart Poettering | |
Journal upload watchdog update master | |||
2016-04-06 | Merge pull request #2944 from keszybz/man-coredump-sysctl | Lennart Poettering | |
Man coredump sysctl | |||
2016-04-06 | Merge pull request #2947 from keszybz/test-nss | Lennart Poettering | |
Add a test for nss modules and some related fixes | |||
2016-04-06 | Merge pull request #2962 from keszybz/value-option | Lennart Poettering | |
Add `--value` option to systemctl and loginctl to only print values | |||
2016-04-06 | Merge pull request #2961 from evverx/fix-activate-sigchld | Lennart Poettering | |
activate: improve SIGCHLD handler | |||
2016-04-06 | machine-id-setup: simplify by using prefix_roota | Michal Sekletar | |
2016-04-06 | tests: don't rely on the underlying fs in test-udev (v2) | Evgeny Vereshchagin | |
* This reverts commit 646048b40a7b62c4e9bc59024ef6133613cda01b. Let's test really big numbers again * Don't be so brutal: use rmdir instead of rm -rf As suggested https://github.com/systemd/systemd/pull/2966#issuecomment-205751680 | |||
2016-04-05 | nss-myhostname: remove dead test of variable that was not set | Zbigniew Jędrzejewski-Szmek | |
2016-04-05 | test-nss: test the resolution of various names | Zbigniew Jędrzejewski-Szmek | |
nss-dns is also "tested". It should be almost always available, and provides a reference for comparison. |