summaryrefslogtreecommitdiff
path: root/src/shared/bus-unit-util.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17497 from anitazha/randomizeonceLennart Poettering2020-11-101-1/+2
|\
| * timer: add new feature FixedRandomDelay=Kristijan Gjoshev2020-11-051-1/+2
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* core: add Timestamping= option for socket unitsLennart Poettering2020-10-271-1/+2
* Merge pull request #15206 from anitazha/systoomd-v0Zbigniew Jędrzejewski-Szmek2020-10-151-1/+5
|\
| * core: add ManagedOOM*= properties to configure systemd-oomd on the unitAnita Zhang2020-10-071-1/+5
* | systemctl: move compare_unit_info() to bus-unit-util.[ch]Lennart Poettering2020-10-071-0/+17
|/
* exec: SystemCallLog= directiveTopi Miettinen2020-09-151-1/+2
* exec: Add kill action to system call filtersTopi Miettinen2020-09-151-2/+8
* Merge pull request #16635 from keszybz/do-not-for-each-wordLennart Poettering2020-09-091-1/+1
|\
| * Rename strv_split_extract() to strv_split_full()Zbigniew Jędrzejewski-Szmek2020-09-091-1/+1
* | core: introduce support for setting NUMAMask= to special "all" valueMichal Sekletár2020-09-081-3/+9
|/
* socket: New option 'FlushPending' (boolean) to flush socket before entering l...Renaud Métrich2020-09-011-0/+1
* core: add credentials logicLennart Poettering2020-08-251-0/+111
* core: introduce ProtectProc= and ProcSubset= to expose hidepid= and subset= p...Lennart Poettering2020-08-241-0/+2
* core: add mount options support for MountImagesLuca Boccassi2020-08-201-14/+64
* core: change RootImageOptions to use names instead of partition numbersLuca Boccassi2020-08-201-16/+9
* core: use strv_split_colon_pairs when parsing RootImageOptionsLuca Boccassi2020-08-201-21/+13
* core: new feature MountImagesLuca Boccassi2020-08-051-0/+60
* service: add new RootImageOptions featureLuca Boccassi2020-07-291-0/+68
* core: add RootHashSignature service parameterLuca Boccassi2020-06-251-0/+20
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-3/+3
* Revert "cgroup: Allow empty assignments of Memory{Low,Min}="Zbigniew Jędrzejewski-Szmek2020-06-231-11/+9
* core: add RootHash and RootVerity service parametersLuca Boccassi2020-06-231-0/+21
* Merge pull request #16058 from Werkov/fix-memory-protection-defaultLennart Poettering2020-06-091-1/+16
|\
| * cgroup: Allow empty assignments of Memory{Low,Min}=Michal Koutný2020-06-021-9/+11
| * cgroup: Make empty assignments reset to defaultMichal Koutný2020-06-021-1/+14
* | core: let user define start-/stop-timeout behaviourJan Klötzke2020-06-091-1/+3
|/
* core: add new PassPacketInfo= socket unit propertyLennart Poettering2020-05-271-0/+1
* mount: add ReadWriteOnly property to fail on read-only mountsMartin Hundebøll2020-05-011-1/+2
* manager: add CoredumpFilter= settingZbigniew Jędrzejewski-Szmek2020-04-091-0/+5
* core: add support for setting CPUAffinity= to special "numa" valueMichal Sekletár2020-03-161-0/+8
* shared: split out NUMA code from cpu-set-util.c to numa-util.cMichal Sekletár2020-03-161-0/+1
* core: add new LogNamespace= execution settingLennart Poettering2020-01-311-1/+2
* core: shared: Add ProtectClock= to systemd.execKevin Kuehler2020-01-261-0/+1
* pid1: make TimeoutAbortSec settable for transient unitsZbigniew Jędrzejewski-Szmek2019-11-271-0/+1
* shared/bus-unit-util: word wrapZbigniew Jędrzejewski-Szmek2019-11-271-93/+240
* shared: Add ProtectKernelLogs propertyKevin Kuehler2019-11-111-2/+2
* Merge pull request #13423 from pwithnall/12035-session-time-limitsZbigniew Jędrzejewski-Szmek2019-10-281-4/+16
|\
| * scope: Support RuntimeMaxSec= directive in scope unitsPhilip Withnall2019-10-281-0/+4
| * shared: Factor out bus_append_scope_property() for scopesPhilip Withnall2019-07-291-4/+12
* | shared/bus-unit-util: remove some empty linesZbigniew Jędrzejewski-Szmek2019-10-111-72/+9
* | Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek2019-10-031-0/+1
|\ \
| * | util-lib: move some functions from basic/cgroup-util to shared/cgroup-setupZbigniew Jędrzejewski-Szmek2019-09-161-0/+1
* | | core: add support for RestartKillSignal= to override signal used for restart ...Zbigniew Jędrzejewski-Szmek2019-10-021-4/+1
* | | cgroup: introduce support for cgroup v2 CPUSET controllerPavel Hrdina2019-09-241-0/+16
* | | core: add ExecXYZEx= bus hook ups to all exec command propertiesAnita Zhang2019-09-171-2/+3
|/ /
* | pid1,systemctl: allow symbolic exit code namesZbigniew Jędrzejewski-Szmek2019-07-291-13/+19
* | shared/bus-util: fix dbus serialization of {RestartPrevent,RestartForce,Succe...Zbigniew Jędrzejewski-Szmek2019-07-291-7/+7
|/
* core: ExecCondition= for servicesAnita Zhang2019-07-171-1/+1