summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* execute: remove credentials dir again when emptyLennart Poettering2023-05-042-0/+6
* execute: suppress credentials mount if emptyLennart Poettering2023-05-041-7/+25
* run: change sd_bus_call_method to bus_call_method (#27518)Arthur Shau2023-05-041-8/+6
* core: fix use of uninitialized valueYu Watanabe2023-05-041-1/+1
* cryptsetup: downgrade a bunch of log messages that to LOG_WARNINGLennart Poettering2023-05-041-38/+24
* mount-util: simplify mount_switch_root() a bitLennart Poettering2023-05-033-37/+80
* Merge pull request #27450 from poettering/switch-root-modernizeLennart Poettering2023-05-036-73/+81
|\
| * base-filesystem: unify common parts of base_filesystem_create_fd() branchesLennart Poettering2023-05-031-25/+13
| * base-filesystem: add new helper base_filesystem_create_fd() that operates on ...Lennart Poettering2023-05-033-6/+17
| * switch-root: don't require /mnt/ when switching root into host OSLennart Poettering2023-05-034-42/+51
* | core: minor coding style modernization in mount.cLennart Poettering2023-05-031-4/+3
* | sd-daemon: add sd_pid_notify_barrier() call and use it in systemd-notifyLennart Poettering2023-05-034-3/+13
* | Merge pull request #27510 from poettering/notify-barrier-pid-1-tweaksLennart Poettering2023-05-031-5/+6
|\ \
| * | 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
| |/
* | notify: don't send EXIT_STATUS= notify message from systemd-notifyLennart Poettering2023-05-031-0/+5
|/
* Merge pull request #27504 from mrc0mmand/fuzz-manager-serializeYu Watanabe2023-05-035-1/+56
|\
| * shared: reject empty attachment pathFrantisek Sumsal2023-05-031-0/+3
| * shared: ignore invalid valink socket fd when deserializingFrantisek Sumsal2023-05-031-1/+3
| * 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
* | Merge pull request #27499 from yuwata/sd-journal-fix-loopYu Watanabe2023-05-031-24/+13
|\ \
| * | Revert "sd-journal: introduce simple loop detection for entry array objects"Yu Watanabe2023-05-031-19/+7
| * | sd-journal: check .next_entry_array_offset earlierYu Watanabe2023-05-031-5/+6
* | | boot: Use correct memory type for allocationsJan Janssen2023-05-021-1/+1
|/ /
* | core: check for SERVICE_RELOAD_NOTIFY in manager_dbus_is_runningmsizanoen12023-05-031-1/+5
* | journal: handle EADDRNOTAVAIL in two more cases gracefullyLennart Poettering2023-05-032-0/+2
* | Merge pull request #27493 from poettering/generate-sym-test-tweaksYu Watanabe2023-05-031-2/+27
|\ \
| * | generate-sym-test: only look in .c and .h filesLennart Poettering2023-05-021-0/+2
| * | generate-sym-test: search for missing symbolsLennart Poettering2023-05-021-2/+25
* | | Merge pull request #27492 from poettering/base-filesystem-000Mike Yuan2023-05-022-6/+4
|\ \ \
| * | | mount-setup: use size_t when iterating through array indexesLennart Poettering2023-05-021-3/+1
| * | | base-filesystem: create /proc, /sys, /dev mount points as 0555Lennart Poettering2023-05-021-3/+3
| |/ /
* | | generators: skip private tmpfs if /tmp does not existLuca Boccassi2023-05-021-3/+7
* | | tree-wide: Handle EADDRNOTAVAIL as journal corruptionDaan De Meyer2023-05-023-9/+9
|/ /
* | Merge pull request #27455 from yuwata/test-lib-symYu Watanabe2023-05-028-57/+114
|\ \
| * | test: also test all _public_ functions are listed in .sym filesYu Watanabe2023-05-014-31/+88
| * | libsystemd: add missing _public_ attributesYu Watanabe2023-04-292-2/+2
| * | libsystemd: drop _public_ attribute for non-exported functionsYu Watanabe2023-04-292-24/+24
* | | stub: Relocate kernels below 4G for EFI handoverJan Janssen2023-05-011-8/+20
* | | boot: Fix EFI_SIZE_TO_PAGES macroJan Janssen2023-05-011-1/+1
| |/ |/|
* | sd-journal: introduce simple loop detection for entry array objectsYu Watanabe2023-05-011-7/+19
* | sd-journal: tighten variable scopeYu Watanabe2023-05-011-1/+3
* | sd-journal: read entry array object againYu Watanabe2023-05-011-1/+6
* | sd-journal: check validity of object type more strictlyYu Watanabe2023-05-011-3/+3
* | sd-journal: add _OBJECT_TYPE_INVALID as usualYu Watanabe2023-05-011-1/+2
* | sd-journal: align tableYu Watanabe2023-05-011-7/+7
* | sd-journal: check that the journal file is not stored in .newest_by_boot_id o...Yu Watanabe2023-05-011-0/+2
* | sd-journal: unset prioq index on failureYu Watanabe2023-05-011-1/+3
* | sd-journal: fix use-after-freeYu Watanabe2023-05-011-1/+1