summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
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-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
2017-02-02systemctl: also use chase_symlinks for dropinsZbigniew Jędrzejewski-Szmek
2017-02-02Merge pull request #5202 from keszybz/cgls-unitsLennart Poettering
2017-02-01shared/cgroup-show: extract funtion to query unit cgroup pathZbigniew Jędrzejewski-Szmek
2017-02-01cgtop: use common function to query cgroup rootZbigniew Jędrzejewski-Szmek
2017-02-01cgls: make function to query cgroup root publicZbigniew Jędrzejewski-Szmek
2017-02-02fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering
2017-01-31shared/cgroup-show: use (void)Zbigniew Jędrzejewski-Szmek
2017-01-17Merge pull request #4991 from poettering/seccomp-fixZbigniew Jędrzejewski-Szmek
2017-01-17seccomp: minor simplifications for is_seccomp_available()Lennart Poettering
2017-01-17seccomp: rework seccomp code, to improve compat with some archsLennart Poettering
2017-01-15shared/install-printf: fix memleakZbigniew Jędrzejewski-Szmek
2017-01-14Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek