summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-12core: skip ReadOnlyPaths= and other permission-related mounts on PermissionsS...Lennart Poettering
2017-02-12calendarspec: fix duplicate detection (#5310)Doug Christman
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-11networkd: add IPv6ProxyNDPAddress support (#5174)Florian Klink
2017-02-10basic/architecture: adjust Risc-V ifdef (#5304)Zbigniew 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-10dbus: check selinux privilege before returning process listLennart Poettering
2017-02-09core: make sure to destroy all name watching bus slots when we are kicked off...Lennart Poettering
2017-02-09seccomp: add forgotten munmap() syscall to @file-system (#5291)Lennart Poettering
2017-02-09dbus: permit seeing process list of units whose unit files are missingLennart 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-09Merge pull request #5287 from poettering/exit-codesZbigniew Jędrzejewski-Szmek
2017-02-09Merge pull request #5255 from poettering/percent-escapeZbigniew Jędrzejewski-Szmek
2017-02-09execute: set the right exit status for CHDIR vs. CHROOTLennart Poettering
2017-02-09execute: use prefix_roota() where appropriateLennart Poettering
2017-02-09execute: set working directory to /root if User= is not set, but WorkingDirec...Lennart Poettering
2017-02-09Revert "core/execute: set HOME, USER also for root users"Lennart Poettering
2017-02-09networkd: add multicast membership to lldp socket (#5282)27o
2017-02-09dhcp-server: always save the ACKed lease address (#5281)27o
2017-02-08Merge pull request #4962 from poettering/root-directory-2Zbigniew Jędrzejewski-Szmek
2017-02-09Merge pull request #5270 from poettering/seccomp-namespace-fixEvgeny Vereshchagin
2017-02-08seccomp: on s390 the clone() parameters are reversedLennart Poettering
2017-02-08systemctl: make sure that --now is carried out (#5209)Jan Synacek
2017-02-08sd-event: "when exiting no signal event are pending" is a wrong assertion (#5...Franck Bui
2017-02-08fstab-generator: also convert % → %% for What=Lennart Poettering
2017-02-08fstab-generator: Options= applies specifier expansionLennart Poettering
2017-02-08nspawn: Add support for sysroot pivoting (#5258)Philip Withnall
2017-02-08test: Fix a maybe-uninitialised compiler warning (#5269)Philip Withnall
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/load-dropin: add more sanity checks on .wants/.requires symlinksZbigniew Jędrzejewski-Szmek
2017-02-07core: drop code that is now unusedZbigniew Jędrzejewski-Szmek
2017-02-07core: implement masking of .wants/.requires symlinksZbigniew 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-07basic/dirent-util: allow suffix to be omitted for dirent_is_file_with_suffixZbigniew Jędrzejewski-Szmek
2017-02-07Merge pull request #5263 from poettering/install-aliasZbigniew Jędrzejewski-Szmek
2017-02-07Revert "fix handling of templates instantiated in /usr/lib (#5263)"Zbigniew Jędrzejewski-Szmek
2017-02-07fix handling of templates instantiated in /usr/lib (#5263)Lennart Poettering
2017-02-07Merge pull request #5219 from poettering/run-size-checkZbigniew Jędrzejewski-Szmek