summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2016-06-30Merge pull request #3634 from disneyworldguy/v2sigchldLennart Poettering
2016-06-30Merge pull request #3596 from poettering/machine-cleanMartin Pitt
2016-06-30manager: Only invoke a single sigchld per unit within a cleanup cycleKyle Walker
2016-06-24pid1: restore console color support for containers (#3595)Franck Bui
2016-06-24cgroup: minor coding style fixLennart Poettering
2016-06-23execute: add a new easy-to-use RestrictRealtime= option to unitsLennart Poettering
2016-06-23execute: be a little less drastic when MemoryDenyWriteExecute= hitsLennart Poettering
2016-06-23execute: set PR_SET_NO_NEW_PRIVS also in case the exec memory protection is usedLennart Poettering
2016-06-23execute: use the return value of setrlimit_closest() properlyLennart Poettering
2016-06-23core: when writing transient unit files, make sure all lines end with a newlineLennart Poettering
2016-06-22watchdog: Support changing watchdog_usec during runtime (#3492)Minkyung
2016-06-22Merge pull request #3526 from fbuihuu/fix-console-log-colorLennart Poettering
2016-06-22pid1: initialize status color mode after setting up TERMFranck Bui
2016-06-22pid1: initialize TERM environment variable correctlyFranck Bui
2016-06-20core: log the right set of the supported controllers (#3558)Evgeny Vereshchagin
2016-06-20Revert "do not pass-along the environment from the kernel or initrd"Franck Bui
2016-06-20pid1: reconnect to the console before being re-executedFranck Bui
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