Age | Commit message (Expand) | Author |
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-06 | seccomp: RestrictAddressFamilies= is not supported on i386/s390/s390x, make i... | Lennart Poettering |
2017-02-05 | treewide: replace homegrown memory_erase with explicit_bzero | 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-03 | Merge pull request #4973 from poettering/run-race | Martin Pitt |
2017-02-03 | run: exit early in --pty if service failed | Lennart Poettering |
2017-02-03 | Merge pull request #5213 from keszybz/systemctl-root-cat | Lennart Poettering |
2017-02-02 | ptyfwd: set event source description strings for all event sources of a ptyfw... | Lennart Poettering |
2017-02-02 | time-util: refuse formatting/parsing times that we can't store | Lennart Poettering |
2017-02-02 | systemctl: also use chase_symlinks for dropins | Zbigniew Jędrzejewski-Szmek |
2017-02-02 | Merge pull request #5202 from keszybz/cgls-units | Lennart Poettering |
2017-02-01 | shared/cgroup-show: extract funtion to query unit cgroup path | Zbigniew Jędrzejewski-Szmek |
2017-02-01 | cgtop: use common function to query cgroup root | Zbigniew Jędrzejewski-Szmek |
2017-02-01 | cgls: make function to query cgroup root public | Zbigniew Jędrzejewski-Szmek |
2017-02-02 | fs-util: unify code we use to check if dirent's d_name is "." or ".." | Lennart Poettering |
2017-01-31 | shared/cgroup-show: use (void) | Zbigniew Jędrzejewski-Szmek |
2017-01-17 | Merge pull request #4991 from poettering/seccomp-fix | Zbigniew Jędrzejewski-Szmek |
2017-01-17 | seccomp: minor simplifications for is_seccomp_available() | Lennart Poettering |
2017-01-17 | seccomp: rework seccomp code, to improve compat with some archs | Lennart Poettering |
2017-01-15 | shared/install-printf: fix memleak | Zbigniew Jędrzejewski-Szmek |
2017-01-14 | Merge pull request #4879 from poettering/systemd | Zbigniew Jędrzejewski-Szmek |
2017-01-09 | shared: check strdup != NULL | Evgeny Vereshchagin |
2017-01-09 | shared: fix double free in link | Evgeny Vereshchagin |
2017-01-03 | shared: fix double free in unmask (#5005) | Jan Synacek |
2017-01-03 | path-lookup: use correct cleanup function for strv (#5007) | Thomas H. P. Andersen |
2016-12-29 | systemctl: permit "enable" and "add-wants" without any instances (#4992) | Lennart Poettering |
2016-12-27 | seccomp: move bdflush() system call to @obsolete filter group | Lennart Poettering |
2016-12-27 | seccomp: add proper help string for @resources seccomp filter set | Lennart Poettering |
2016-12-27 | seccomp: add two new filter sets: @reboot and @swap | Lennart Poettering |
2016-12-21 | machined: when renaming/removing/cloning images, always take care of .roothas... | Lennart Poettering |
2016-12-21 | dissect: make using a generic partition as root partition optional | Lennart Poettering |
2016-12-21 | dissect: return the GPT partition UUID, too | Lennart Poettering |
2016-12-21 | fstab-generator: add support for volatile boots | Lennart Poettering |
2016-12-21 | shared: rework switch_root() code | Lennart Poettering |
2016-12-20 | dissect: optionally, only look for GPT partition tables, nothing else | Lennart Poettering |
2016-12-20 | tree-wide: always invoke setmntent() with "re" mode | Lennart Poettering |
2016-12-20 | shared: use uid_is_valid() for checking validity of UIDs | Lennart Poettering |
2016-12-20 | nspawn: split out VolatileMode definitions | Lennart Poettering |
2016-12-17 | Modify mount_propagation_flags_from_string to return a normal int code | Zbigniew Jędrzejewski-Szmek |
2016-12-14 | generator: order fsck service After= the device | Lennart Poettering |
2016-12-14 | core: make "Restart" service property accessible via the transient API | Lennart Poettering |
2016-12-14 | core: add ability to define arbitrary bind mounts for services | Lennart Poettering |
2016-12-13 | core: hook up MountFlags= to the transient unit logic | Lennart Poettering |
2016-12-11 | Merge pull request #4864 from keszybz/build-sys | Lennart Poettering |
2016-12-11 | Merge pull request #4861 from keszybz/dissect-tweaks | Lennart Poettering |
2016-12-10 | shared/firewall-util: remove warning about net/if.h workaround | Zbigniew Jędrzejewski-Szmek |