summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27638 from YHNdnzj/upheldby-unit-fileMike Yuan2023-05-162-1/+6
|\
| * unit-file: support UpheldBy= in [Install] settings (adding Upholds= depsMike Yuan2023-05-152-1/+6
* | Merge pull request #27573 from poettering/sd-bus-descriptionLennart Poettering2023-05-161-2/+20
|\ \
| * | pid1: debug log client comm/description strings if available for incoming con...Lennart Poettering2023-05-161-2/+20
| |/
* | pid1: port unit namespacing to new /run/systemd/mount-rootfs dirLennart Poettering2023-05-161-3/+4
|/
* Merge pull request #27605 from YHNdnzj/dbus-activation-followupLuca Boccassi2023-05-134-18/+31
|\
| * Revert "core/manager: export manager_dbus_is_running" and partially "core: re...Mike Yuan2023-05-123-11/+7
| * core: only refuse Type=dbus service enqueuing if dbus has stop jobMike Yuan2023-05-121-7/+24
* | Merge pull request #27633 from DaanDeMeyer/repart-dropinLuca Boccassi2023-05-121-0/+1
|\ \
| * | conf-parser: Add root argument to config_parse_many()Daan De Meyer2023-05-121-0/+1
| |/
* | core: fix memory leak during deserializationFrantisek Sumsal2023-05-131-3/+5
|/
* core: Try to initialize TERM from systemd.tty.term.console as wellDaan De Meyer2023-05-121-0/+6
* core: Check if any init exists before switching rootDaan De Meyer2023-05-121-0/+19
* core: Make sure systemctl exit <X> works outside of a containerDaan De Meyer2023-05-122-7/+2
* core/mount: escape invalid UTF8 char in dbus replyYu Watanabe2023-05-111-12/+55
* Revert "core/mount: replace invalid UTF-8 code points in "what" and "options""Yu Watanabe2023-05-111-29/+6
* core: replace hashmap_get() with hashmap_contains() where appropriateYu Watanabe2023-05-101-4/+4
* core: drop unused argumentYu Watanabe2023-05-101-5/+3
* core: several cleanups for job_get_timeout()Yu Watanabe2023-05-102-4/+8
* tree-wide: drop _pure_ attribute from non-pure functionsYu Watanabe2023-05-101-1/+1
* core/mount: replace invalid UTF-8 code points in "what" and "options"Michal Sekletar2023-05-101-6/+29
* Merge pull request #27534 from keszybz/deperlifyYu Watanabe2023-05-091-2/+0
|\
| * pid1: drop duplicate includeZbigniew Jędrzejewski-Szmek2023-05-091-2/+0
* | Merge pull request #27579 from YHNdnzj/refuse-dbus-activationYu Watanabe2023-05-094-7/+18
|\ \
| * | core: refuse dbus activation if dbus is not runningMike Yuan2023-05-092-3/+9
| * | core/manager: export manager_dbus_is_runningMike Yuan2023-05-092-4/+9
| |/
* | core/service: fix error cause in the logYu Watanabe2023-05-091-1/+1
|/
* core/unit: check the validity of unit type with activation_details_vtableYu Watanabe2023-05-081-3/+5
* parse-util: make parse_fd() return -EBADFYu Watanabe2023-05-081-3/+1
* core: check the unit type more thoroughly when deserializingFrantisek Sumsal2023-05-051-1/+3
* core: use extract_first_word() instead of sscanf()Frantisek Sumsal2023-05-051-90/+150
* main: improve log messageDavid Tardon2023-05-051-1/+1
* tree-wide: use parse_fd()David Tardon2023-05-057-33/+31
* main: add missing returnDavid Tardon2023-05-051-1/+1
* execute: remove credentials dir again when emptyLennart Poettering2023-05-042-0/+6
* execute: suppress credentials mount if emptyLennart Poettering2023-05-041-7/+25
* core: fix use of uninitialized valueYu Watanabe2023-05-041-1/+1
* Merge pull request #27450 from poettering/switch-root-modernizeLennart Poettering2023-05-031-1/+1
|\
| * switch-root: don't require /mnt/ when switching root into host OSLennart Poettering2023-05-031-1/+1
* | core: minor coding style modernization in mount.cLennart Poettering2023-05-031-4/+3
* | manager: add debug logging about BARRIER=1 messagesLennart Poettering2023-05-031-1/+3
* | manager: simplify manager_process_barrier_fd() a bitLennart Poettering2023-05-031-4/+3
|/
* Merge pull request #27504 from mrc0mmand/fuzz-manager-serializeYu Watanabe2023-05-033-0/+50
|\
| * core: fix NULL pointer dereference during deserializationFrantisek Sumsal2023-05-031-0/+5
| * test: add a simple fuzzer for manager serializationFrantisek Sumsal2023-05-032-0/+45
* | core: check for SERVICE_RELOAD_NOTIFY in manager_dbus_is_runningmsizanoen12023-05-031-1/+5
* | generators: skip private tmpfs if /tmp does not existLuca Boccassi2023-05-021-3/+7
|/
* core/path: do not enqueue new job in .trigger_notify callbackYu Watanabe2023-04-292-5/+65
* core/path: align tableYu Watanabe2023-04-291-2/+2
* pid1: unify implemenation of /run/ disk space safety check a bitLennart Poettering2023-04-281-16/+42