summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sysusers: support `u username -:300` style syntax (#8325)Michael Vogt2018-03-028-6/+17
* Merge pull request #8332 from poettering/logind-open-if-neededZbigniew Jędrzejewski-Szmek2018-03-021-10/+20
|\
| * logind: fix typo in commentLennart Poettering2018-03-021-1/+5
| * logind: open device if neededLennart Poettering2018-03-021-5/+13
| * logind: cast away return value we don't care aboutLennart Poettering2018-03-021-1/+1
| * logind: voidify a function we never check the return value ofLennart Poettering2018-03-021-3/+1
* | mount-setup: change bpf mount mode to 0700 (#8334)Lennart Poettering2018-03-021-1/+1
* | Merge pull request #8303 from yuwata/fix-8276Zbigniew Jędrzejewski-Szmek2018-03-0215-49/+196
|\ \
| * | test-execute: add tests with user/group daemonYu Watanabe2018-03-0214-56/+118
| * | test-execute: add a test for the case that NOBODY_GROUP_NAME is nogroupYu Watanabe2018-03-013-0/+12
| * | test-execute: check nobody user and group are configured correctlyYu Watanabe2018-03-011-16/+89
* | | systemctl: document telinit/init matching a bit (#8339)Lennart Poettering2018-03-021-4/+19
* | | hwdb: add accelerometer mount matrix for Asus TP300LD (#8327)futpib2018-03-021-0/+3
* | | Merge pull request #8237 from sourcejedi/timer_suspendLennart Poettering2018-03-021-6/+21
|\ \ \ | |_|/ |/| |
| * | core: don't freeze OnCalendar= timer units when the clock goes back a lotAlan Jenkins2018-02-281-0/+9
| * | core: let OnCalendar= timer units expire during suspend (#8231)Alan Jenkins2018-02-281-3/+10
| * | core: timer_enter_waiting(): refactor `base` local variableAlan Jenkins2018-02-281-3/+2
* | | Merge pull request #8316 from yuwata/fix-8315Zbigniew Jędrzejewski-Szmek2018-03-027-35/+99
|\ \ \
| * | | sysusers: do not implicitly create group by 'm' if 'u' with the same name existsYu Watanabe2018-03-024-31/+35
| * | | test: add a test for sysusersYu Watanabe2018-03-023-0/+47
| * | | sysusers: do not create duplicated groups when create usersYu Watanabe2018-03-021-4/+17
* | | | Merge pull request #8330 from filbranden/masked1Zbigniew Jędrzejewski-Szmek2018-03-022-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | test: masked unit with drop-insFilipe Brandenburger2018-03-011-0/+10
| * | | install: detect masked unit with drop-insFilipe Brandenburger2018-03-011-0/+3
|/ / /
* | | Remove /sbin from paths if split-bin is false (#8324)Zbigniew Jędrzejewski-Szmek2018-03-014-9/+25
* | | Merge pull request #8319 from keszybz/yet-another-symlink-installation-tweakLennart Poettering2018-03-012-5/+18
|\ \ \
| * | | meson: support both separate and merged sbin-bin directoriesZbigniew Jędrzejewski-Szmek2018-03-012-1/+10
| * | | meson: autodetect split-usrZbigniew Jędrzejewski-Szmek2018-03-012-4/+8
| | |/ | |/|
* | | Merge pull request #8293 from dobyrch/masterLennart Poettering2018-03-015-12/+14
|\ \ \
| * | | udevadm: prevent segfault in blkid builtin when offset not specifiedDouglas Christman2018-03-011-3/+10
| * | | analyze: fix typo in error messageDouglas Christman2018-03-011-1/+1
| * | | test-libudev: make "-m" equivalent to "--monitor"Douglas Christman2018-03-011-1/+1
| * | | systemctl: remove redundant option parsing codeDouglas Christman2018-03-011-6/+1
| * | | journalctl: make journalctl -g work as documentedDouglas Christman2018-03-011-1/+1
* | | | Merge pull request #8322 from keszybz/doc-tweakLennart Poettering2018-03-011-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | man: document that link-ed files must be on /Zbigniew Jędrzejewski-Szmek2018-03-011-2/+8
* | | | procfs-util: drop unnecessary zero initializations (#8321)Lennart Poettering2018-03-011-2/+1
* | | | Merge pull request #8149 from poettering/fake-root-cgroupLennart Poettering2018-03-0113-117/+425
|\ \ \ \
| * | | | basic/cgroup-util: simplify cg_get_keyed_attribute(), add testZbigniew Jędrzejewski-Szmek2018-03-012-17/+47
| * | | | update TODOLennart Poettering2018-02-091-9/+0
| * | | | mkosi: no need to determine meson parameters if we don't run mesonLennart Poettering2018-02-091-29/+32
| * | | | core: turn on memory/cpu/tasks accounting by default for the root sliceLennart Poettering2018-02-093-12/+48
| * | | | core: hook up /proc queries for the root slice, tooLennart Poettering2018-02-091-3/+11
| * | | | cgroup-util: rework cg_get_keyed_attribute() a bitLennart Poettering2018-02-094-27/+76
| * | | | cgtop: hook up new /proc based emulation code for root cgroup memory/cpu statsLennart Poettering2018-02-091-16/+27
| * | | | procfs-util: add APIs to get consumed CPU time and used memory from /procLennart Poettering2018-02-093-0/+145
| * | | | cgtop: tweak root cgroup detection a bitLennart Poettering2018-02-091-1/+23
| * | | | cgtop: command line parsing improvementsLennart Poettering2018-02-091-13/+7
| * | | | cgtop: add helper for checking if we are operating on the root cgroupLennart Poettering2018-02-091-1/+5
| * | | | cgtop: add "-1" as shortcut for "--iterations=1"Lennart Poettering2018-02-092-1/+12