summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | shared/dissect-image: make sure that we don't truncate device nameZbigniew Jędrzejewski-Szmek2019-01-271-1/+3
* | | Merge pull request #11655 from yuwata/fix-11652Lennart Poettering2019-02-072-2/+12
|\ \ \
| * | | test: add a test case for issue #11652Yu Watanabe2019-02-061-0/+10
| * | | sd-device: fix device_copy_properties()Yu Watanabe2019-02-061-2/+2
* | | | Merge pull request #11659 from yuwata/fix-11643Lennart Poettering2019-02-072-2/+2
|\ \ \ \
| * | | | curl-util: fix use after freeYu Watanabe2019-02-061-1/+1
| * | | | pull: fix invalid error checkYu Watanabe2019-02-061-1/+1
* | | | | Merge pull request #11663 from yuwata/follow-up-10712Lennart Poettering2019-02-072-16/+28
|\ \ \ \ \
| * | | | | core/dbus-service: empty assignment to PIDFile= resets the valueYu Watanabe2019-02-061-16/+18
| * | | | | core/dbus-service: write PIDFile= setting to transient unit fileYu Watanabe2019-02-061-2/+6
| * | | | | core/load-fragment: empty assignment to PIDFile= resets the valueYu Watanabe2019-02-061-0/+6
| |/ / / /
* | | | | sd-daemon: make sd_booted() return negative errno on unexpected errorYu Watanabe2019-02-071-1/+7
|/ / / /
* | | | test-network: ignore tunnel devices automatically added by kernelYu Watanabe2019-02-061-1/+1
* | | | Merge pull request #11656 from yuwata/test-network-routing-policy-rule-check-...Frantisek Sumsal2019-02-061-0/+24
|\ \ \ \ | |/ / / |/| | |
| * | | test-network: check port range and ipproto attributes are supported by kernel...Yu Watanabe2019-02-061-0/+24
|/ / /
* | | udevadm info: "-a" should enumerate sysfs attributes, not envs (#11642)Mantas Mikulėnas2019-02-051-1/+4
* | | analyze security: fix recursive call of syscall_names_in_filter()Yu Watanabe2019-02-041-11/+11
* | | portable: document /etc/machine-id and /etc/resolv.confДамјан Георгиевски2019-02-041-4/+8
* | | hwdb: Add support for Gemini NC14 keyboardJonathan McDowell2019-02-041-0/+7
* | | machinectl: fix argument index in error logYu Watanabe2019-02-041-2/+2
* | | Merge pull request #11641 from ffontaine/masterLennart Poettering2019-02-044-0/+4
|\ \ \
| * | | networkd-dhcp6.c: fix build without IFA_F_NOPREFIXROUTEFabrice Fontaine2019-02-031-0/+1
| * | | networkd-address.c: fix build without IFA_F_NOPREFIXROUTEFabrice Fontaine2019-02-031-0/+1
| * | | networkd-ndisc.c: fix build without IFA_F_NOPREFIXROUTEFabrice Fontaine2019-02-031-0/+1
| * | | networkd-brvlan.c: fix build without BRIDGE_VLAN_INFO_RANGE_ENDFabrice Fontaine2019-02-031-0/+1
* | | | Merge pull request #11621 from yuwata/man-ref-systemd-system-confLennart Poettering2019-02-049-5/+13
|\ \ \ \
| * | | | man: add referecne to systemd-system.confYu Watanabe2019-02-017-0/+7
| * | | | man: clarify the source of DefaultTimeoutStartSec=Yu Watanabe2019-02-011-3/+4
| * | | | man: fix volume num of journalctlYu Watanabe2019-02-012-2/+2
* | | | | NEWS fix boolean value for meson optionsChristian Hesse2019-02-041-1/+1
* | | | | hwdb: Add key-mapping for GPIO-keys on HP stream 7 tablet (#11631)Hans de Goede2019-02-041-0/+8
* | | | | Add another entry for MX Master to 70-mouse.hwdb (#11633)Claudius Ellsel2019-02-041-0/+1
| |/ / / |/| | |
* | | | Merge pull request #11637 from yuwata/fix-test-networkFrantisek Sumsal2019-02-031-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | test-network: add or drop whitespaceYu Watanabe2019-02-031-3/+3
| * | | test-network: fix test_dhcp_server() and test_ipv6_prefix_delegation()Yu Watanabe2019-02-031-1/+1
* | | | travis: stop using the official upstream-systemd-ci repositoryEvgeny Vereshchagin2019-02-031-1/+2
|/ / /
* | | shared: Revert commit 49fe5c099 in parts for function parse_acl.YmrDtnJu2019-02-021-4/+4
* | | test: (ArchLinux) Replace initramfs-linux.img with initramfs-linux-fallback.img.Taro Yamada2019-02-021-1/+1
* | | test-execute: unset $HOME before testingYu Watanabe2019-02-011-0/+1
|/ /
* | pager: improve english a bitLennart Poettering2019-01-311-2/+2
* | Add Lenovo Yoga 500-14IBD, 80N4 GlidePoint Touchpad (#11606)govwin2019-01-311-0/+7
* | More NEWS prep for v241v241-rc2Lennart Poettering2019-01-301-2/+34
* | test-network: skip erspan test if not availableSusant Sahani2019-01-301-0/+12
* | Merge pull request #11592 from evverx/ignore-memory-leaks-in-dbusEvgeny Vereshchagin2019-01-301-9/+17
|\ \
| * | tests: crash PID1 if UBSan is unhappyEvgeny Vereshchagin2019-01-301-2/+2
| * | tests: ignore memory leaks in dbus-daemonEvgeny Vereshchagin2019-01-301-7/+15
* | | Fixed minor typo in man/tmpfiles.d.xmlRonnie P. Thomas2019-01-301-1/+1
|/ /
* | travis: switch to the "official" systemd-ci repositoryEvgeny Vereshchagin2019-01-291-3/+1
* | Merge pull request #11540 from taro-yamada/mytestLennart Poettering2019-01-291-1/+8
|\ \
| * | Add a warning about the difference in permissions between existing directorie...Taro Yamada2019-01-291-2/+15