summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* cgroup-util: allow cg_read_pid() to skip unmapped (zero) pidsTimo Rothenpieler2024-05-147-32/+48
* libsystemd-network: skip dhcp server test in case of EAFNOSUPPORTRadoslav Kolev2024-05-141-1/+3
* Merge pull request #32804 from YHNdnzj/bootspec-modernizationMike Yuan2024-05-141-27/+24
|\
| * shared/bootspec: use FOREACH_ARRAY moreMike Yuan2024-05-141-7/+6
| * shared/bootspec: use isempty where appropriateMike Yuan2024-05-141-1/+1
| * shared/bootspec: use path_make_absolute where appropriateMike Yuan2024-05-141-4/+1
| * shared/bootspec: inline iterator varMike Yuan2024-05-141-12/+6
| * shared/bootspec: add missing assertionsMike Yuan2024-05-141-3/+10
* | core: Imply DefaultDependencies=no for credential mountsDaan De Meyer2024-05-141-4/+4
* | sd-event: increase test-event timeout to 120sRadoslav Kolev2024-05-141-1/+4
* | dlfcn-util: fix typoYu Watanabe2024-05-141-1/+1
|/
* bootctl: fix crash when parsing addon without .cmdline sectionLuca Boccassi2024-05-141-2/+4
* network: IPv6 Compliance RFC4862: Address Lifetime Expiry (Hosts Only) [v6LC....Matt Muggeridge2024-05-141-15/+16
* network: IPv6 Compliance: Router Advertisement Processing, Reachable Time [v6...Matt Muggeridge2024-05-131-21/+0
* curl-glue: catch libcurl attempting to change timeout handler when we destroy...Lennart Poettering2024-05-131-0/+7
* machined: return recognizable error when we try to register the same machine ...Lennart Poettering2024-05-133-2/+6
* core/service: remove unnecessary reset of notify_access_overrideMike Yuan2024-05-131-4/+1
* varlink: rename vsockCid → vSockCid fieldLennart Poettering2024-05-133-3/+3
* journal-rate-limit: replace in-house management of JournalRateLimitGroup with...Yu Watanabe2024-05-135-123/+60
* journal-rate-limit: split out journal_ratelimit_group_acquire()Yu Watanabe2024-05-121-18/+37
* journal-rate-limit: introduce cleanup function for JournalRateLimitGroupYu Watanabe2024-05-121-18/+21
* journal-rate-limit: rename variablesYu Watanabe2024-05-122-15/+33
* journal-rate-limit: use FOREACH_ELEMENT() and usec_add()Yu Watanabe2024-05-121-5/+3
* journal-rate-limit: make journal_ratelimit_group_free() return NULLYu Watanabe2024-05-121-3/+4
* journal-rate-limit: add trailing comma in tableYu Watanabe2024-05-121-1/+1
* test: introduce test cases for journal_ratelimit_test()Yu Watanabe2024-05-122-0/+50
* tree-wide: use LOG_PRI() and LOG_FAC()Yu Watanabe2024-05-128-16/+22
* debug-generator: Allow specifying name of unit-dropin credentialDaan De Meyer2024-05-112-13/+35
* libcrypt-util: fix wrong errno value assignmentYu Watanabe2024-05-101-1/+1
* Merge pull request #32747 from YHNdnzj/tmpfiles-ret-gatherLuca Boccassi2024-05-101-60/+58
|\
| * tmpfiles: use RET_GATHER more, add missing assertionsMike Yuan2024-05-101-45/+44
| * tmpfiles: don't compare errno with negative valueMike Yuan2024-05-101-1/+1
| * tmpfiles: clean up hardlinks_vulnerable a bitMike Yuan2024-05-101-14/+13
* | Merge pull request #32738 from yuwata/trivial-cleanupsMike Yuan2024-05-105-19/+18
|\ \
| * | core/unit: use FOREACH_ELEMENT() to add dependencies for journal namespace in...Yu Watanabe2024-05-101-14/+13
| * | core/service: shorten code a bitYu Watanabe2024-05-101-3/+1
| * | time-util: define TIMESPEC_OMITYu Watanabe2024-05-103-2/+4
* | | Merge pull request #32491 from yuwata/journalctl-fix-bootLuca Boccassi2024-05-1011-161/+249
|\ \ \ | |_|/ |/| |
| * | journalctl: make --list-boots support -n/--lines= optionYu Watanabe2024-05-105-12/+75
| * | journalctl: fail and show error message when no boot ID foundYu Watanabe2024-05-101-1/+2
| * | logs-show: use GREEDY_REALLOC_APPEND()Yu Watanabe2024-05-101-3/+1
| * | logs-show: fix stored timestamp when advance_older is trueYu Watanabe2024-05-101-2/+2
| * | journalctl: fix support of --boot=ID±offset formatYu Watanabe2024-05-104-79/+81
| * | logs-show: flush matches before and after finding bootsYu Watanabe2024-05-101-0/+5
| * | journalctl: fix --boot=0 with --file=- (from stdin)Yu Watanabe2024-05-101-1/+1
| * | journalctl: split out journal_acquire_boot() from add_boot()Yu Watanabe2024-05-103-35/+61
| * | journalctl: several cleanups for parse_boot_descriptor()Yu Watanabe2024-05-101-17/+16
| * | logs-show: add missing strempty()Yu Watanabe2024-05-101-1/+1
| * | logs-show: drop uid argument from add_matches_for_user_units()Yu Watanabe2024-05-106-25/+19
| |/
* | Merge pull request #32741 from yuwata/network-dhcp4-route-to-dnsLuca Boccassi2024-05-102-26/+77
|\ \