summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix omission in docsJoost Heitbrink2019-01-151-2/+2
* Merge pull request #11418 from yuwata/fix-11404Zbigniew Jędrzejewski-Szmek2019-01-155-99/+388
|\
| * test: add a testcase for 23 wirguard peersYu Watanabe2019-01-143-0/+258
| * network: wireguard: rename and split set_wireguard_interface()Yu Watanabe2019-01-141-98/+129
| * netlink: set maximum size of WGDEVICE_A_IFNAMEYu Watanabe2019-01-141-1/+1
* | Merge pull request #11345 from kirbyfan64/tmpfiles-c-emptyZbigniew Jędrzejewski-Szmek2019-01-157-23/+77
|\ \
| * | test: Add tests for tmpfiles C behaviorRyan Gonzalez2019-01-081-2/+29
| * | tmpfiles: Make C still copy if the destination directory is emptyRyan Gonzalez2019-01-082-6/+6
| * | copy: Add a COPY_MERGE_EMPTY flag to merge only if the target is emptyRyan Gonzalez2019-01-082-11/+26
| * | stat-util: Add dir_is_empty_atRyan Gonzalez2019-01-082-4/+16
* | | Merge pull request #11428 from yuwata/network-issue-9130-v2Zbigniew Jędrzejewski-Szmek2019-01-153-3/+10
|\ \ \
| * | | test: add a testcase for Address.Peer= with ipv6Yu Watanabe2019-01-142-0/+5
| * | | networkd: wait for kernel to reply ipv6 peer addressSusant Sahani2019-01-141-3/+5
* | | | NEWS: typosZbigniew Jędrzejewski-Szmek2019-01-151-4/+4
* | | | network: make Link and NetDev always have the valid poiter to ManagerYu Watanabe2019-01-154-8/+10
* | | | Update uk.poMikhail Kasimov2019-01-151-1/+1
* | | | udev: do logging before setting variables to NULLZbigniew Jędrzejewski-Szmek2019-01-151-3/+2
* | | | Update systemd-system.conf.xmlMikhail Kasimov2019-01-151-1/+3
* | | | Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-1521-32/+32
|/ / /
* | | Merge pull request #11417 from yuwata/fix-11416Michael Biebl2019-01-141-2/+2
|\ \ \ | |_|/ |/| |
| * | udevadm: fix segfaultYu Watanabe2019-01-131-2/+2
|/ /
* | man: fix referenceYu Watanabe2019-01-131-1/+1
* | Merge pull request #11409 from yuwata/udev-synthetic-errnoZbigniew Jędrzejewski-Szmek2019-01-136-8/+8
|\ \
| * | udev: use ENODATA when 'No entry found from hwdb'Yu Watanabe2019-01-131-2/+2
| * | udev: use SYNTHETIC_ERRNO() macro in log_device_*_errno()Yu Watanabe2019-01-136-8/+8
* | | Merge pull request #11393 from mrc0mmand/fix-service-masking-in-TEST-01-BASICEvgeny Vereshchagin2019-01-132-9/+6
|\ \ \
| * | | test: limit environments for systemd-hwdb-update under ASanFrantisek Sumsal2019-01-121-1/+2
| * | | test: bump QEMU_SMP to 4 when running under ASan/UBSanFrantisek Sumsal2019-01-121-0/+1
| * | | test: bump QEMU memory to 1536M when running under ASan/UBSanFrantisek Sumsal2019-01-121-0/+1
| * | | test: introduce QEMU_MEMFrantisek Sumsal2019-01-111-1/+2
| * | | test: drop service masking in TEST-01-BASICFrantisek Sumsal2019-01-111-7/+0
* | | | README: mention that meson-0.49 is required to build PIEsYu Watanabe2019-01-131-1/+3
* | | | NEWS: add more entriesYu Watanabe2019-01-131-0/+10
* | | | NEWS: document deprecation of PermissionsStartOnly= in v240Zbigniew Jędrzejewski-Szmek2019-01-131-0/+5
* | | | NEWS: update for v241Zbigniew Jędrzejewski-Szmek2019-01-131-0/+25
| |/ / |/| |
* | | Delete duplicate linesTopi Miettinen2019-01-1216-17/+0
* | | Merge pull request #11196 from yuwata/udevd-tiny-cleanupsZbigniew Jędrzejewski-Szmek2019-01-121-36/+33
|\ \ \
| * | | udevd: refuse devices which do not have ACTION propertyYu Watanabe2019-01-121-7/+7
| * | | udevd: drop unnecessary bracketsYu Watanabe2019-01-121-5/+4
| * | | udevd: make worker also log ACTION propertyYu Watanabe2019-01-121-3/+7
| * | | udevd: reject devices which do not have SEQNUMYu Watanabe2019-01-121-1/+1
| * | | udevd: provide worker_hash_ops and drop manager_workers_free()Yu Watanabe2019-01-121-14/+3
| * | | udevd: use structured initializer at one more placeYu Watanabe2019-01-121-6/+9
| * | | udevd: use worker_free() on failure in worker_new()Yu Watanabe2019-01-121-1/+3
|/ / /
* | | sd-device-monitor: fix ordering of setting buffer sizeYu Watanabe2019-01-111-8/+2
* | | Merge pull request #11400 from ffontaine/masterYu Watanabe2019-01-118-0/+10
|\ \ \ | |/ / |/| |
| * | lockfile-util.c: fix build without F_OFD_SETLKFabrice Fontaine2019-01-111-0/+1
| * | missing_syscall.h: include errno.hFabrice Fontaine2019-01-111-0/+1
| * | missing_if_link.h: add IFLA_BOND_MODEFabrice Fontaine2019-01-112-0/+4
| * | basic/tmpfile-util.c: fix build without O_TMPFILEFabrice Fontaine2019-01-111-0/+1