summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cgroup: freezer action must be NOP when cgroup v2 freezer is not availablev239-41Michal Sekletár2020-10-071-0/+3
* core: make sure to restore the control command id, toov239-40Lennart Poettering2020-08-271-2/+3
* man: document new "boot-complete.target" unitLennart Poettering2020-08-261-0/+23
* units: add generic boot-complete.targetLennart Poettering2020-08-262-0/+15
* device: don't emit PropetiesChanged needlesslyv239-39Michal Sekletár2020-08-061-3/+0
* device: make sure we emit PropertiesChanged signal once we set sysfsMichal Sekletár2020-08-061-0/+2
* tests: sleep a bit and give kernel time to perform the action after manual fr...v239-38v239-37v239-36Michal Sekletár2020-06-261-0/+4
* fix mis-mergeDavid Tardon2020-06-261-1/+3
* test: add test for cgroup v2 freezer supportMichal Sekletár2020-06-234-1/+348
* core: fix the return value in order to make sure we don't dipatch method retu...Michal Sekletár2020-06-231-1/+1
* core/cgroup: fix return value of unit_cgorup_freezer_action()Michal Sekletar2020-06-231-1/+1
* core: introduce support for cgroup freezerMichal Sekletár2020-06-2318-13/+660
* shared: add NULL callback check in one more placeZbigniew Jędrzejewski-Szmek2020-06-231-18/+13
* shared: Don't try calling NULL callback in bus_wait_for_units_clearBalint Reczey2020-06-231-1/+2
* shared: fix assert callZbigniew Jędrzejewski-Szmek2020-06-231-1/+1
* shared: add generic logic for waiting for a unit to enter some stateLennart Poettering2020-06-233-0/+471
* basic/cgroup-util: introduce cg_get_keyed_attribute_full()Michal Sekletár2020-06-233-4/+53
* selinux: do preprocessor check only in selinux-access.cMichal Sekletár2020-06-231-9/+0
* core: don't consider SERVICE_SKIP_CONDITION for abnormal or failure restartsAnita Zhang2020-06-167-3/+87
* meson: allow setting the version string during configurationv239-35v239-34v239-33Jan Synacek2020-06-093-5/+18
* cgroup: Mark memory protections as explicitly set in transient unitsChris Down2020-06-081-16/+48
* cgroup: Respect DefaultMemoryMin when setting memory.minChris Down2020-06-081-1/+1
* cgroup: Check ancestor memory min for unified memory configChris Down2020-06-081-1/+1
* cgroup: Test that it's possible to set memory protection to 0 againChris Down2020-06-082-4/+4
* cgroup: Support 0-value for memory protection directivesChris Down2020-06-082-9/+10
* cgroup: Readd some plumbing for DefaultMemoryMinChris Down2020-06-084-2/+4
* cgroup: Polish hierarchically aware protection docs a bitChris Down2020-06-082-2/+7
* unit: Add DefaultMemoryMinChris Down2020-06-085-2/+24
* cgroup: Create UNIT_DEFINE_ANCESTOR_MEMORY_LOOKUPChris Down2020-06-081-25/+30
* cgroup: Implement default propagation of MemoryLow with DefaultMemoryLowChris Down2020-06-0823-13/+310
* test: remove support for suffix in get_testdata_dir()Filipe Brandenburger2020-06-0812-18/+39
* core: introduce cgroup_add_device_allow()Yu Watanabe2020-06-083-12/+32
* core: add MemoryMinTejun Heo2020-06-089-5/+48
* sd-bus: skip sending formatted UIDs via SASLDavid Rheinsberg2020-06-081-42/+64
* sd-bus: fix SASL reply to empty AUTHDavid Rheinsberg2020-06-081-2/+8
* sd-bus: avoid magic number in SASL length calculationDavid Rheinsberg2020-06-081-2/+6
* core: downgrade CPUQuotaPeriodSec= clamping logs to debugFilipe Brandenburger2020-06-083-1/+7
* core: add CPUQuotaPeriodSec=Filipe Brandenburger2020-06-0810-11/+155
* cgroup: use structured initializationLennart Poettering2020-06-081-16/+17
* time-util: Introduce parse_sec_def_infinityFilipe Brandenburger2020-06-085-0/+33
* core: add IODeviceLatencyTargetSecTejun Heo2020-06-089-12/+320
* core: coldplug possible nop_jobypf7912020-06-081-2/+4
* mount: don't add Requires for tmp.mountDavid Tardon2020-06-081-1/+1
* resolvconf: fixes for the compatibility interfaceFilipe Brandenburger2020-06-082-2/+4
* sulogin-shell: Use force if SYSTEMD_SULOGIN_FORCE setAndreas Henriksson2020-06-082-1/+16
* tmpfiles: fix crash with NULL in arg_root and other fixes and testsZbigniew Jędrzejewski-Szmek2020-06-082-9/+73
* seccomp: fix __NR__sysctl usagev239-32Jan Synacek2020-06-041-2/+2
* fuzz-compress: add fuzzer for compression and decompressionZbigniew Jędrzejewski-Szmek2020-06-042-1/+86
* journal: adapt for new improved LZ4_decompress_safe_partial()Zbigniew Jędrzejewski-Szmek2020-06-042-23/+37
* test-compress: add test for short decompress_startswith callsZbigniew Jędrzejewski-Szmek2020-06-041-0/+32