summaryrefslogtreecommitdiff
path: root/src/core/load-fragment.c
Commit message (Expand)AuthorAgeFilesLines
* core/load-fragment: remove unnecessary intializationZbigniew Jędrzejewski-Szmek2019-10-161-1/+1
* core/load-fragment: constify Unit* arguments where possibleZbigniew Jędrzejewski-Szmek2019-10-161-31/+31
* Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek2019-10-031-1/+1
|\
| * util-lib: move some functions from basic/cgroup-util to shared/cgroup-setupZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
* | cgroup: introduce support for cgroup v2 CPUSET controllerPavel Hrdina2019-09-241-0/+38
* | core: Fix setting StatusUnitFormat from config filesMaciej Stanczew2019-09-171-0/+1
|/
* core: restore initialization of u->source_mtimeFranck Bui2019-09-161-1/+8
* Merge pull request #13244 from keszybz/allow-dots-in-usernamesYu Watanabe2019-08-291-4/+4
|\
| * shared/user-util: allow usernames with dots in specific fieldsZbigniew Jędrzejewski-Szmek2019-08-191-4/+4
* | load-fragment: use path_join() where appropriateLennart Poettering2019-08-201-4/+2
|/
* Merge pull request #13119 from keszybz/unit-loading-2Lennart Poettering2019-07-301-275/+82
|\
| * pid1: drop unit caches only based on mtimeZbigniew Jędrzejewski-Szmek2019-07-301-0/+9
| * pid1: use a cache for all unit aliasesZbigniew Jędrzejewski-Szmek2019-07-301-276/+74
* | pid1,systemctl: allow symbolic exit code namesZbigniew Jędrzejewski-Szmek2019-07-291-14/+14
* | shared/exit-status: use Bitmap instead of SetsZbigniew Jędrzejewski-Szmek2019-07-291-8/+4
|/
* Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek2019-06-281-23/+23
* Reindent some things for readabilityZbigniew Jędrzejewski-Szmek2019-06-281-1/+2
* core: skip whitespace after "|" and "!" in the condition parserZbigniew Jędrzejewski-Szmek2019-06-271-4/+4
* core: move config_parse_* functions to a shared moduleFrantisek Sumsal2019-06-251-0/+189
* bpf-firewall: custom BPF programs through IP(Ingress|Egress)FilterPath=Kai Lüke2019-06-251-0/+61
* core: introduce NUMAPolicy and NUMAMask optionsMichal Sekletar2019-06-241-0/+28
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+1
* Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-291-30/+1
* cgroup: Support 0-value for memory protection directivesChris Down2019-05-081-1/+1
* unit: Add DefaultMemoryMinChris Down2019-04-161-2/+9
* service: handle abort stops with dedicated timeoutJan Klötzke2019-04-121-0/+36
* cgroup: Implement default propagation of MemoryLow with DefaultMemoryLowChris Down2019-04-121-3/+10
* core: implement OOMPolicy= and watch cgroups for OOM killingsLennart Poettering2019-04-091-0/+1
* pid1: pass unit name to seccomp parser when we have no file locationZbigniew Jędrzejewski-Szmek2019-04-031-2/+4
* core: pass parse error to log functions when parsing timer expressionsLennart Poettering2019-04-011-5/+8
* core: simply timer expression parsing by using ".ltype" field of conf-parser ...Lennart Poettering2019-04-011-25/+21
* Merge pull request #12137 from poettering/socket-var-runZbigniew Jędrzejewski-Szmek2019-03-291-26/+55
|\
| * core: complain and correct /var/run/ → /run/ for listening socketsLennart Poettering2019-03-281-24/+54
| * load-fragment: use TAKE_PTR() where we canLennart Poettering2019-03-281-2/+1
* | core: break overly long lineLennart Poettering2019-03-281-3/+6
* | core: parse '@default' seccomp group permissivelyLennart Poettering2019-03-281-1/+3
|/
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-0/+1
* util: split out some stuff into a new file limits-util.[ch]Lennart Poettering2019-03-131-0/+1
* core: warn if people use the undocumented/depreacted ConditionNull=Lennart Poettering2019-03-051-0/+2
* core: add ':' prefix to ExecXYZ= skip env var substitutionAnita Zhang2019-02-201-1/+4
* core: add CPUQuotaPeriodSec=Filipe Brandenburger2019-02-141-0/+1
* core/load-fragment: empty assignment to PIDFile= resets the valueYu Watanabe2019-02-061-0/+6
* Correct more spelling errors.Chris Lamb2019-01-231-1/+1
* core: Fix use after free case in load_from_path()Khem Raj2018-12-161-1/+1
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-121-1/+1
* missing: rename securebits.h to missing_securebits.hYu Watanabe2018-12-041-1/+0
* cgroup: Add DisableControllers= directive to disable controller in subtreeChris Down2018-12-031-0/+35
* core,run: make SocketProtocol= accept protocol name in upper case an protocol...Yu Watanabe2018-12-021-6/+3
* util: rename socket_protocol_{from,to}_name() to ip_protocol_{from,to}_name()Yu Watanabe2018-12-021-4/+4
* Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-1/+1