Age | Commit message (Expand) | Author |
2016-09-13 | fileio: simplify mkostemp_safe() (#4090) | Topi Miettinen |
2016-09-10 | shared/install: fix set-default with empty root (#4118) | Zbigniew Jędrzejewski-Szmek |
2016-09-09 | shared: recognize DNS names with more than one trailing dot as invalid (#4111) | Martin Pitt |
2016-09-06 | seccomp: also detect if seccomp filtering is enabled | Felipe Sateler |
2016-08-31 | networkd: add options to bridge (#4051) | Tobias Jungel |
2016-08-30 | install: fix disable when /etc/systemd/system is a symlink | Lukas Nykryn |
2016-08-26 | Merge pull request #3984 from poettering/refcnt | Evgeny Vereshchagin |
2016-08-22 | core: do not fail at step SECCOMP if there is no kernel support (#4004) | Felipe Sateler |
2016-08-22 | bus-util: turn on exit-on-disconnect for all command line tools | Lennart Poettering |
2016-08-22 | run: optionally, wait for the service to finish and show its result | Lennart Poettering |
2016-08-22 | bus-util: make sure map_basic() returns EOPNOTSUPP if called for an unknown type | Lennart Poettering |
2016-08-22 | bus-util: treat an empty string as a NULL | Lennart Poettering |
2016-08-22 | bus-util: support mapping signed integers with bus_map_properties() | Lennart Poettering |
2016-08-22 | seccomp: make sure getrlimit() is among the default permitted syscalls | Lennart Poettering |
2016-08-21 | shared/install: do not enable masked instances (#4005) | Zbigniew Jędrzejewski-Szmek |
2016-08-19 | Merge pull request #3909 from poettering/mount-tool | Evgeny Vereshchagin |
2016-08-19 | Merge pull request #3955 from keszybz/fix-preset-all | Lennart Poettering |
2016-08-19 | shared/install: properly report masked units listed in Also= | Zbigniew Jędrzejewski-Szmek |
2016-08-19 | shared/install: when creating symlinks, keep existing relative symlinks | Zbigniew Jędrzejewski-Szmek |
2016-08-19 | shared/install: move root skipping into create_symlink() | Zbigniew Jędrzejewski-Szmek |
2016-08-19 | shared/install: ignore unit symlinks when doing preset-all | Zbigniew Jędrzejewski-Szmek |
2016-08-19 | shared/install: remove unused paramater and add more comments | Zbigniew Jędrzejewski-Szmek |
2016-08-19 | systemctl: fix preset-all with missing /etc/systemd/system | Zbigniew Jędrzejewski-Szmek |
2016-08-19 | clean-ipc: debug log about all remove IPC objects | Lennart Poettering |
2016-08-19 | core: add RemoveIPC= setting | Lennart Poettering |
2016-08-18 | clean-ipc: shorten code a bit | Lennart Poettering |
2016-08-18 | clean-ipc: don't filter out '.' and '..' twice | Lennart Poettering |
2016-08-18 | bus-util: unify loop around bus_append_unit_property_assignment() | Lennart Poettering |
2016-08-14 | Merge pull request #3905 from htejun/cgroup-v2-cpu | Zbigniew Jędrzejewski-Szmek |
2016-08-09 | install: follow config_path symlink (#3362) | Rhys |
2016-08-07 | core: add cgroup CPU controller support on the unified hierarchy | Tejun Heo |
2016-08-06 | Merge pull request #3884 from poettering/private-users | Zbigniew Jędrzejewski-Szmek |
2016-08-05 | util-lib: unify parsing of nice level values | Lennart Poettering |
2016-08-04 | util-lib: add parse_percent_unbounded() for percentages over 100% (#3886) | David Michael |
2016-08-03 | journalctl: add new output mode "short-full" (#3880) | Lennart Poettering |
2016-08-03 | core: add new PrivateUsers= option to service execution | Lennart Poettering |
2016-07-25 | Merge pull request #3728 from poettering/dynamic-users | Zbigniew Jędrzejewski-Szmek |
2016-07-25 | shared/install: allow "enable" on linked unit files (#3790) | Zbigniew Jędrzejewski-Szmek |
2016-07-22 | Use "return log_error_errno" in more places" | Zbigniew Jędrzejewski-Szmek |
2016-07-22 | core: add a concept of "dynamic" user ids, that are allocated as long as a se... | Lennart Poettering |
2016-07-22 | core: rename MemoryLimitByPhysicalMemory transient property to MemoryLimitScale | Lennart Poettering |
2016-07-22 | core: support percentage specifications on TasksMax= | Lennart Poettering |
2016-07-20 | conf-parser: minor coding style improvements | Lennart Poettering |
2016-07-19 | Merge pull request #3685 from kinvolk/alessandro/inaccessible-paths | Lennart Poettering |
2016-07-19 | doc,core: Read{Write,Only}Paths= and InaccessiblePaths= | Alessandro Puccetti |
2016-07-19 | journalctl: make sure that journalctl's --all switch also has an effect on js... | Lennart Poettering |
2016-07-17 | basic/strv: add an extra NUL after strings in strv_make_nulstr | Zbigniew Jędrzejewski-Szmek |
2016-07-11 | treewide: fix typos and remove accidental repetition of words | Torstein Husebø |
2016-06-30 | Fix #3236 (#3633) | Lennart Poettering |
2016-06-24 | Merge pull request #3549 from poettering/resolved-more | Tom Gundersen |