summaryrefslogtreecommitdiff
path: root/src/shared/bus-unit-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek2019-06-281-14/+14
* bpf-firewall: custom BPF programs through IP(Ingress|Egress)FilterPath=Kai Lüke2019-06-251-0/+12
* core: introduce NUMAPolicy and NUMAMask optionsMichal Sekletar2019-06-241-0/+28
* core: add ExecStartXYZEx= with dbus support for executable prefixesAnita Zhang2019-05-301-14/+56
* shared/cpu-set-util: make transfer of cpu_set_t over bus endian safeMichal Sekletar2019-05-291-1/+7
* Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-291-2/+2
* cgroup: Readd some plumbing for DefaultMemoryMinChris Down2019-05-081-1/+1
* core: support DisableControllers= for transient unitsAnita Zhang2019-04-221-0/+4
* cgroup: Implement default propagation of MemoryLow with DefaultMemoryLowChris Down2019-04-121-1/+1
* core: implement OOMPolicy= and watch cgroups for OOM killingsLennart Poettering2019-04-091-1/+1
* core: expose SUID/SGID restriction as new unit setting RestrictSUIDSGID=Lennart Poettering2019-04-021-6/+6
* core: optionally, trigger .timer units on timezone and clock changesLennart Poettering2019-04-021-1/+2
* bus-unit-util: split out code that shows a unit's process treeLennart Poettering2019-03-131-403/+0
* shared: split out code to wait for jobs to complet into its own source fileLennart Poettering2019-03-131-329/+3
* bus-unit-util: insist on full initializationLennart Poettering2019-03-131-2/+3
* bus-unit-util: never call into log_job_error_with_service_result() if we are ...Lennart Poettering2019-03-131-1/+3
* bus-unit-util: move explanations array to inner scopeLennart Poettering2019-03-131-14/+14
* bus-unit-util: use structure initializationLennart Poettering2019-03-131-2/+4
* bus-unit-util: use free_and_strdup() where we canLennart Poettering2019-03-131-5/+2
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
* run: make sure NetworkNamespacePath= can be used on the systemd-run cmdlineLennart Poettering2019-03-071-1/+1
* Merge pull request #11682 from topimiettinen/private-utsnameLennart Poettering2019-02-201-1/+1
|\
| * core: ProtectHostname= featureTopi Miettinen2019-02-201-1/+1
* | core: add CPUQuotaPeriodSec=Filipe Brandenburger2019-02-141-0/+14
|/
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-1/+1
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-4/+4
* nsflsgs: drop missing.h and use missing_sched.hYu Watanabe2018-12-061-0/+1
* core,run: make SocketProtocol= accept protocol name in upper case an protocol...Yu Watanabe2018-12-021-2/+2
* util: rename socket_protocol_{from,to}_name() to ip_protocol_{from,to}_name()Yu Watanabe2018-12-021-3/+3
* Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-1/+1
* Merge pull request #10797 from poettering/run-generatorZbigniew Jędrzejewski-Szmek2018-11-281-0/+19
|\
| * core: allow to set exit status when using SuccessAction=/FailureAction=exit i...Lennart Poettering2018-11-271-0/+19
* | bus-unit-util: properly accept StandardOutput=append:… settingsLennart Poettering2018-11-271-1/+3
|/
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-46/+42
* bus-unit-util: use streq() instead of STR_IN_SET()Yu Watanabe2018-10-181-1/+1
* core: implement per unit journal rate limitingAnita Zhang2018-10-181-0/+8
* bus-unit-util: fix parsing of IPAddress{Allow,Deny}Ronny Chevalier2018-10-021-6/+18
* Make Watchdog Signal ConfigurableAnita Zhang2018-09-261-1/+1
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-10/+5
* core: add IODeviceLatencyTargetSecTejun Heo2018-08-221-0/+31