summaryrefslogtreecommitdiff
path: root/src/core/load-fragment.c
Commit message (Expand)AuthorAgeFilesLines
* load-fragment: parse specifiers in CPUAffinity= (#19281)Francois Gervais2021-05-061-1/+11
* LoadCredentials: do not assert on invalid syntaxLuca Boccassi2021-04-061-1/+1
* core,seccomp: refuse to specify errno for allow-listed syscallsYu Watanabe2021-03-081-2/+9
* core: drop meaningless parse_syscall_and_errno() callsYu Watanabe2021-03-081-9/+2
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* Add ExtensionImages directive to form overlaysLuca Boccassi2021-02-231-0/+142
* MountImages: parse unit specifiers after permissive hyphenLuca Boccassi2021-02-231-10/+10
* core: use our usual UINT32_MAX scaling for OOMD limitsLennart Poettering2021-02-181-1/+2
* util: move percent/permille/permyriad parser into percent-util.[ch]Lennart Poettering2021-02-181-0/+4
* tree-wide: parse permyriads wherever we canLennart Poettering2021-02-181-6/+6
* Merge pull request #18601 from keszybz/env-assign-cleanupLennart Poettering2021-02-161-9/+7
|\
| * Refactor strv_env_replace() into strv_env_replace_consume()Zbigniew Jędrzejewski-Szmek2021-02-161-9/+7
* | basic/unit-file: when loading linked unit files, use link source as "fragment...Zbigniew Jędrzejewski-Szmek2021-02-141-3/+4
|/
* Merge pull request #18401 from anitazha/oomdxattrZbigniew Jędrzejewski-Szmek2021-02-131-0/+1
|\
| * oom: add unit file settings for oomd avoid/omit xattrsAnita Zhang2021-02-121-0/+1
* | tree-wide: use free_and_strdup_warn()Yu Watanabe2021-02-121-4/+1
* | tree-wide: use error codes in xxx_from_string()Yu Watanabe2021-02-121-14/+20
|/
* oom: rework *MemoryPressureLimit= properties to have 1/10000 precisionAnita Zhang2021-02-021-3/+3
* core: add logs when credential value is duplicatedYu Watanabe2021-01-181-2/+5
* core: make config_parse_documentation() explicitly return 0 on successYu Watanabe2021-01-181-11/+12
* core: add missing log_oom()Yu Watanabe2021-01-181-2/+2
* core: do not fail when an invalid cpu affinity is specifiedYu Watanabe2021-01-181-11/+12
* core: load fragment - use hashmap_ensure_putSusant Sahani2021-01-171-5/+3
* Add truncate: to StandardOutput= etc.Lucas Werkmeister2021-01-151-2/+16
* journal: move journal_field_valid() to journal_file.cYu Watanabe2020-12-161-1/+1
* Merge pull request #17549 from yuwata/tiny-fixesLennart Poettering2020-11-091-5/+5
|\
| * core: reduce scope of variantsYu Watanabe2020-11-091-5/+5
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* core: add Timestamping= option for socket unitsLennart Poettering2020-10-271-0/+1
* core: move where we send unit change updates to oomdAnita Zhang2020-10-191-15/+5
* core: add varlink call to get cgroup paths of units using ManagedOOM*=Anita Zhang2020-10-071-8/+16
* core: add ManagedOOM*= properties to configure systemd-oomd on the unitAnita Zhang2020-10-071-0/+73
* core: remember when we set ExecContext.mount_apivfsZbigniew Jędrzejewski-Szmek2020-09-241-0/+38
* core: resolve binary names immediately before executionZbigniew Jędrzejewski-Szmek2020-09-181-32/+5
* core: use X_OK when looking for executablesZbigniew Jędrzejewski-Szmek2020-09-181-1/+1
* core/load-fragment: don't treat "; ;" as "/usr/bin/;"Zbigniew Jędrzejewski-Szmek2020-09-181-0/+6
* Merge pull request #17076 from poettering/dissect-cleanupLennart Poettering2020-09-161-2/+2
|\
| * dissect: introduce PartitionDesignator as real typeLennart Poettering2020-09-161-2/+2
* | exec: SystemCallLog= directiveTopi Miettinen2020-09-151-0/+81
* | exec: Add kill action to system call filtersTopi Miettinen2020-09-151-2/+2
|/
* core: downgrade error level and ignore several non-critical errorsYu Watanabe2020-09-101-265/+279
* Merge pull request #16635 from keszybz/do-not-for-each-wordLennart Poettering2020-09-091-17/+12
|\
| * core/load-fragment: use extract_first_word()Zbigniew Jędrzejewski-Szmek2020-09-091-17/+12
* | core: introduce support for setting NUMAMask= to special "all" valueMichal Sekletár2020-09-081-4/+12
|/
* Rework how we cache mtime to figure out if units changedZbigniew Jędrzejewski-Szmek2020-08-311-1/+1
* core: add credentials logicLennart Poettering2020-08-251-0/+150
* core: introduce ProtectProc= and ProcSubset= to expose hidepid= and subset= p...Lennart Poettering2020-08-241-0/+2
* Merge pull request #16686 from bluca/mount_images_optsZbigniew Jędrzejewski-Szmek2020-08-211-53/+101
|\
| * core: add mount options support for MountImagesLuca Boccassi2020-08-201-16/+75
| * core: change RootImageOptions to use names instead of partition numbersLuca Boccassi2020-08-201-11/+12