summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2017-02-17systemctl: show extra args if defined (#5379)Adrián López
2017-02-17copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering
2017-02-16test: drop TEST_DATA_DIR, fold into get_testdata_dir()Martin Pitt
2017-02-16test: show error message if $SYSTEMD_TEST_DATA does not existMartin Pitt
2017-02-16tests: look for tests relative to source dir when running from build dirZbigniew Jędrzejewski-Szmek
2017-02-16Rename $TEST_DIR to $SYSTEMD_TEST_DATA, document itZbigniew Jędrzejewski-Szmek
2017-02-16test: clarify error message if test data directory does not existMartin Pitt
2017-02-14Define clone order on ppc (#5325)Zbigniew Jędrzejewski-Szmek
2017-02-13test: make unit tests relocatableMartin Pitt
2017-02-12seccomp: disable RestrictAddressFamilies= for the ABI we shall block, not the...Lennart Poettering
2017-02-12Merge pull request #5276 from poettering/resolved-cnameZbigniew Jędrzejewski-Szmek
2017-02-12shared: pass *unsigned_long to namespace_flag_from_string_many (#5315)Evgeny Vereshchagin
2017-02-12shared: convert unsigned long to uint64_t explicitly (#5314)Evgeny Vereshchagin
2017-02-12Merge pull request #5303 from poettering/deleted-unitsZbigniew Jędrzejewski-Szmek
2017-02-10seccomp: order seccomp ABI list, so that our native ABI comes last (#5306)Lennart Poettering
2017-02-10path-lookup: if $HOME can be determined but $XDG_RUNTIME_DIR can't, is itLennart Poettering
2017-02-10path-lookup: drop redundant strv_isempty() checkLennart Poettering
2017-02-10path-lookup: try harder acquiring them $HOME of a userLennart Poettering
2017-02-10install: never hit assert() when we can't figure out where to write configura...Lennart Poettering
2017-02-10install: when disabling units, do so even if the unit is missingLennart Poettering
2017-02-09seccomp: add forgotten munmap() syscall to @file-system (#5291)Lennart Poettering
2017-02-09dropin: always initialize return parameters on successLennart Poettering
2017-02-09dropin: let's reduce duplicate a bitLennart Poettering
2017-02-09dropin: let's prefer strjoina() over strjoin()Lennart Poettering
2017-02-09dropin: downgrade logging about paths we cannot canonicalizeLennart Poettering
2017-02-09tree-wide: make bus_map_all_properties return a proper sd_bus_errorLennart Poettering
2017-02-08Merge pull request #4962 from poettering/root-directory-2Zbigniew Jędrzejewski-Szmek
2017-02-08seccomp: on s390 the clone() parameters are reversedLennart Poettering
2017-02-08seccomp: MemoryDenyWriteExecute= should affect both mmap() and mmap2() (#5254)Lennart Poettering
2017-02-08Merge pull request #5231 from keszybz/mask-wantsLennart Poettering
2017-02-07dissect: don't honour NOAUTO flags when looking for ESP (#5224)Lennart Poettering
2017-02-07core: drop code that is now unusedZbigniew Jędrzejewski-Szmek
2017-02-07core: when loading .wants and .requires, follow the same logic as .d conf dro...Zbigniew Jędrzejewski-Szmek
2017-02-07install: remove some unused parameters from various functions in install.cLennart Poettering
2017-02-07install: when a template unit is instantiated via a /usr symlink, consider it...Lennart Poettering
2017-02-07install: don't enter loop when traversing a template symlinksLennart Poettering
2017-02-07dissect: try to read roothash value off user.verity.roothash xattr of image fileLennart Poettering
2017-02-07core,nspawn,dissect: make nspawn's .roothash file search reusableLennart Poettering
2017-02-07core: add RootImage= setting for using a specific image file as root director...Lennart Poettering
2017-02-07dissect: make sure to manually follow symlinks when mounting dissected imageLennart Poettering
2017-02-07core: actually make "+" prefix in ReadOnlyPaths=, InaccessiblePaths=, ReadWri...Lennart Poettering
2017-02-07core: add a per-unit setting MountAPIVFS= for mounting /dev, /proc, /sys in c...Lennart Poettering
2017-02-06seccomp: RestrictAddressFamilies= is not supported on i386/s390/s390x, make i...Lennart Poettering
2017-02-05treewide: replace homegrown memory_erase with explicit_bzeroZbigniew Jędrzejewski-Szmek
2017-02-05seccomp: don't ever try to add an ABI before removing the default native ABI ...Evgeny Vereshchagin
2017-02-03Merge pull request #4973 from poettering/run-raceMartin Pitt
2017-02-03run: exit early in --pty if service failedLennart Poettering
2017-02-03Merge pull request #5213 from keszybz/systemctl-root-catLennart Poettering
2017-02-02ptyfwd: set event source description strings for all event sources of a ptyfw...Lennart Poettering
2017-02-02time-util: refuse formatting/parsing times that we can't storeLennart Poettering