summaryrefslogtreecommitdiff
path: root/src/shared/bus-unit-util.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-18bus-unit-util: use streq() instead of STR_IN_SET()Yu Watanabe1-1/+1
2018-10-18core: implement per unit journal rate limitingAnita Zhang1-0/+8
2018-10-02bus-unit-util: fix parsing of IPAddress{Allow,Deny}Ronny Chevalier1-6/+18
2018-09-26Make Watchdog Signal ConfigurableAnita Zhang1-1/+1
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-10/+5
2018-08-22core: add IODeviceLatencyTargetSecTejun Heo1-0/+31
2018-07-26Merge pull request #9504 from poettering/nss-deadlockZbigniew Jędrzejewski-Szmek1-2/+2
2018-07-25tree-wide: increase granularity of percent specifications all over the place ...Lennart Poettering1-10/+12
2018-07-23Make final kill signal configurableJon Ringle1-1/+1
2018-07-20bus-unit-util: tiny coding style fixLennart Poettering1-2/+2
2018-07-12core: add MemoryMinTejun Heo1-1/+1
2018-06-18shared: do not include ~ when appending syscall filters propertyRonny Chevalier1-1/+1
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-12core: add new PrivateMounts= unit settingLennart Poettering1-1/+1
2018-06-07tree-wide: fix a number of log calls that use %m but have no errno setLennart Poettering1-2/+4
2018-05-24Merge pull request #8817 from yuwata/cleanup-nsflagsLennart Poettering1-7/+7
2018-05-17rlimit-util: rework rlimit_{from|to}_string() to work without "Limit" prefixLennart Poettering1-16/+21
2018-05-05load-fragment: allow to specify RestrictNamespaces= multiple timesYu Watanabe1-6/+6
2018-05-05nsflsgs: drop namespace_flag_{from,to}_string()Yu Watanabe1-1/+1
2018-05-03util: rename signal_from_string_try_harder() to signal_from_string()Yu Watanabe1-3/+3
2018-04-27core: enforce that scope units can be started only onceLennart Poettering1-11/+14
2018-04-27tree-wide: be more careful with the type of array sizesLennart Poettering1-1/+1
2018-04-24Revert "bus-unit-util: fix bus_wait_for_jobs() debug output (#8760)"Zbigniew Jędrzejewski-Szmek1-2/+0
2018-04-23bus-unit-util: fix bus_wait_for_jobs() debug output (#8760)Lennart Poettering1-0/+2
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0
2018-04-11Merge pull request #8700 from keszybz/hibernationLennart Poettering1-0/+26
2018-04-10Move utility function to query unit state from systemctl to shared/Zbigniew Jędrzejewski-Szmek1-0/+26
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-2/+1
2018-03-29bus-unit-util: one less newlineLennart Poettering1-1/+0
2018-03-06core: drop unnecessary __useless_struct_to_allow_trailing_semicolon__Zbigniew Jędrzejewski-Szmek1-4/+2
2018-02-26tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279)Zbigniew Jędrzejewski-Szmek1-2/+2
2018-02-21core: add DBus API for TemporaryFileSystem=Yu Watanabe1-0/+56
2018-02-12tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering1-1/+1
2018-01-24coccinelle: let's use STRLEN() rather strlen() at one more placeLennart Poettering1-1/+1
2018-01-05tree-wide: install matches asynchronouslyLennart Poettering1-18/+12
2018-01-03bus-unit-util: support more options set to transient unitYu Watanabe1-19/+254
2018-01-03bus-unit-util: use struct __useless_struct_to_allow_trailing_semicolon__ in D...Yu Watanabe1-56/+65
2017-12-23cgroup: move path checking logic to dbus-cgroup.cYu Watanabe1-26/+8
2017-12-23bus-unit-util: simplify bus_append_cgroup_property()Yu Watanabe1-11/+3
2017-12-23bus-unit-util: make dependency settings can take multiple unitsYu Watanabe1-9/+2
2017-12-23dbus-socket: move truncation check to bus_socket_set_transient_property()Yu Watanabe1-4/+4
2017-12-23basic: introduce socket_protocol_{from,to}_name()Yu Watanabe1-14/+4
2017-12-23bus-unit-util: add socket unit related optionsYu Watanabe1-769/+865
2017-12-19core: move path_kill_slashes() to managerYu Watanabe1-2/+0
2017-12-19tree-wide: use !strv_isempty() instead of strv_length() > 0Yu Watanabe1-1/+1
2017-12-15bus-unit-util: add path unit related optionsYu Watanabe1-2/+16
2017-12-15bus-unit-util: improve error messagesYu Watanabe1-2/+7
2017-12-15bus-unit-util: remove unnecessary oom checkYu Watanabe1-2/+0