summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2016-06-20core: log the right set of the supported controllers (#3558)Evgeny Vereshchagin
2016-06-18Ensure kdbus isn't used (#3501)Dave Reisner
2016-06-16Merge pull request #3481 from poettering/relative-memcgLennart Poettering
2016-06-15Merge pull request #3537 from poettering/journal-stream-envZbigniew Jędrzejewski-Szmek
2016-06-15load-fragment: ignore ENOTDIR/EACCES errors (#3510)Zbigniew Jędrzejewski-Szmek
2016-06-15core: set $JOURNAL_STREAM to the dev_t/ino_t of the journal stream of execute...Lennart Poettering
2016-06-15execute: minor coding style improvementsLennart Poettering
2016-06-15tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering
2016-06-14unit: properly comment generated comments in unit filesLennart Poettering
2016-06-14systemctl: allow percent-based MemoryLimit= settings via systemctl set-propertyLennart Poettering
2016-06-14util: introduce physical_memory_scale() to unify how we scale by physical memoryLennart Poettering
2016-06-14core: make sure to use "infinity" in unit files, not "max"Lennart Poettering
2016-06-14core: when receiving a memory limit via the bus, refuse 0Lennart Poettering
2016-06-14core: optionally, accept a percentage value for MemoryLimit= and related sett...Lennart Poettering
2016-06-14util-lib: introduce parse_percent() for parsing percent specificationsLennart Poettering
2016-06-14manager: reduce complexity of unit_gc_sweep (#3507)Lukáš Nykrýn
2016-06-14core: on unified we don't need to check u->pids: we can use proper notificati...Evgeny Vereshchagin
2016-06-13core: parse `rd.rescue` and `rd.emergency` as initrd-specific shorthands (#3488)Ivan Shapovalov
2016-06-13core/execute: pass env vars to PAM session setup (#3503)Jouke Witteveen
2016-06-10core: disable colors when displaying cylon when systemd.log_color=off (#3495)Franck Bui
2016-06-10core/execute: add the magic character '!' to allow privileged execution (#3493)Alessandro Puccetti
2016-06-09load-fragment: don't try to do a template instance replacement if we are not ...Lennart Poettering
2016-06-09execute: check whether the specified fd is a tty before chowning/chmoding it...Lennart Poettering
2016-06-06core: add minor commentLennart Poettering
2016-06-06mount: make sure got into MOUNT_DEAD state after a successful umount (#3444)michaelolbrich
2016-06-05automount: handle expire_tokens when the mount unit changes its state (#3434)michaelolbrich
2016-06-03core: Restrict mmap and mprotect with PAGE_WRITE|PAGE_EXEC (#3319) (#3379)Topi Miettinen
2016-06-03Merge pull request #3418 from htejun/cgroup2-log-compatLennart Poettering
2016-06-03core: always use "infinity" for no upper limit instead of "max" (#3417)Tejun Heo
2016-06-02core: log cgroup legacy and unified hierarchy setting translationsTejun Heo
2016-06-02core: pass Unit into cgroup_context_apply() and use log_unit*()Tejun Heo
2016-06-01core: add pre-defined syscall groups to SystemCallFilter= (#3053) (#3157)Topi Miettinen
2016-05-29util-lib: Add sparc64 support for process creation (#3348)Michael Karcher
2016-05-28tree-wide: remove newlines from unit_write_drop_inZbigniew Jędrzejewski-Szmek
2016-05-28core/unit: append newline when writing drop insZbigniew Jędrzejewski-Szmek
2016-05-28Merge pull request #3328 from poettering/ipv4ll-ipv4acd-fixesZbigniew Jędrzejewski-Szmek
2016-05-27core: add cgroup memory controller support on the unified hierarchy (#3315)Tejun Heo
2016-05-27Merge pull request #3329 from htejun/dbus-cgroup-fixesLennart Poettering
2016-05-27core: fix missing newline when writing drop-in for WorkingDirectory (#3337)Tejun Heo
2016-05-26manager: remove spurious newlineLennart Poettering
2016-05-23core: fix missing newlines when writing out drop-ins for cgroup settingsTejun Heo
2016-05-23core: fix the reversed sanity check when setting StartupBlockIOWeight over dbusTejun Heo
2016-05-20core: put opening curly braces on the same line as function names (#3313)Tejun Heo
2016-05-20Revert "core/dbus: further simplify branch code" (#3307)Lennart Poettering
2016-05-20Merge pull request #3290 from htejun/cgroup2-io-compatLennart Poettering
2016-05-20core/dbus: revert oversimplification (#3309)Jonathan Boulle
2016-05-20core/dbus: expose SELinuxContext property (#3284)Jonathan Boulle
2016-05-18core/dbus: further simplify branch code (#3283)Jonathan Boulle
2016-05-18core: translate between IO and BlockIO settings to ease transitionTejun Heo
2016-05-18core: factor out io and blkio helper functions from cgroup_context_apply()Tejun Heo