summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-27curl-util: fix error code check from curl_multi_socket_actionDave Reisner1-1/+1
2018-10-27po: update Japanese translationYu Watanabe1-4/+6
2018-10-26core: add free_and_replace() at one more placeLennart Poettering1-2/+1
2018-10-26tree-wide: add a few missing _sentinel_ decoratorsLennart Poettering4-5/+7
2018-10-26cgroup-util: make definition of CGROUP_CONTROLLER_TO_MASK() unsignedLennart Poettering1-1/+1
2018-10-26cgroup-util: FLAGS_SET()ify all thingsLennart Poettering1-8/+8
2018-10-26cgroup: when discovering which controllers the kernel supports mask with what...Lennart Poettering1-6/+8
2018-10-26cgroup-util: before operating on a mounted cgroup controller check if it actu...Lennart Poettering1-0/+15
2018-10-26cgroup-util: add mask definitions for sets of controllers supported by cgroup...Lennart Poettering1-0/+10
2018-10-26cgroup-util: disable buffering for cg_enable_everywhere() when writing to cgr...Lennart Poettering1-7/+7
2018-10-26cgroup-util: don't expect cg_mask_from_string()'s return value to be initializedLennart Poettering1-4/+9
2018-10-26cgroup-util: debug log if /proc/self/ns/cgroup is not available for unexpecte...Lennart Poettering1-4/+6
2018-10-26test: add test case for recursive chown()ingLennart Poettering2-0/+165
2018-10-26chown-recursive: TAKE_FD() is your friendLennart Poettering1-5/+1
2018-10-26chown-recursive: also drop ACLs when recursively chown()ingLennart Poettering1-4/+12
2018-10-26chown-recursive: let's rework the recursive logic to use O_PATHLennart Poettering1-76/+70
2018-10-26lgtm: drop redundant newlinesEvgeny Vereshchagin1-2/+0
2018-10-26Move tests for *serialize_environment into test-serialize.cZbigniew Jędrzejewski-Szmek2-57/+61
2018-10-26test-serialize: allocate long_string dynamicallyZbigniew Jędrzejewski-Szmek1-5/+4
2018-10-26service: when starting a service make a copy of the watchdog timeout and use ...Lennart Poettering2-3/+14
2018-10-26service: continue to use the overriden timeout when forking off againLennart Poettering1-1/+1
2018-10-26service: rename service_reset_watchdog_timeout() → service_override_watchdo...Lennart Poettering1-2/+2
2018-10-26service: rework service_extend_timeout()Lennart Poettering1-31/+36
2018-10-26test-serialize: a smoke test for the serialization functionsZbigniew Jędrzejewski-Szmek2-0/+153
2018-10-26test: _cleanup_(unlink_tempfilep) in two more placesZbigniew Jędrzejewski-Szmek2-6/+3
2018-10-26Introduce fmkostemp_safe and use it in testsZbigniew Jędrzejewski-Szmek8-71/+53
2018-10-26service: explicit stop the watchdog when we shall not use itLennart Poettering1-4/+6
2018-10-26journalctl: in --follow mode watch stdout for POLLHUP/POLLERR and exitLennart Poettering1-17/+48