summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | test-calendarspec: tighten tests and add more loggingZbigniew Jędrzejewski-Szmek2022-05-101-26/+31
| * | | | shared/calendarspec: wrap long comments and reduce scope of one varZbigniew Jędrzejewski-Szmek2022-05-102-21/+22
| * | | | fuzz-calendarspec: increase coverage by calculating occurencesZbigniew Jędrzejewski-Szmek2022-05-102-4/+39
| * | | | fuzz-calendarspec: add input sample with a list of weekdays and all syntax ch...Zbigniew Jędrzejewski-Szmek2022-05-101-0/+0
| * | | | shared/calendarspec: make function static voidZbigniew Jędrzejewski-Szmek2022-05-103-8/+2
| |/ / /
* | | | Merge pull request #23329 from superm1/mlimonci/lg850-glZbigniew Jędrzejewski-Szmek2022-05-103-1/+15
|\ \ \ \
| * | | | Set autosuspend delay for Fibocom LG850-GLMario Limonciello2022-05-091-1/+6
| * | | | Add support to set autosuspend delay via hwdbMario Limonciello2022-05-093-0/+9
* | | | | core/timer: fix potential use-after-freeYu Watanabe2022-05-101-1/+1
* | | | | core/timer: fix memleakYu Watanabe2022-05-101-5/+6
| |/ / / |/| | |
* | | | resolve: reallocate DNS scope when DNSSEC and/or DNS-over-TLS settings are ch...Yu Watanabe2022-05-102-10/+4
* | | | Merge pull request #23300 from DaanDeMeyer/device-debugYu Watanabe2022-05-101-41/+55
|\ \ \ \
| * | | | core/device: Add logging to device_is_ready()Daan De Meyer2022-05-081-3/+21
| * | | | core/device: Improve device_dispatch_io() logging messagesDaan De Meyer2022-05-081-2/+2
| * | | | core/device: Log when we can't retrieve SYSTEMD_ALIAS propertyDaan De Meyer2022-05-081-1/+5
| * | | | core/device: Log when we skip device unit creation for symlinkDaan De Meyer2022-05-081-1/+3
| * | | | core/device: Log if we fail to open a deviceDaan De Meyer2022-05-081-25/+13
| * | | | core/device: Log on every event received from udevDaan De Meyer2022-05-081-0/+2
| * | | | core/device: Add sysfs argument to device_process_new()Daan De Meyer2022-05-071-9/+9
* | | | | core: annotate Reexecute() as NoReplyFrantisek Sumsal2022-05-102-1/+2
* | | | | Add HUION Inspiroy H420X to hwdbYutsuten2022-05-101-0/+9
| |/ / / |/| | |
* | | | Merge pull request #23321 from poettering/sockaddr-no-castYu Watanabe2022-05-093-20/+22
|\ \ \ \
| * | | | tests: avoid (struct sockaddr*) castsLennart Poettering2022-05-092-18/+20
| * | | | socket-util: don't reference field by macro parameter nameLennart Poettering2022-05-091-2/+2
* | | | | core/slice: make slice_freezer_action() return 0 if freezing state is unchangedYu Watanabe2022-05-092-5/+3
* | | | | mkosi: add shadow package to SUSE TumbleweedLuca Boccassi2022-05-091-0/+1
* | | | | test: JSON_BUILD_REAL nowadays expects 'double', not 'long double'Lennart Poettering2022-05-091-1/+1
|/ / / /
* | | | update TODOLennart Poettering2022-05-091-0/+5
* | | | network: set/unset enumerating flag before/after loopYu Watanabe2022-05-091-4/+2
* | | | shared: Fix memory leak in bus_append_execute_property()Daan De Meyer2022-05-091-1/+1
* | | | Merge pull request #23310 from keszybz/suppress-fuzzer-timeouts-and-errorsYu Watanabe2022-05-0912-62/+66
|\ \ \ \
| * | | | shared/calendarspec: reduce scope of variablesZbigniew Jędrzejewski-Szmek2022-05-081-18/+14
| * | | | shared/dissect-image: apply standard indentationZbigniew Jędrzejewski-Szmek2022-05-081-25/+27
| * | | | basic/virt: use STRV_FOREACH instead of iteration with ELEMENTSOFZbigniew Jędrzejewski-Szmek2022-05-081-8/+9
| * | | | libsystemd-network: constify castsZbigniew Jędrzejewski-Szmek2022-05-081-2/+2
| * | | | tree-wide: drop de-constifying casts for strv iterationZbigniew Jędrzejewski-Szmek2022-05-085-6/+6
| * | | | fuzz-journal-remote: allow -ENODATA tooZbigniew Jędrzejewski-Szmek2022-05-081-1/+1
| * | | | fuzz-systemctl-parse-argv: refuse commandlines above 1k entriesZbigniew Jędrzejewski-Szmek2022-05-081-0/+6
| * | | | dissect: drop unnecessary {}Zbigniew Jędrzejewski-Szmek2022-05-081-2/+1
| | |/ / | |/| |
* | | | Merge pull request #23311 from keszybz/bootspec-fuzzerYu Watanabe2022-05-0911-226/+505
|\ \ \ \
| * | | | shared/bootspec: add missing terminator to tableZbigniew Jędrzejewski-Szmek2022-05-082-0/+22
| * | | | fuzz-bootspec: also add loader autoentriesZbigniew Jędrzejewski-Szmek2022-05-083-1/+23
| * | | | fuzz-bootspec: one more test case that was fixed in strv codeZbigniew Jędrzejewski-Szmek2022-05-081-0/+1
| * | | | shared/bootspec: avoid crashing on config without a valueZbigniew Jędrzejewski-Szmek2022-05-082-0/+8
| * | | | Add fuzzer for the bootspec parserZbigniew Jędrzejewski-Szmek2022-05-084-0/+145
| * | | | shared/bootspec: also export boot_config_load_type1()Zbigniew Jędrzejewski-Szmek2022-05-082-8/+35
| * | | | shared/bootspec: expose more parts of the config parsingZbigniew Jędrzejewski-Szmek2022-05-082-20/+38
| * | | | Move printing of boot entries from bootctl.c to shared/Zbigniew Jędrzejewski-Szmek2022-05-083-189/+210
| * | | | shared/bootspec: add one more assertZbigniew Jędrzejewski-Szmek2022-05-081-1/+1
| * | | | meson: sort list of fuzzersZbigniew Jędrzejewski-Szmek2022-05-081-8/+8