summaryrefslogtreecommitdiff
path: root/src/libsystemd
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22980 from keszybz/test-help-and-version-outputYu Watanabe2022-04-061-1/+1
|\
| * meson: also allow setting GIT_VERSION via templatesZbigniew Jędrzejewski-Szmek2022-04-051-1/+1
* | test-sd-device: ignore several errors when running on non-host network namespaceYu Watanabe2022-04-051-22/+38
* | test-sd-device: allow several devices removed during running testYu Watanabe2022-04-051-16/+37
* | test-sd-device: device ID requires subsystemYu Watanabe2022-04-051-17/+20
* | test-sd-device: log earlier which device is handledYu Watanabe2022-04-051-2/+3
|/
* sd-device: actually read diskseq if told soLennart Poettering2022-04-043-23/+33
* sd-device: rename return parameter of sd_device_get_devpath() to retLennart Poettering2022-04-041-3/+4
* journald: make sure journal_file_open() doesn't leave a corrupted file around...Franck Bui2022-04-041-0/+3
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-014-5/+8
* test: add test for sd_device_open()Yu Watanabe2022-04-011-0/+7
* sd-device: introduce sd_device_open()Yu Watanabe2022-04-012-0/+66
* test: add more tests for sd_device_new_from_xxx()Yu Watanabe2022-04-011-24/+95
* sd-device: introduce sd_device_new_from_devname()Yu Watanabe2022-04-012-0/+42
* sd-device: do not ignore critical errors in device_new_from_child()Yu Watanabe2022-03-311-2/+6
* sd-device: use path_extract_directory() at one more placeYu Watanabe2022-03-311-15/+11
* sd-device: try to get DISKSEQ from uevent fileYu Watanabe2022-03-311-0/+6
* sd-device: drop /sys/subsystem supportYu Watanabe2022-03-311-18/+12
* Merge pull request #22649 from keszybz/symlink-enablement-yet-again-punish-me...Zbigniew Jędrzejewski-Szmek2022-03-291-4/+4
|\
| * Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-291-4/+4
* | sd-device: introduce device_add_propertyf()Yu Watanabe2022-03-302-0/+22
* | Merge pull request #22885 from poettering/kill-clock-boottime-or-monotonicYu Watanabe2022-03-292-14/+4
|\ \
| * | time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-282-14/+4
* | | fix typoYu Watanabe2022-03-291-1/+1
|/ /
* | Merge pull request #22861 from poettering/journald-sigtermYu Watanabe2022-03-261-0/+7
|\ \
| * | journal-file: if we are going down, don't use event loop to schedule postLennart Poettering2022-03-251-0/+7
* | | journal: don't talk about -1 in context of unsigned valuesLennart Poettering2022-03-251-1/+1
* | | journal-file: merge compress/seal bool args into a single flags paramLennart Poettering2022-03-253-19/+22
|/ /
* | inotify-util: declare iterator in FOREACH_INOTIFY_EVENT()Yu Watanabe2022-03-242-2/+0
* | test: add tests for device idYu Watanabe2022-03-231-2/+13
* | sd-device: use path_find_last_component() to set driver subsystemYu Watanabe2022-03-231-14/+8
|/
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-5/+1
* Merge pull request #22825 from keszybz/assorted-cleanupsYu Watanabe2022-03-231-10/+7
|\
| * sd-bus: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek2022-03-221-10/+7
* | sd-device: use path_compare() rather than strcmp() for sorting pathsLennart Poettering2022-03-221-1/+1
* | sd-device: fix trivial typoLennart Poettering2022-03-221-2/+2
* | sd-device-enumerator: support to list only initialized or uninitialized devicesYu Watanabe2022-03-222-29/+53
* | sd-device-enumerator: introduce device_enumerator_scan_devices_and_subsystems()Yu Watanabe2022-03-222-0/+54
* | sd-device-enumerator: drop /sys/subsystem supportYu Watanabe2022-03-221-24/+9
* | sd-device-enumerator: introduce device_enumerator_add_prioritized_subsystem()Yu Watanabe2022-03-222-2/+101
* | sd-device-enumerator: introduce device_enumerator_sort_devices()Yu Watanabe2022-03-221-46/+65
* | sd-device-enumerator: introduce device_enumerator_unref_devices() helper func...Yu Watanabe2022-03-221-10/+17
* | sd-device-enumerator: introduce sound_device_compare() and devpath_is_late_bl...Yu Watanabe2022-03-221-38/+52
|/
* sd-event: fix creation of floating event_add_time_change() event sourcesLennart Poettering2022-03-211-1/+1
* journal-file: port journal_file_open() to openat_report_new()Lennart Poettering2022-03-211-10/+16
* sd-journal: refuse invocation of journal_file_open() with O_RDONLY|O_CREATLennart Poettering2022-03-211-0/+3
* Merge pull request #22740 from yuwata/listZbigniew Jędrzejewski-Szmek2022-03-2114-60/+14
|\
| * strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-1910-21/+2
| * list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-196-39/+12
* | sd-event: add a single implementation of an event source that runs on clock c...Lennart Poettering2022-03-182-0/+41
|/