summaryrefslogtreecommitdiffstats
path: root/src/run (follow)
Commit message (Expand)AuthorAgeFilesLines
* run: fix bug causing run0 to ignore `-D /`.John A. Leuenhagen2024-10-151-1/+6
* bus-util: Log more information when connecting to a bus socket failsDaan De Meyer2024-10-091-1/+1
* tree-wide: make sigprocmask() changes more automaticLennart Poettering2024-09-131-2/+0
* Merge pull request #34044 from poettering/isatty-fixesYu Watanabe2024-08-201-3/+3
|\
| * tree-wide: use isatty_safe() moreLennart Poettering2024-08-201-3/+3
* | run: also enable interactive authentication on opening ptyYu Watanabe2024-08-191-2/+4
* | run: use sd_bus_set_allow_interactive_authorization()Yu Watanabe2024-08-191-12/+2
* | tree-wide: voidify polkit_agent_open_if_enabled()Yu Watanabe2024-08-191-3/+3
|/
* run: use sd_json_variant_set_field_id128()Yu Watanabe2024-08-141-1/+1
* run: drop unnecessary initializationsYu Watanabe2024-08-141-2/+2
* systemd-run: add unit and invocation_id JSON outputLukas Nykryn2024-08-121-10/+47
* run: clean up ExecCommandFlags serializationMike Yuan2024-07-201-6/+12
* Merge pull request #33370 from grawity/run-titleZbigniew Jędrzejewski-Szmek2024-06-281-0/+4
|\
| * run: move condition inside set_window_title()Mantas Mikulėnas2024-06-251-2/+5
| * run: add environment variable to prevent the setting of terminal titleMantas Mikulėnas2024-06-251-1/+2
* | Rename spawn-polkit-agent.c to just polkit-agent.cZbigniew Jędrzejewski-Szmek2024-06-261-1/+1
|/
* run: do not pass the pty slave fd to transient service in a machineZbigniew Jędrzejewski-Szmek2024-06-061-17/+31
* run: also show a pretty string for main exit status, if anyMike Yuan2024-05-261-6/+7
* run: when disconnected from PTY forwarder, exit event loop if not --waitMike Yuan2024-05-211-3/+8
* run: pass the pty slave fd to transient serviceMike Yuan2024-05-191-3/+9
* run: do not log "Error on PTY forwarding logic" when disconnected due to user...Mike Yuan2024-05-191-2/+4
* nspawn, vmspawn, run0: add env var for turning off background tintingLennart Poettering2024-05-021-1/+1
* tree-wide: Use log_setup() everywhereDaan De Meyer2024-04-251-3/+1
* run/run: fix invocation ID handlingYu Watanabe2024-04-251-1/+1
* run: query for SoftRebootsCount only for system scope runsLuca Boccassi2024-04-071-5/+10
* run: fix generated unit name clash after soft-rebootLuca Boccassi2024-03-281-3/+18
* Merge pull request #29721 from poettering/systemd-projectZbigniew Jędrzejewski-Szmek2024-03-261-3/+50
|\
| * run: allow connecting to capsule instances with --capsule=/-CLennart Poettering2024-03-141-3/+50
* | tree-wide: Add allow_pidfd argument to bus_append_scope_pidref()Daan De Meyer2024-03-221-10/+5
* | Rename uid0 to run0Zbigniew Jędrzejewski-Szmek2024-03-193-9/+9
|/
* bus-util: add generic parser for extracting id128 values from bus messagesLennart Poettering2024-03-011-13/+2
* run: use sd_event_set_signal_exit() at one more placeLennart Poettering2024-02-261-3/+3
* ptyfwd: optionally prefix window title with colored dotLennart Poettering2024-02-231-0/+2
* signal-util: imply sentinel -1 in sigprocmask_many() + sigset_add_many() args...Lennart Poettering2024-02-231-1/+1
* run: set window titleLennart Poettering2024-02-091-1/+31
* pretty-print: split out color tinting into a helper of its ownLennart Poettering2024-01-231-26/+7
* run: the --background= switch expects an argumentLennart Poettering2024-01-201-1/+1
* run: strjoina is used, not sprintfMike Yuan2024-01-171-3/+3
* run: don't show IP/IO accounting data if 0Mike Yuan2024-01-121-4/+4
* run: show accounting data of same type in the same lineMike Yuan2024-01-121-10/+23
* run: use SPECIAL_USER_SLICEAntonio Alvarez Feijoo2024-01-041-1/+2
* man: try to improve wording on --slice-inherit docsLennart Poettering2023-12-211-1/+1
* run/uid0: tint the terminal background color (and add new --background= switch)Lennart Poettering2023-12-211-1/+57
* run: optionally set the "ignore-failure" flag for ExecStart= linesLennart Poettering2023-12-211-2/+11
* run: when invoked as "uid0", expose some sudo-like behaviourLennart Poettering2023-12-213-2/+304
* Merge pull request #30537 from poettering/run-arg-service-type-fixYu Watanabe2023-12-201-17/+14
|\
| * run: underline section titles in --help as we usually doLennart Poettering2023-12-201-12/+12
| * run: arg_service_type is not supposed to be allocated from heapLennart Poettering2023-12-201-5/+2
* | dbus-wait-for-jobs: change 'quiet' flag to enumMatteo Croce2023-12-191-3/+5
|/
* run: fix bad escaping and memory ownership confusionZbigniew Jędrzejewski-Szmek2023-12-021-14/+13