summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udevadm trigger: introduce --type=all optionYu Watanabe2022-03-224-5/+13
* udevadm trigger: introduce --prioritized-subsystem optionYu Watanabe2022-03-224-22/+55
* 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
* Merge pull request #22808 from poettering/openat-report-newlyLuca Boccassi2022-03-214-10/+110
|\
| * 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
| * fs-util: add openat_report_new() wrapper around openat()Lennart Poettering2022-03-213-0/+91
* | man: fix sysupdate typosAnita Zhang2022-03-211-2/+2
* | Merge pull request #22804 from mrc0mmand/test-tweaksLuca Boccassi2022-03-212-7/+12
|\ \ | |/ |/|
| * test: use a dropin to override the end.service unitFrantisek Sumsal2022-03-211-1/+6
| * test: run test-shutdown.py in verbose modeFrantisek Sumsal2022-03-211-5/+5
| * test: don't try to execute a non-existing scriptFrantisek Sumsal2022-03-211-1/+1
* | update TODOLennart Poettering2022-03-211-0/+11
|/
* Merge pull request #22798 from keszybz/test-output-narrow-and-timeoutsLuca Boccassi2022-03-219-2/+2
|\
| * test-nss-host: increase timeoutZbigniew Jędrzejewski-Szmek2022-03-211-1/+1
| * fuzz: rename fuzz-dhcp-server-relay-message to fuzz-dhcp-server-relayZbigniew Jędrzejewski-Szmek2022-03-215-1/+1
| * fuzz: rename the longest test samplesZbigniew Jędrzejewski-Szmek2022-03-214-0/+0
* | Merge pull request #22799 from keszybz/man-spelling-and-crosslinksLuca Boccassi2022-03-214-18/+18
|\ \
| * | man: cross-link to BLS in more places, use "Type #1", "Type #2" as appropriateZbigniew Jędrzejewski-Szmek2022-03-212-16/+16
| * | spelling: weekday names are capitalizedZbigniew Jędrzejewski-Szmek2022-03-212-2/+2
* | | basic/strv: avoid potential UB with references to array[-1]Zbigniew Jędrzejewski-Szmek2022-03-212-3/+8
* | | Drop unused variables to fix buildZbigniew Jędrzejewski-Szmek2022-03-212-6/+2
|/ /
* | Merge pull request #20156 from poettering/sysupdateZbigniew Jędrzejewski-Szmek2022-03-2134-1/+6424
|\ \ | |/ |/|
| * update TODOLennart Poettering2022-03-191-1/+16
| * test: add integration test for sysupdateLennart Poettering2022-03-194-0/+195
| * man: add sysupdate documentationLennart Poettering2022-03-193-0/+1180
| * unit: add units for new "systemd-sysupdate" toolLennart Poettering2022-03-195-0/+108
| * sysupdate: add new component "sysupdate"Lennart Poettering2022-03-1921-0/+4925
* | Merge pull request #22740 from yuwata/listZbigniew Jędrzejewski-Szmek2022-03-21258-1191/+346
|\ \
| * | strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-19210-621/+109
| * | list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() saferYu Watanabe2022-03-1916-30/+33
| * | list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-1981-545/+209
| |/
* | Merge pull request #22789 from poettering/timesync-struct-logYu Watanabe2022-03-2111-125/+169
|\ \
| * | timesyncd: improve log message whe getting a reply from serverLennart Poettering2022-03-181-3/+2
| * | timesyncd: generate a structure log message the first time we set the clock c...Lennart Poettering2022-03-184-0/+32
| * | timesyncd: add debug logging in case we can't touch /run/systemd/timesync/syn...Lennart Poettering2022-03-181-1/+3
| * | timesyncd: when updating timestamp file, use best time we know, instead of sy...Lennart Poettering2022-03-181-5/+17
| * | timesyncd: rename bool 'good' → 'talking'Lennart Poettering2022-03-182-4/+4
| * | timesyncd: don't abort packet handling if we can't save the timestamp to diskLennart Poettering2022-03-181-3/+1
| * | sd-event: add a single implementation of an event source that runs on clock c...Lennart Poettering2022-03-187-36/+49
| * | timesyncd: move stuff that is not about setting the clock out of manager_adju...Lennart Poettering2022-03-181-8/+7
| * | timesyncd: use CMSG_FIND_DATA() macro where appropriateLennart Poettering2022-03-181-15/+2
| * | timesyncd: merge some variable declarationsLennart Poettering2022-03-182-7/+3
| * | timesyncd: rebreak some commentsLennart Poettering2022-03-181-11/+6