summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-08seccomp: on s390 the clone() parameters are reversedLennart 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
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-07Merge pull request #5225 from poettering/seccomp-socketEvgeny Vereshchagin
2017-02-06core: use a memfd for serializationLennart Poettering
2017-02-06manager: refuse reloading/reexecing when /run is overly fullLennart Poettering
2017-02-06systemd-mount: add missing fsck argument (#5238)Lukas Rusak
2017-02-06seccomp: RestrictAddressFamilies= is not supported on i386/s390/s390x, make i...Lennart Poettering
2017-02-06Merge pull request #5237 from keszybz/explicit-bzeroLennart Poettering
2017-02-06cgls: look at the right variable in error path (#5234)Zbigniew Jędrzejewski-Szmek
2017-02-05journalctl: replace string_erase with memset('x')Zbigniew Jędrzejewski-Szmek
2017-02-05treewide: replace homegrown memory_erase with explicit_bzeroZbigniew Jędrzejewski-Szmek
2017-02-05resolved: downgrade "processing query..." message to debug (#5233)Felipe Sateler
2017-02-05Merge pull request #5223 from keszybz/root-workdirMartin Pitt
2017-02-05build-sys,man: describe systemd-umount and hook it up to installation (#5227)Zbigniew Jędrzejewski-Szmek
2017-02-05seccomp: don't ever try to add an ABI before removing the default native ABI ...Evgeny Vereshchagin
2017-02-05core/timer: downgrade message about random time addition (#5229)Zbigniew Jędrzejewski-Szmek
2017-02-04Silence two "unused function af_lookup" warnings (#5222)Zbigniew Jędrzejewski-Szmek
2017-02-04systemd-mount features and improvements (#5067)Lukas Rusak
2017-02-03Merge pull request #4973 from poettering/run-raceMartin Pitt
2017-02-03core/execute: pass the username to utmp/wtmp databaseZbigniew Jędrzejewski-Szmek
2017-02-03core/execute: set HOME, USER also for root usersZbigniew Jędrzejewski-Szmek
2017-02-03time-util: Fix overflow check introduce in commit f977849 (#5216)Benjamin Robin
2017-02-03run: exit early in --pty if service failedLennart Poettering
2017-02-03run: explicitly close pty forwarder before printing summaryLennart Poettering
2017-02-03run: complain when --pty is used together with --no-block, which makes no senseLennart Poettering
2017-02-03sd-event: when an event source fails, don't assume the type of it is still setLennart Poettering
2017-02-03Merge pull request #5213 from keszybz/systemctl-root-catLennart Poettering
2017-02-02logind: Don't try to emit a change signal for the 'Sessions' property (#5211)afrantzis
2017-02-02Merge pull request #5212 from poettering/time-rangeZbigniew Jędrzejewski-Szmek
2017-02-02ptyfwd: set event source description strings for all event sources of a ptyfw...Lennart Poettering
2017-02-02run: fix race for "systemd-run --wait"Lennart Poettering
2017-02-02cgls: --machine= expects an argument, indicate that in log messagesLennart Poettering
2017-02-02time-util: add overflow checking to monotonic timestamp specificationsLennart Poettering
2017-02-02time-util: when formatting usec_t as raw integers use PRIu64Lennart Poettering