summaryrefslogtreecommitdiffstats
path: root/src/systemctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* fuzz-systemctl-parse-argv: call static destuctorsZbigniew Jędrzejewski-Szmek2021-02-161-0/+9
* systemctl: use free_and_replace on global variableZbigniew Jędrzejewski-Szmek2021-02-162-4/+5
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-4/+3
* fuzz-systemctl-parse-argv: avoid "leak" of bus objectZbigniew Jędrzejewski-Szmek2021-02-161-0/+3
* Merge pull request #18481 from keszybz/rpm-restart-post-transZbigniew Jędrzejewski-Szmek2021-02-1612-84/+134
|\
| * systemctl: add "reload-or-restart --marked"Zbigniew Jędrzejewski-Szmek2021-02-153-13/+84
| * systemctl: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek2021-02-1510-71/+50
* | Merge pull request #18593 from keszybz/fuzz-more-systemctl-pathsLuca Boccassi2021-02-151-50/+46
|\ \
| * | systemctl: use argv[0] not program_invocation_short_name for arg dispatchZbigniew Jędrzejewski-Szmek2021-02-151-50/+46
| |/
* | Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-1/+1
* | systemctl,loginctl,machinectl: use a shared helper for arg_signalZbigniew Jędrzejewski-Szmek2021-02-141-10/+4
* | systemctl: inline iterator declarationsZbigniew Jędrzejewski-Szmek2021-02-141-20/+8
|/
* Merge pull request #11484 from keszybz/udevadm-error-logsYu Watanabe2021-02-104-8/+7
|\
| * tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-103-6/+5
| * tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-102-2/+2
* | Merge pull request #18506 from keszybz/fuzz-systemctl-parse-argvYu Watanabe2021-02-106-10/+91
|\ \ | |/ |/|
| * systemctl: remove comment about --failed being deprecatedZbigniew Jędrzejewski-Szmek2021-02-091-1/+1
| * fuzz-systemctl-parse-argv: a new fuzzerZbigniew Jędrzejewski-Szmek2021-02-094-2/+70
| * systemctl: move telinit execcing out of parse_argv()Zbigniew Jędrzejewski-Szmek2021-02-084-5/+18
| * core: drop references to UpstartZbigniew Jędrzejewski-Szmek2021-02-071-2/+2
* | Merge pull request #18375 from yuwata/cli-tools-also-read-kernel-command-lineZbigniew Jędrzejewski-Szmek2021-02-081-1/+1
|\ \ | |/ |/|
| * log: make tools also read the kernel command line when run as a serviceYu Watanabe2021-01-311-1/+1
* | logind: Introduce RebootWithFlags and othersDeepak Rawat2021-02-021-0/+17
|/
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-315-31/+31
* license: LGPL-2.1+ -> LGPL-2.1-or-laterZbigniew Jędrzejewski-Szmek2021-01-282-2/+2
* sysv-install.skeleton: use CC0 as the licenseZbigniew Jędrzejewski-Szmek2021-01-271-0/+2
* feature: display status with a different shape depending on the status (#17728)Jiehong2021-01-222-3/+5
* systemctl: add new option to mount image inside a running service namespaceLuca Boccassi2021-01-213-1/+80
* systemctl: warn when importing environment variables with control charactersZbigniew Jędrzejewski-Szmek2021-01-191-0/+10
* systemctl: print a warning when trying to import a nonexistent variableZbigniew Jędrzejewski-Szmek2021-01-191-2/+7
* meson: move definition of systemctl source filesYu Watanabe2021-01-181-0/+83
* core: add DBUS method to bind mount new nodes without service restartLuca Boccassi2021-01-184-0/+67
* systemctl: use right type 'size_t' for counting memoryLennart Poettering2021-01-171-1/+1
* systemctl: avoid warning about signed-unsigned compare on 32 bitsZbigniew Jędrzejewski-Szmek2021-01-151-1/+1
* Merge pull request #18244 from anitazha/systemctleditZbigniew Jędrzejewski-Szmek2021-01-151-6/+2
|\
| * systemctl-edit: Add missing ret_dropin_paths argument in retry pathAnita Zhang2021-01-151-1/+1
| * systemctl-edit: fix abort in find_paths_to_edit()Anita Zhang2021-01-151-5/+1
* | systemctl: unit_file_find_fragment() doesn't log about errors, hence do it in...Lennart Poettering2021-01-141-1/+1
* | systemctl: explicitly comment two cases where we don't log on error cases, on...Lennart Poettering2021-01-141-3/+6
* | systemctl: properly initialize return params in all success casesLennart Poettering2021-01-141-2/+2
|/
* Added option --check-inhibitors for non-tty usageFelix Stupp2021-01-133-10/+28
* systemctl: deprecate blanket import-environmentZbigniew Jędrzejewski-Szmek2021-01-082-3/+3
* Merge pull request #18150 from poettering/strextend-tweakLennart Poettering2021-01-061-5/+5
|\
| * string-util: imply NULL termination of strextend() argument listLennart Poettering2021-01-061-5/+5
* | systemctl: have is-enabled return success for aliases when calling into pid1 tooLuca Boccassi2021-01-061-1/+1
|/
* Merge pull request #17799 from yuwata/oss-fuzz-25353Zbigniew Jędrzejewski-Szmek2020-12-161-1/+1
|\
| * journal: move journal_field_valid() to journal_file.cYu Watanabe2020-12-151-1/+1
* | sd-bus: add API for connecting to a specific user's user bus of a specific co...Lennart Poettering2020-12-151-1/+1
|/
* systemctl: fix potential pointer overflowYu Watanabe2020-11-201-1/+1
* systemctl: fix minor coding style issueYu Watanabe2020-11-141-1/+2