summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* chown-recursive: also check mode before we bypassLennart Poettering2019-04-261-5/+5
* Merge pull request #12074 from poettering/io-acctZbigniew Jędrzejewski-Szmek2019-04-257-32/+337
|\
| * core: include IO data in per-unit resource log msgLennart Poettering2019-04-121-4/+70
| * croup: expose IO accounting data per unitLennart Poettering2019-04-125-3/+240
| * core: use string_table_lookup() at more placesLennart Poettering2019-04-122-18/+14
| * core: add new call unit_reset_accounting()Lennart Poettering2019-04-125-6/+15
| * core: no need to initialize ip_accounting twiceLennart Poettering2019-04-121-1/+0
| * cgroup: get rid of a local variableLennart Poettering2019-04-121-3/+1
* | Merge pull request #12332 from cdown/default_minZbigniew Jędrzejewski-Szmek2019-04-254-27/+52
|\ \
| * | unit: Add DefaultMemoryMinChris Down2019-04-164-2/+22
| * | cgroup: Create UNIT_DEFINE_ANCESTOR_MEMORY_LOOKUPChris Down2019-04-161-25/+30
* | | core: immediately trigger watchdog action on WATCHDOG=triggerJan Klötzke2019-04-241-2/+19
* | | core: support DisableControllers= for transient unitsAnita Zhang2019-04-222-9/+26
|/ /
* | core: do not show TimeoutStopSec= in dump message if it is not setYu Watanabe2019-04-141-8/+11
* | core: add assertion in two inline functionsYu Watanabe2019-04-142-0/+2
* | core: use BUS_DEFINE_PROPERTY_GET() macro at more placesYu Watanabe2019-04-142-42/+2
* | core: change type of Service::timeout_abort_set to boolYu Watanabe2019-04-141-1/+1
* | service: handle abort stops with dedicated timeoutJan Klötzke2019-04-1211-5/+149
* | cgroup: Implement default propagation of MemoryLow with DefaultMemoryLowChris Down2019-04-125-11/+74
|/
* Merge pull request #12217 from keszybz/unlocked-operationsLennart Poettering2019-04-125-94/+44
|\
| * Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-124-34/+10
| * core/smack-setup: add helper function for openat+fdopenZbigniew Jędrzejewski-Szmek2019-04-121-59/+34
| * Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek2019-04-121-1/+0
* | core: vodify one more call to mkdirZbigniew Jędrzejewski-Szmek2019-04-121-1/+1
|/
* tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-112-2/+2
* Merge pull request #12153 from benjarobin/killall-show-not-killedLennart Poettering2019-04-112-20/+68
|\
| * core/killall: Add documentation about broadcast_signal()Benjamin Robin2019-04-101-0/+6
| * core/killall: Log the process names not killed after 10sBenjamin Robin2019-04-101-3/+37
| * core/killall: Propagate errors and return the number of process leftBenjamin Robin2019-04-082-17/+25
* | Merge pull request #12037 from poettering/oom-stateLennart Poettering2019-04-1115-47/+374
|\ \
| * | core: implement OOMPolicy= and watch cgroups for OOM killingsLennart Poettering2019-04-0915-11/+335
| * | service: beautify debug log message a bitLennart Poettering2019-04-091-1/+1
| * | core: rename cgroup_inotify_wd → cgroup_control_inotify_wdLennart Poettering2019-04-094-21/+23
| * | core: check for redundant operation before doing allocationLennart Poettering2019-04-091-6/+4
| * | core: rearrange cgroup empty events a bitLennart Poettering2019-04-092-8/+11
| |/
* | tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() callLennart Poettering2019-04-102-12/+17
* | pid1,shutdown: do not cunescape paths from libmountZbigniew Jędrzejewski-Szmek2019-04-091-10/+2
* | shared: add a single definition of libmount cleanup functionsZbigniew Jędrzejewski-Szmek2019-04-051-5/+1
|/
* pid1: pass unit name to seccomp parser when we have no file locationZbigniew Jędrzejewski-Szmek2019-04-032-4/+10
* core: use a temporary variable for calculation of seccomp flagsZbigniew Jędrzejewski-Szmek2019-04-031-5/+10
* core: fix build failure if seccomp is disabledDavide Cavalca2019-04-031-1/+1
* Revert "build: install /etc/systemd/{system,user}-generators"Lennart Poettering2019-04-021-2/+0
* core: imply NNP and SUID/SGID restriction for DynamicUser=yes serviceLennart Poettering2019-04-021-2/+8
* core: expose SUID/SGID restriction as new unit setting RestrictSUIDSGID=Lennart Poettering2019-04-024-0/+29
* core: add a generic helper that forwards per-unit method calls from ManagerLennart Poettering2019-04-021-135/+51
* Merge pull request #12013 from yuwata/fix-switchroot-11997Zbigniew Jędrzejewski-Szmek2019-04-025-13/+32
|\
| * core: add Manager::honor_device_enumeration flagYu Watanabe2019-03-153-1/+26
| * core: use TAKE_PTR() at few more placesYu Watanabe2019-03-151-3/+2
| * core: use _cleanup_free_ attribute and free_and_replace() macro in method_swi...Yu Watanabe2019-03-151-9/+4
* | core: optionally, trigger .timer units on timezone and clock changesLennart Poettering2019-04-024-8/+34