summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* headers: export partition uuids and flags in new sd-gpt.h fileZbigniew Jędrzejewski-Szmek2022-09-2012-421/+464
* sd-device-monitor: do not trigger assertion when uid_map is not emptyYu Watanabe2022-09-161-0/+1
* xdg-autostart-service: expand tilde in Exec linesDavid Edmundson2022-09-162-2/+31
* fix typo in logj005125452022-09-152-2/+2
* test-date: do not fail even on ~50 years laterYu Watanabe2022-09-151-1/+1
* test-seccomp: support systems that sched_setscheduler() is already limitedYu Watanabe2022-09-153-9/+24
* meson: add libatomic dependencyHeinrich Schuchardt2022-09-152-3/+5
* oom: include a header file instead of a source fileFrantisek Sumsal2022-09-151-2/+3
* tree-wide: fix typoYu Watanabe2022-09-153-5/+4
* pid1: introduce dbus properties WatchdogDevice and friendsYu Watanabe2022-09-143-5/+40
* tree-wide: use nested ASSERT_PTRDavid Tardon2022-09-144-30/+6
* macro-fundamental: allow to nest ASSERT_PTRDavid Tardon2022-09-141-12/+7
* xdg-autostart-service: Use common boolean parserDavid Edmundson2022-09-142-9/+11
* logind: schedule idle check full interval from now if we couldn't figure out ...Michal Sekletar2022-09-131-1/+4
* Merge pull request #24272 from dtardon/assertsYu Watanabe2022-09-13221-2332/+1099
|\
| * dbus-execute: inline variable definitionDavid Tardon2022-09-131-2/+1
| * tree-wide: check parameter before dereferencingDavid Tardon2022-09-135-8/+28
| * tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-13220-2323/+1071
* | boot: fix missing initializationYu Watanabe2022-09-131-1/+1
* | Merge pull request #24651 from yuwata/openssl-utilYu Watanabe2022-09-131-5/+4
|\ \
| * | openssl-util: use assert() if no side effectYu Watanabe2022-09-131-4/+4
| * | openssl-util: drop meaningless assertionYu Watanabe2022-09-131-1/+0
| |/
* | creds-util: fix NULL pointer dereferenceYu Watanabe2022-09-131-2/+3
|/
* Merge pull request #23087 from yuwata/udev-watchYu Watanabe2022-09-129-254/+216
|\
| * sd-device: move device_new_from_watch_handle_at() to udev-watch.cYu Watanabe2022-09-126-147/+28
| * udev: warn on udev_watch_{begin,end}() failureYu Watanabe2022-09-121-3/+10
| * udev: drop unnecessary call of udev_watch_end()Yu Watanabe2022-09-123-14/+8
| * udev: use rm_rf() to remove old watch directoryYu Watanabe2022-09-121-24/+30
| * udev-watch: remove symlink for saving inotify watch handle only when it is ow...Yu Watanabe2022-09-121-55/+121
| * udev: ignore IN_IGNORED inotify event earlierYu Watanabe2022-09-121-8/+18
| * udev: not necessary to return 1 from on_inotify()Yu Watanabe2022-09-121-5/+3
* | Merge pull request #23043 from yuwata/udev-node-use-flockYu Watanabe2022-09-126-296/+274
|\ \
| * | udev: cleanup stack directory /run/udev/links when all workers exitedYu Watanabe2022-09-033-0/+53
| * | udev: use flock() when updating device node symlinksYu Watanabe2022-09-031-133/+40
| * | udev: make node_symlink() accept NULL devnameYu Watanabe2022-09-031-15/+9
| * | udev: use path_make_relative_parent()Yu Watanabe2022-09-031-6/+2
| * | udev: rename link_find_prioritized() and variablesYu Watanabe2022-09-031-31/+31
| * | udev: use readlinkat_malloc()Yu Watanabe2022-09-031-8/+12
| * | path-util: introduce path_make_relative_parent()Yu Watanabe2022-09-033-0/+46
| * | udev: do not remove stack directory even if it is emptyYu Watanabe2022-09-031-97/+61
| * | udev: split link_update() and introduce stack_directory_get_name()Yu Watanabe2022-09-031-19/+33
| * | udev: move udev_node_escape_path()Yu Watanabe2022-09-031-42/+42
* | | base-filesystem.c: add trailing zero byte for s390x entryAnsgar Burchardt2022-09-121-1/+1
| |/ |/|
* | tpm2-util: avoid trialLennart Poettering2022-09-101-0/+12
* | Merge pull request #24618 from yuwata/udev-split-synthesizingYu Watanabe2022-09-103-49/+33
|\ \
| * | blockdev-util: split out blockdev_reread_partition_table()Yu Watanabe2022-09-103-16/+28
| * | udevd: use partition enumerator at one more placeYu Watanabe2022-09-103-35/+7
* | | Merge pull request #24458 from poettering/stub-embedd-sigLennart Poettering2022-09-096-30/+163
|\ \ \ | |/ / |/| |
| * | stub: pass .pcrsig and .pcrpkey PE sections as cpio into invoked kernelLennart Poettering2022-09-091-28/+70
| * | stub: add new special PE sections ".pcrsig" and ".pcrpkey" in unified kernelsLennart Poettering2022-09-094-2/+22