summaryrefslogtreecommitdiff
path: root/src/core/load-fragment-gperf.gperf.m4
Commit message (Expand)AuthorAgeFilesLines
* cgroup: Readd some plumbing for DefaultMemoryMinChris Down2020-06-081-0/+1
* cgroup: Implement default propagation of MemoryLow with DefaultMemoryLowChris Down2020-06-081-0/+1
* core: add MemoryMinTejun Heo2020-06-081-0/+1
* core: add CPUQuotaPeriodSec=Filipe Brandenburger2020-06-081-0/+1
* core: add IODeviceLatencyTargetSecTejun Heo2020-06-081-0/+1
* core: ExecCondition= for servicesAnita Zhang2020-05-261-0/+1
* pid1: fix the names of AllowedCPUs= and AllowedMemoryNodes=Zbigniew Jędrzejewski-Szmek2020-04-141-2/+2
* cgroup: introduce support for cgroup v2 CPUSET controllerv239-27Pavel Hrdina2020-02-211-0/+2
* core: expose SUID/SGID restriction as new unit setting RestrictSUIDSGID=Lennart Poettering2020-02-191-0/+2
* core: introduce NUMAPolicy and NUMAMask optionsMichal Sekletár2019-12-051-0/+2
* core: implement per unit journal rate limitingAnita Zhang2019-10-211-0/+2
* core: add new PrivateMounts= unit settingLennart Poettering2018-06-121-0/+1
* load-fragment: use DEFINE_CONFIG_PARSE_*() macrosYu Watanabe2018-05-311-6/+6
* load-fragment: make SocketProtocol= accept the empty stringYu Watanabe2018-05-311-1/+1
* namespace: rename parse_protect_{home,system}_or_bool() to protect_{home,syst...Yu Watanabe2018-05-311-2/+2
* socket-util: rename parse_socket_address_bind_ipv6_only_or_bool() to socket_a...Yu Watanabe2018-05-311-1/+1
* load-fragment: drop config_parse_no_new_privileges() and use config_parse_boo...Yu Watanabe2018-05-311-1/+1
* load-fragment: use config_parse_sec_fix_0() for TimeoutStopSec=Yu Watanabe2018-05-311-1/+1
* core: move config_parse_limit() to the generic conf-parser.[ch]Lennart Poettering2018-05-171-16/+16
* core: undo the dependency inversion between unit.h and all unit typesFelipe Sateler2018-05-151-0/+2
* core: add new setting TemporaryFileSystem=Yu Watanabe2018-02-211-0/+1
* load-fragment: obsolete OnFailureIsolate=Yu Watanabe2018-01-021-0/+1
* core,udev,networkd: add ConditionKernelVersion=Lennart Poettering2017-12-261-0/+2
* condition: Create AssertControlGroupController (#7630)Chris Down2017-12-181-0/+2
* core: enable specifier expansion for What=/Where=/Type=/SourcePath= tooLennart Poettering2017-11-291-5/+5
* core: use config_parse_unit_string_printf() for decoding RebootArgument=Lennart Poettering2017-11-291-1/+1
* Merge pull request #7389 from shawnl/warningZbigniew Jędrzejewski-Szmek2017-11-221-0/+3
|\
| * tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-0/+3
* | core: introduce SuccessAction= as unit file propertyLennart Poettering2017-11-201-0/+1
* | core: generalize FailureAction= move it from service to unitLennart Poettering2017-11-201-2/+3
|/
* core: add two new unit file settings: StandardInputData= + StandardInputText=Lennart Poettering2017-11-171-0/+2
* core: add a new unit file setting CollectMode= for tweaking the GC logicLennart Poettering2017-11-161-0/+1
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-161-0/+2
* core: rework the Delegate= unit file setting to take a list of controller namesLennart Poettering2017-11-131-1/+1
* core/load-fragment: add RemoveIPC= (#7288)Yu Watanabe2017-11-101-0/+1
* core/load-fragment: fix alignmentYu Watanabe2017-11-081-1/+1
* unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeou...Lennart Poettering2017-10-051-2/+2
* build-sys: s/HAVE_SMACK/ENABLE_SMACK/Zbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* cgroup, unit, fragment parser: make use of new firewall functionsDaniel Mack2017-09-221-0/+3
* core: add new per-unit setting KeyringMode= for controlling kernel keyring setupLennart Poettering2017-09-151-0/+1
* core: add new UnsetEnvironment= setting for unit filesLennart Poettering2017-09-141-0/+1
* seccomp: LockPersonality boolean (#6193)Topi Miettinen2017-08-291-2/+4
* Drop busname unit typeZbigniew Jędrzejewski-Szmek2017-07-231-9/+0
* core: fix typo (#6417)Yu Watanabe2017-07-211-2/+2
* core: add {State,Cache,Log,Configuration}Directory= (#6384)Yu Watanabe2017-07-181-2/+10
* Merge pull request #6387 from keszybz/fix-timeout-0Lennart Poettering2017-07-181-1/+1
|\
| * Use config_parse_sec_fix_0() also for JobRunningTimeoutSecZbigniew Jędrzejewski-Szmek2017-07-171-1/+1
* | core: allow preserving contents of RuntimeDirectory= over process restartYu Watanabe2017-07-171-0/+1
|/
* core/load-fragment: refuse units with errors in RootDirectory/RootImage/Dynam...Zbigniew Jędrzejewski-Szmek2017-07-111-3/+3
* Merge pull request #5926 from fsateler/condition-uidLennart Poettering2017-05-291-0/+4
|\