Age | Commit message (Expand) | Author |
2014-03-06 | core: correctly unregister PIDs from PID hashtables | Lennart Poettering |
2014-03-06 | util: add timeout to generator execution | Lennart Poettering |
2014-03-05 | core: don't override NoNewPriviliges= from SystemCallFilter= if it is already... | Lennart Poettering |
2014-03-05 | core: make the LimitXYZ= properties settable for transient service units | Lennart Poettering |
2014-03-05 | missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi... | Lennart Poettering |
2014-03-05 | core: when passing resource limit values to client, map RLIM_INFINITY into po... | Lennart Poettering |
2014-03-04 | Do not print invalid UTF-8 in error messages | Zbigniew Jędrzejewski-Szmek |
2014-03-04 | Introduce strv_consume which takes ownership | Zbigniew Jędrzejewski-Szmek |
2014-03-03 | core: fix assert when trying to serialize non-initialized bus peer tracker ob... | Lennart Poettering |
2014-03-03 | core: add missing show-status.[ch] | Lennart Poettering |
2014-03-03 | conf-parser: config_parse_path_strv() is not generic, so let's move it into l... | Lennart Poettering |
2014-03-03 | core: move config_parse_set_status() into load-fragment.c | Lennart Poettering |
2014-03-03 | core: move ShowStatus type into the core | Lennart Poettering |
2014-03-03 | conf-parse: rename config_parse_level() to config_parse_log_level() | Lennart Poettering |
2014-03-03 | core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settings | Lennart Poettering |
2014-03-03 | execute: no need to include seccomp.h from execute.h | Lennart Poettering |
2014-03-03 | execute: free directory path if we fail to remove it because we cannot alloca... | Lennart Poettering |
2014-03-03 | bus: add sd_bus_track object for tracking peers, and port core over to it | Lennart Poettering |
2014-02-26 | mount: don't fire PropertiesChanged signals for mounts that are stopped | Lennart Poettering |
2014-02-26 | mount: don't send out PropertiesChanged message if actually nothing got changed | Lennart Poettering |
2014-02-26 | mount: minor modernization | Lennart Poettering |
2014-02-26 | exec: imply NoNewPriviliges= only when seccomp filters are used in user mode | Lennart Poettering |
2014-02-26 | core: add new RestrictAddressFamilies= switch | Lennart Poettering |
2014-02-26 | seccomp: we should control NO_NEW_PRIVS on our own, not let seccomp do this f... | Lennart Poettering |
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek |
2014-02-25 | core: expose architecture as a bus property, so that we can easily query it r... | Lennart Poettering |
2014-02-24 | core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo... | Lennart Poettering |
2014-02-24 | smack: set loaded_policy in smack_setup() | Łukasz Stelmach |
2014-02-23 | dbus-timer: fix bus_timer_vtable to have the correct times | Djalal Harouni |
2014-02-24 | cgroup: certain cgroup attributes are not available in the root cgroup, hence... | Lennart Poettering |
2014-02-24 | core: gc half-created stub units | Lennart Poettering |
2014-02-24 | core: expose root control group on the bus | Lennart Poettering |
2014-02-24 | cgroup: parse array cgroup properties correctly when they aren't at the end o... | Lennart Poettering |
2014-02-23 | core: clean up some confusing regarding SI decimal and IEC binary suffixes fo... | Lennart Poettering |
2014-02-22 | cgroup: Extend DeviceAllow= syntax to whitelist groups of devices, not just p... | Lennart Poettering |
2014-02-20 | manager: be more precise in message about restart | Zbigniew Jędrzejewski-Szmek |
2014-02-21 | core: Add AppArmor profile switching | Michael Scherer |
2014-02-21 | selinux: Don't attempt to load policy in initramfs if it doesn't exist | Colin Walters |
2014-02-21 | hostnamectl: should the sanitized arch, not the native uname() one | Lennart Poettering |
2014-02-21 | core: add new ConditionArchitecture() that checks the architecture returned b... | Lennart Poettering |
2014-02-20 | condition: split out most of condition handling into libsystemd-shard | Tom Gundersen |
2014-02-20 | condition: refactor a bit | Tom Gundersen |
2014-02-20 | macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily | Lennart Poettering |
2014-02-20 | core/unit: fix unit_add_target_dependencies() for units with no dependencies | Daniel Mack |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-02-19 | update TODO | Lennart Poettering |
2014-02-19 | execute: modernizations | Lennart Poettering |
2014-02-19 | make gcc shut up | Lennart Poettering |
2014-02-19 | core: add Personality= option for units to set the personality for spawned pr... | Lennart Poettering |
2014-02-18 | seccomp: add helper call to add all secondary archs to a seccomp filter | Lennart Poettering |