summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build-sys: s/HAVE_UTMP/ENABLE_UTMP/Zbigniew Jędrzejewski-Szmek2017-10-043-5/+5
* test-nss: fix names of two definesZbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-04127-409/+409
* build-sys: change all HAVE_DECL_ macros to HAVE_Zbigniew Jędrzejewski-Szmek2017-10-034-34/+34
* Merge pull request #6946 from poettering/synthesize-dnsZbigniew Jędrzejewski-Szmek2017-10-037-43/+82
|\
| * resolved: synthesize records for the full local hostname, tooLennart Poettering2017-09-291-3/+12
| * resolved: make sure a non-existing PTR record never gets mangled into NODATALennart Poettering2017-09-291-9/+26
| * resolved: when there is no gateway, make sure _gateway results in NXDOMAINLennart Poettering2017-09-292-11/+34
| * sd-bus: drop bloom fieldsLennart Poettering2017-09-291-3/+0
| * sd-bus: drop match cookie conceptLennart Poettering2017-09-295-15/+6
| * sd-bus: when showing brief message info show error name in debug out put tooLennart Poettering2017-09-291-2/+4
* | seccomp: remove '@credentials' syscall set (#6958)Djalal Harouni2017-10-033-30/+22
* | Merge pull request #6940 from poettering/magic-dirsYu Watanabe2017-10-0320-98/+746
|\ \
| * | core: fix special directories for user servicesLennart Poettering2017-10-021-3/+3
| * | path-util: some updates to path_make_relative()Lennart Poettering2017-10-022-8/+19
| * | core: fix StateDirectory= (and friends) safety checks when decoding transient...Lennart Poettering2017-10-023-7/+7
| * | test: add test for DynamicUser= + StateDirectory=Lennart Poettering2017-10-021-2/+3
| * | core: pass the correct error to the callerLennart Poettering2017-10-021-1/+2
| * | core: when looking for a UID to use for a dynamic UID start with the current ...Lennart Poettering2017-10-023-20/+124
| * | execute: make StateDirectory= and friends compatible with DynamicUser=1 and R...Lennart Poettering2017-10-024-11/+297
| * | namespace: if we can create the destination of bind and PrivateTmp= mountsLennart Poettering2017-10-021-4/+37
| * | namespace: properly handle bind mounts from the hostLennart Poettering2017-10-021-22/+40
| * | namespace: create /dev, /proc, /sys when neededLennart Poettering2017-10-021-0/+6
| * | core: usually our enum's _INVALID and _MAX special values are named after the...Lennart Poettering2017-10-026-21/+21
| * | core: chown() StateDirectory= and friends recursively when starting a serviceLennart Poettering2017-10-024-4/+190
| * | nspawn: properly report all kinds of changed UID/GID when patching things for...Lennart Poettering2017-10-021-0/+2
* | | Merge pull request #6943 from poettering/dissect-roZbigniew Jędrzejewski-Szmek2017-10-023-1/+32
|\ \ \ | |/ / |/| |
| * | mount-util: add fusectl to list of API VFSLennart Poettering2017-09-291-0/+1
| * | dissect: split list of discard-supporting fs out into mount-util.cLennart Poettering2017-09-293-1/+14
| * | dissect: automatically mark partitions read-only that have a read-only file s...Lennart Poettering2017-09-293-0/+17
| |/
* | service: better detect when a Type=notify service cannot become active anymor...Jouke Witteveen2017-10-021-2/+2
* | Merge pull request #6941 from andir/use-in_setZbigniew Jędrzejewski-Szmek2017-10-0271-191/+152
|\ \
| * | Minor line wrapping adjustmentZbigniew Jędrzejewski-Szmek2017-10-022-3/+12
| * | tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-10-0223-60/+38
| * | tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-0257-131/+105
| |/
* | service: accept the fact that the three xyz_good() functions return intsLennart Poettering2017-10-021-7/+7
* | service: drop _pure_ decorator on static functionLennart Poettering2017-10-021-1/+1
* | service: a cgroup empty notification isn't reason enough to go downLennart Poettering2017-10-021-2/+7
* | service: add explanatory comments to control_pid_good() and cgroup_good()Lennart Poettering2017-10-021-0/+7
* | service: fix main_pid_good() commentLennart Poettering2017-10-021-2/+1
|/
* meson: move library version defines to the top (#6939)Zbigniew Jędrzejewski-Szmek2017-09-281-1/+1
* Merge pull request #6933 from yuwata/use_in_setLennart Poettering2017-09-2819-92/+74
|\
| * libsystemd: use IN_SET macroYu Watanabe2017-09-2818-87/+69
| * networkd: use assert_not_reached()Yu Watanabe2017-09-281-2/+2
| * networkd: use IN_SET macroYu Watanabe2017-09-281-3/+3
* | Merge pull request #6924 from andir/vrf-dhcpv4Lennart Poettering2017-09-284-5/+17
|\ \
| * | networkd: use VRFs routing table for DHCP routesAndreas Rammhold2017-09-274-5/+17
* | | udev-rules: all values can contain escaped double quotes now (#6890)Franck Bui2017-09-282-9/+23
* | | Merge pull request #6928 from poettering/cgroup-empty-raceZbigniew Jędrzejewski-Szmek2017-09-2814-65/+168
|\ \ \ | |_|/ |/| |
| * | core: log unit failure with type-specific result codeLennart Poettering2017-09-279-4/+26