Age | Commit message (Expand) | Author |
2017-02-08 | Merge pull request #4962 from poettering/root-directory-2 | Zbigniew Jędrzejewski-Szmek |
2017-02-09 | Merge pull request #5270 from poettering/seccomp-namespace-fix | Evgeny Vereshchagin |
2017-02-08 | seccomp: on s390 the clone() parameters are reversed | Lennart Poettering |
2017-02-08 | systemctl: make sure that --now is carried out (#5209) | Jan Synacek |
2017-02-08 | sd-event: "when exiting no signal event are pending" is a wrong assertion (#5... | Franck Bui |
2017-02-08 | nspawn: Add support for sysroot pivoting (#5258) | Philip Withnall |
2017-02-08 | test: Fix a maybe-uninitialised compiler warning (#5269) | Philip Withnall |
2017-02-08 | seccomp: MemoryDenyWriteExecute= should affect both mmap() and mmap2() (#5254) | Lennart Poettering |
2017-02-08 | Merge pull request #5231 from keszybz/mask-wants | Lennart Poettering |
2017-02-07 | dissect: don't honour NOAUTO flags when looking for ESP (#5224) | Lennart Poettering |
2017-02-07 | core/load-dropin: add more sanity checks on .wants/.requires symlinks | Zbigniew Jędrzejewski-Szmek |
2017-02-07 | core: drop code that is now unused | Zbigniew Jędrzejewski-Szmek |
2017-02-07 | core: implement masking of .wants/.requires symlinks | Zbigniew Jędrzejewski-Szmek |
2017-02-07 | core: when loading .wants and .requires, follow the same logic as .d conf dro... | Zbigniew Jędrzejewski-Szmek |
2017-02-07 | basic/dirent-util: allow suffix to be omitted for dirent_is_file_with_suffix | Zbigniew Jędrzejewski-Szmek |
2017-02-07 | Merge pull request #5263 from poettering/install-alias | Zbigniew Jędrzejewski-Szmek |
2017-02-07 | Revert "fix handling of templates instantiated in /usr/lib (#5263)" | Zbigniew Jędrzejewski-Szmek |
2017-02-07 | fix handling of templates instantiated in /usr/lib (#5263) | Lennart Poettering |
2017-02-07 | Merge pull request #5219 from poettering/run-size-check | Zbigniew Jędrzejewski-Szmek |
2017-02-07 | install: remove some unused parameters from various functions in install.c | Lennart Poettering |
2017-02-07 | install: when a template unit is instantiated via a /usr symlink, consider it... | Lennart Poettering |
2017-02-07 | install: don't enter loop when traversing a template symlinks | Lennart Poettering |
2017-02-07 | dissect: try to read roothash value off user.verity.roothash xattr of image file | Lennart Poettering |
2017-02-07 | core,nspawn,dissect: make nspawn's .roothash file search reusable | Lennart Poettering |
2017-02-07 | core: add RootImage= setting for using a specific image file as root director... | Lennart Poettering |
2017-02-07 | dissect: make sure to manually follow symlinks when mounting dissected image | Lennart Poettering |
2017-02-07 | core: actually make "+" prefix in ReadOnlyPaths=, InaccessiblePaths=, ReadWri... | Lennart Poettering |
2017-02-07 | core: add a per-unit setting MountAPIVFS= for mounting /dev, /proc, /sys in c... | Lennart Poettering |
2017-02-07 | core: fix minor memleak in namespace.c | Lennart Poettering |
2017-02-07 | Merge pull request #5225 from poettering/seccomp-socket | Evgeny Vereshchagin |
2017-02-06 | core: use a memfd for serialization | Lennart Poettering |
2017-02-06 | manager: refuse reloading/reexecing when /run is overly full | Lennart Poettering |
2017-02-06 | systemd-mount: add missing fsck argument (#5238) | Lukas Rusak |
2017-02-06 | seccomp: RestrictAddressFamilies= is not supported on i386/s390/s390x, make i... | Lennart Poettering |
2017-02-06 | Merge pull request #5237 from keszybz/explicit-bzero | Lennart Poettering |
2017-02-06 | cgls: look at the right variable in error path (#5234) | Zbigniew Jędrzejewski-Szmek |
2017-02-05 | journalctl: replace string_erase with memset('x') | Zbigniew Jędrzejewski-Szmek |
2017-02-05 | treewide: replace homegrown memory_erase with explicit_bzero | Zbigniew Jędrzejewski-Szmek |
2017-02-05 | resolved: downgrade "processing query..." message to debug (#5233) | Felipe Sateler |
2017-02-05 | Merge pull request #5223 from keszybz/root-workdir | Martin Pitt |
2017-02-05 | build-sys,man: describe systemd-umount and hook it up to installation (#5227) | Zbigniew Jędrzejewski-Szmek |
2017-02-05 | seccomp: don't ever try to add an ABI before removing the default native ABI ... | Evgeny Vereshchagin |
2017-02-05 | core/timer: downgrade message about random time addition (#5229) | Zbigniew Jędrzejewski-Szmek |
2017-02-04 | Silence two "unused function af_lookup" warnings (#5222) | Zbigniew Jędrzejewski-Szmek |
2017-02-04 | systemd-mount features and improvements (#5067) | Lukas Rusak |
2017-02-03 | Merge pull request #4973 from poettering/run-race | Martin Pitt |
2017-02-03 | core/execute: pass the username to utmp/wtmp database | Zbigniew Jędrzejewski-Szmek |
2017-02-03 | core/execute: set HOME, USER also for root users | Zbigniew Jędrzejewski-Szmek |
2017-02-03 | time-util: Fix overflow check introduce in commit f977849 (#5216) | Benjamin Robin |
2017-02-03 | run: exit early in --pty if service failed | Lennart Poettering |