summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove a left-over breakv239-45.3David Tardon2021-07-281-1/+0
* ci: run unit tests on z-stream branches as wellFrantisek Sumsal2021-07-281-4/+1
* copy: handle copy_file_range() weirdness on procfs/sysfsLennart Poettering2021-07-282-26/+66
* meson: remove strange dep that causes meson to enter infinite loopZbigniew Jędrzejewski-Szmek2021-07-281-1/+0
* sd-event: always reshuffle time prioq on changing online/offline stateYu Watanabe2021-07-281-22/+11
* sd-event: make event_source_time_prioq_reshuffle() accept all event source typeYu Watanabe2021-07-281-4/+5
* sd-event: use usec_add()Yu Watanabe2021-07-281-2/+2
* sd-event: use CMP() macroYu Watanabe2021-07-281-20/+17
* sd-event: drop unnecessary "else"Yu Watanabe2021-07-281-2/+2
* sd-event: change ordering of pending/ratelimited eventsLennart Poettering2021-07-281-28/+20
* basic/unit-name: do not use strdupa() on a pathv239-45.2Zbigniew Jędrzejewski-Szmek2021-07-281-8/+5
* test/udev-test.pl: drop test cases that add mutliple devicesv239-45.1Michal Sekletar2021-05-251-179/+0
* Revert "udev: make algorithm that selects highest priority devlink less susce...Michal Sekletar2021-05-252-216/+99
* Revert "udev: run link_update() with increased retry count in second invocation"Michal Sekletar2021-05-251-1/+2
* pam-systemd: use secure_getenv() rather than getenv()v239-45Lennart Poettering2021-03-101-23/+32
* udev: run link_update() with increased retry count in second invocationMichal Sekletar2021-03-101-2/+1
* core: prevent excessive /proc/self/mountinfo parsingMichal Sekletár2021-03-101-0/+6
* test: add ratelimiting testMichal Sekletár2021-03-101-0/+96
* sd-event: add ability to ratelimit event sourcesLennart Poettering2021-03-104-82/+369
* sd-event: increase n_enabled_child_sources just onceZbigniew Jędrzejewski-Szmek2021-03-101-2/+1
* sd-event: update state at the end in event_source_enableZbigniew Jędrzejewski-Szmek2021-03-101-22/+29
* sd-event: remove earliest_index/latest_index into common part of event source...Lennart Poettering2021-03-101-12/+13
* sd-event: follow coding style with naming return parameterLennart Poettering2021-03-101-4/+5
* sd-event: ref event loop while in sd_event_prepare() ot sd_event_run()Lennart Poettering2021-03-101-6/+9
* sd-event: refuse running default event loops in any other thread than the one...Lennart Poettering2021-03-102-1/+5
* sd-event: let's suffix last_run/last_log with "_usec"Lennart Poettering2021-03-101-6/+6
* sd-event: fix delays assert brain-o (#17790)Vito Caputo2021-03-101-1/+1
* sd-event: split out code to add/remove timer event sources to earliest/latest...Lennart Poettering2021-03-101-16/+41
* sd-event: split clock data allocation out of sd_event_add_time()Lennart Poettering2021-03-101-11/+23
* sd-event: mention that two debug logged events are ignoredLennart Poettering2021-03-101-5/+2
* sd-event: split out enable and disable codepaths from sd_event_source_set_ena...Lennart Poettering2021-03-101-106/+121
* sd-event: split out helper functions for reshuffling prioqsMichal Sekletár2021-03-101-58/+38
* test/sys-script.py: add missing DEVNAME entries to ueventsMartin Wilck2021-03-041-0/+7
* Revert "test: add test cases for empty string match" and "test: add test case...Michal Sekletar2021-03-041-98/+0
* test/udev-test: gracefully exit when imports failv239-44Zbigniew Jędrzejewski-Szmek2021-01-251-5/+13
* test/udev_test.pl: add "expected good" countMartin Wilck2021-01-251-2/+19
* test/udev-test.pl: suppress umount error message at startupMartin Wilck2021-01-251-1/+1
* test/udev-test.pl: generator for large list of block devicesMartin Wilck2021-01-251-1/+59
* test/udev-test.pl: add repeat countMartin Wilck2021-01-251-0/+5
* tests/udev-test.pl: add multiple device testMartin Wilck2021-01-251-0/+169
* test/udev-test.pl: count "good" resultsMartin Wilck2021-01-251-2/+15
* test/udev-test.pl: merge import parent tests into oneMartin Wilck2021-01-251-12/+5
* test/udev-test.pl: merge "space and var with space" testsMartin Wilck2021-01-251-28/+3
* test/udev-test.pl: remove bogus rules from magic subsys testMartin Wilck2021-01-251-2/+0
* test/udev-test.pl: Make some tests a little harderMartin Wilck2021-01-251-4/+9
* test/udev-test.pl: last_rule is unsupportedMartin Wilck2021-01-251-0/+3
* test/udev-test.pl: fix wrong test descriptionsMartin Wilck2021-01-251-7/+8
* test/udev-test.pl: allow checking multiple symlinksMartin Wilck2021-01-251-199/+296
* test/udev-test.pl: test correctness of symlink targetsMartin Wilck2021-01-251-5/+18
* test/udev-test.pl: use computed devnode nameMartin Wilck2021-01-251-26/+66