summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-15Fix omission in docsJoost Heitbrink1-2/+2
2019-01-15NEWS: typosZbigniew Jędrzejewski-Szmek1-4/+4
2019-01-15network: make Link and NetDev always have the valid poiter to ManagerYu Watanabe4-8/+10
2019-01-15Update uk.poMikhail Kasimov1-1/+1
2019-01-15udev: do logging before setting variables to NULLZbigniew Jędrzejewski-Szmek1-3/+2
2019-01-15Update systemd-system.conf.xmlMikhail Kasimov1-1/+3
2019-01-15Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen21-32/+32
2019-01-14test: add a testcase for Address.Peer= with ipv6Yu Watanabe2-0/+5
2019-01-14networkd: wait for kernel to reply ipv6 peer addressSusant Sahani1-3/+5
2019-01-14test: add a testcase for 23 wirguard peersYu Watanabe3-0/+258
2019-01-14network: wireguard: rename and split set_wireguard_interface()Yu Watanabe1-98/+129
2019-01-14netlink: set maximum size of WGDEVICE_A_IFNAMEYu Watanabe1-1/+1
2019-01-13udevadm: fix segfaultYu Watanabe1-2/+2
2019-01-13man: fix referenceYu Watanabe1-1/+1
2019-01-13udev: use ENODATA when 'No entry found from hwdb'Yu Watanabe1-2/+2
2019-01-13udev: use SYNTHETIC_ERRNO() macro in log_device_*_errno()Yu Watanabe6-8/+8
2019-01-13README: mention that meson-0.49 is required to build PIEsYu Watanabe1-1/+3
2019-01-13NEWS: add more entriesYu Watanabe1-0/+10
2019-01-13NEWS: document deprecation of PermissionsStartOnly= in v240Zbigniew Jędrzejewski-Szmek1-0/+5
2019-01-13NEWS: update for v241Zbigniew Jędrzejewski-Szmek1-0/+25
2019-01-12Delete duplicate linesTopi Miettinen16-17/+0
2019-01-12test: limit environments for systemd-hwdb-update under ASanFrantisek Sumsal1-1/+2
2019-01-12test: bump QEMU_SMP to 4 when running under ASan/UBSanFrantisek Sumsal1-0/+1
2019-01-12test: bump QEMU memory to 1536M when running under ASan/UBSanFrantisek Sumsal1-0/+1
2019-01-12udevd: refuse devices which do not have ACTION propertyYu Watanabe1-7/+7
2019-01-12udevd: drop unnecessary bracketsYu Watanabe1-5/+4
2019-01-12udevd: make worker also log ACTION propertyYu Watanabe1-3/+7
2019-01-12udevd: reject devices which do not have SEQNUMYu Watanabe1-1/+1
2019-01-12udevd: provide worker_hash_ops and drop manager_workers_free()Yu Watanabe1-14/+3
2019-01-12udevd: use structured initializer at one more placeYu Watanabe1-6/+9
2019-01-12udevd: use worker_free() on failure in worker_new()Yu Watanabe1-1/+3
2019-01-11sd-device-monitor: fix ordering of setting buffer sizeYu Watanabe1-8/+2
2019-01-11lockfile-util.c: fix build without F_OFD_SETLKFabrice Fontaine1-0/+1
2019-01-11missing_syscall.h: include errno.hFabrice Fontaine1-0/+1
2019-01-11missing_if_link.h: add IFLA_BOND_MODEFabrice Fontaine2-0/+4
2019-01-11basic/tmpfile-util.c: fix build without O_TMPFILEFabrice Fontaine1-0/+1
2019-01-11capability: fix build without PR_CAP_AMBIENTFabrice Fontaine3-0/+3
2019-01-11test: introduce QEMU_MEMFrantisek Sumsal1-1/+2
2019-01-11test: drop service masking in TEST-01-BASICFrantisek Sumsal1-7/+0
2019-01-10Revert "nss: prevent PROTECT_ERRNO from squashing changes to *errnop"Zbigniew Jędrzejewski-Szmek7-133/+44
2019-01-10docs: note that udev doesn't deal with binary attribute values (#11383)Sam Morris1-2/+9
2019-01-10meson: stop setting -fPIE globallyMichael Biebl1-7/+0
2019-01-10Revert "logind: become the controlling terminal process before restoring VT"Franck Bui1-43/+15
2019-01-10pam_systemd: reword message about not creating a sessionZbigniew Jędrzejewski-Szmek1-1/+1
2019-01-10nss: prevent PROTECT_ERRNO from squashing changes to *errnopSam Morris7-44/+133
2019-01-10logind: do not pass negative number to strerrorZbigniew Jędrzejewski-Szmek1-1/+1
2019-01-10udev: open control and netlink sockets before daemonizationZbigniew Jędrzejewski-Szmek1-33/+34
2019-01-10udevd: drop redundant call to sd_event_get_exit_codeZbigniew Jędrzejewski-Szmek1-12/+3
2019-01-09journal-remote: set a limit on the number of fields in a messageZbigniew Jędrzejewski-Szmek3-3/+12
2019-01-09journal-remote: verify entry length from headerZbigniew Jędrzejewski-Szmek1-10/+24