summaryrefslogtreecommitdiffstats
path: root/shell-completion (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-29journal: drop an unused variable clang is complaining aboutEvgeny Vereshchagin1-1/+0
2018-10-29hwdb: Add Asus T300CHI accelerator matrixTJ1-0/+3
2018-10-29util: do not assign return value if it is not used (#10552)Yu Watanabe1-3/+1
2018-10-28test-chown-rec: use logging helper here tooZbigniew Jędrzejewski-Szmek1-3/+1
2018-10-28test-network-tables: remove duplicate lineZbigniew Jędrzejewski-Szmek1-1/+0
2018-10-28po: update Polish translationPiotr Drąg1-4/+7
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-27udev-event: replace udev_device in subst_format_var() by sd_deviceYu Watanabe2-110/+111
2018-10-27udev-event: drop prototype of nonexistent functionYu Watanabe1-2/+0
2018-10-27udev-event: move definition of struct subst_mapYu Watanabe1-34/+37
2018-10-27udev-event: replace udev_device in udev_event_execute_rules() by sd_deviceYu Watanabe2-45/+106
2018-10-27udev-event: move devnode handling logic to a new functionYu Watanabe1-30/+52
2018-10-27udev-event: move conditions to rename network interface into rename_netif()Yu Watanabe1-26/+33
2018-10-27udev-event: rename udev_event_unref() to udev_event_free()Yu Watanabe5-11/+11
2018-10-27udev-event: fix memleak in udev_eventYu Watanabe1-0/+1
2018-10-27udev-event: use structured initializer at one more placeYu Watanabe1-4/+10
2018-10-27udev-event: add more assert()Yu Watanabe1-4/+8
2018-10-27udev-event: check command is not empty before executingYu Watanabe1-0/+7
2018-10-27udev-event: include device name in error message one more placeYu Watanabe1-1/+2
2018-10-27network,udev: drop unnecessary check whether ifindex is positiveYu Watanabe2-4/+2
2018-10-27test: check sd_device_get_ifindex() returns positive ifindex when it succeedsYu Watanabe1-1/+1
2018-10-27sd-device: return positive ifindex when sd_device_get_ifindex() succeedsYu Watanabe2-5/+4
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