summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test-execute: rename tests for AmbientCapabilities=Yu Watanabe2018-03-048-12/+12
* update TODOLennart Poettering2018-03-021-10/+3
* Merge pull request #8314 from poettering/rearrange-stdioLennart Poettering2018-03-0218-215/+235
|\
| * fd-util: drop stdio_unset_cloexec(), it's not used anymoreLennart Poettering2018-03-022-7/+0
| * sd-bus: let's better not invade stdio territory when duplicating fdsLennart Poettering2018-03-021-2/+2
| * tree-wide: port various places over to use new rearrange_stdio()Lennart Poettering2018-03-0211-168/+38
| * terminal-util: port some generic code over to rearrange_stdio()Lennart Poettering2018-03-023-38/+6
| * fd-util: add new call rearrange_stdio()Lennart Poettering2018-03-023-0/+186
| * update TODOLennart Poettering2018-03-011-0/+3
* | units: use SuccessAction=reboot where appropriate (#8335)Lennart Poettering2018-03-021-1/+1
* | Merge pull request #8336 from poettering/coccinelle-reallocarrayLennart Poettering2018-03-0219-40/+79
|\ \
| * | coccinelle: similar to reallocarray() let's also systematically use malloc_mu...Lennart Poettering2018-03-023-2/+22
| * | coccinelle: add reallocarray() coccinelle scriptLennart Poettering2018-03-0216-37/+56
| * | resolve-tool: use reallocarray() where appropriateLennart Poettering2018-03-021-1/+1
* | | Merge pull request #8333 from keszybz/hwdb-updateLennart Poettering2018-03-029-998/+4195
|\ \ \
| * | | hwdb: updateZbigniew Jędrzejewski-Szmek2018-03-027-996/+4181
| * | | hwdb: ignore whitespace in downloaded filesZbigniew Jędrzejewski-Szmek2018-03-021-0/+2
| * | | tools/hwdb-update: allow downloads to failZbigniew Jędrzejewski-Szmek2018-03-021-0/+8
| * | | tools/hwdb-update: print what is being executedZbigniew Jędrzejewski-Szmek2018-03-021-2/+4
* | | | Merge pull request #8337 from poettering/resolve-fixesZbigniew Jędrzejewski-Szmek2018-03-023-13/+48
|\ \ \ \
| * | | | resolved: debug log about resolv.conf lines we don't grokLennart Poettering2018-03-021-1/+6
| * | | | man: extend synopsys to recently added commandsLennart Poettering2018-03-021-0/+30
| * | | | resolve-tool: propagate sensible errors from due to dns_name_is_valid() check...Lennart Poettering2018-03-021-4/+8
| * | | | resolve-tool: trivial coding style improvementsLennart Poettering2018-03-021-8/+4
| | |/ / | |/| |
* | | | man: there's no point in referenceing systemd.unit(5) from itself (#8338)Lennart Poettering2018-03-021-3/+1
* | | | Merge pull request #8323 from xyproto/ok_colorZbigniew Jędrzejewski-Szmek2018-03-024-11/+46
|\ \ \ \
| * | | | meson: use dashes in colour namesZbigniew Jędrzejewski-Szmek2018-03-022-4/+4
| * | | | Add build-time option to change the color of the "OK" status textAlexander F Rødseth2018-03-023-1/+12
| * | | | Organize the ANSI codes and add missing colorsAlexander F Rødseth2018-03-021-10/+34
* | | | | 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