summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* user-util: rework how we validate user namesv239-42Lennart Poettering2020-11-028-12/+17
* shared/user-util: allow usernames with dots in specific fieldsZbigniew Jędrzejewski-Szmek2020-11-027-21/+21
* core: add support for setting CPUAffinity= to special "numa" valueMichal Sekletár2020-11-024-4/+89
* dbus-execute: make transfer of CPUAffinity endian safe (#12711)Michal Sekletar2020-11-021-1/+4
* mount-setup: fix segfault in mount_cgroup_controllers when using gcc9 compilerWen Yang2020-11-021-11/+13
* core: remove support for API bus "started outside our own logic"Alan Jenkins2020-11-021-5/+0
* socket: New option 'FlushPending' (boolean) to flush socket before entering l...Renaud Métrich2020-11-024-0/+17
* core: add new API for enqueing a job with returning the transaction dataLennart Poettering2020-11-0217-62/+233
* build: use simple project version in pkgconfig filesJan Synacek2020-11-021-1/+1
* 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
* 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
* fix mis-mergeDavid Tardon2020-06-261-1/+3
* 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-2311-9/+493
* 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-161-2/+2
* 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: Support 0-value for memory protection directivesChris Down2020-06-082-9/+10
* cgroup: Readd some plumbing for DefaultMemoryMinChris Down2020-06-082-0/+2
* unit: Add DefaultMemoryMinChris Down2020-06-084-2/+22
* cgroup: Create UNIT_DEFINE_ANCESTOR_MEMORY_LOOKUPChris Down2020-06-081-25/+30
* cgroup: Implement default propagation of MemoryLow with DefaultMemoryLowChris Down2020-06-085-11/+74
* core: introduce cgroup_add_device_allow()Yu Watanabe2020-06-083-12/+32
* core: add MemoryMinTejun Heo2020-06-085-2/+16
* core: downgrade CPUQuotaPeriodSec= clamping logs to debugFilipe Brandenburger2020-06-083-1/+7
* core: add CPUQuotaPeriodSec=Filipe Brandenburger2020-06-085-11/+78
* cgroup: use structured initializationLennart Poettering2020-06-081-16/+17
* core: add IODeviceLatencyTargetSecTejun Heo2020-06-086-7/+243
* core: coldplug possible nop_jobypf7912020-06-081-2/+4
* mount: don't add Requires for tmp.mountDavid Tardon2020-06-081-1/+1
* core: ExecCondition= for servicesAnita Zhang2020-05-268-19/+112
* core: log a recognizable message when a unit succeeds, tooLennart Poettering2020-05-2610-8/+35
* core: make log messages about units entering a 'failed' state recognizableLennart Poettering2020-05-2610-8/+22
* core: split out all logic that updates a Job on a unit's unit_notify() invoca...Lennart Poettering2020-05-261-65/+71
* job: when a job was skipped due to a failed condition, log about itLennart Poettering2020-05-261-4/+18
* core: move unit_status_emit_starting_stopping_reloading() and related calls t...Lennart Poettering2020-05-263-103/+103
* Add support for opening files for appendingZsolt Dollenstein2020-05-195-14/+52
* pid1: add new kernel cmdline arg systemd.cpu_affinity=Lennart Poettering2020-04-271-0/+9
* core: transition to FINAL_SIGTERM state after ExecStopPost=Anita Zhang2020-04-151-0/+10
* basic: use comma as separator in cpuset cgroup cpu rangesMichal Sekletár2020-04-141-1/+1
* core: fix re-realization of cgroup siblingsLennart Poettering2020-04-141-14/+7
* pid1: fix the names of AllowedCPUs= and AllowedMemoryNodes=Zbigniew Jędrzejewski-Szmek2020-04-143-6/+6
* core: rework StopWhenUnneeded= logicLennart Poettering2020-04-024-55/+120
* swap: finish the secondary swap units' jobs if deactivation of the primary sw...HATAYAMA Daisuke2020-04-011-2/+8
* pid1: fix DefaultTasksMax initializationFranck Bui2020-03-091-3/+1