summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build(deps): bump systemd/mkosidependabot[bot]2024-09-031-1/+1
* Merge pull request #34240 from DaanDeMeyer/mkosiDaan De Meyer2024-09-034-13/+31
|\
| * mkosi: Use apt patterns to install dependencies on Debian/UbuntuDaan De Meyer2024-09-031-7/+20
| * mkosi: Make systemd package filtering more robustDaan De Meyer2024-09-034-8/+13
|/
* Merge pull request #34236 from DaanDeMeyer/manager-splitDaan De Meyer2024-09-033-3/+392
|\
| * json-util: Add JSON_BUILD_PAIR_UNSIGNED_NOT_EQUAL()Daan De Meyer2024-09-032-3/+7
| * json-util: Add JSON_BUILD_TRISTATE() and friendsDaan De Meyer2024-09-032-0/+64
| * json-util: Add JSON_BUILD_PAIR_BASE64_NON_EMPTY() and friendsDaan De Meyer2024-09-032-0/+44
| * json-util: Add JSON_BUILD_PAIR_BYTE_ARRAY_NON_EMPTY()Daan De Meyer2024-09-032-0/+32
| * json-util: Add JSON_BUILD_PAIR_INTEGER_NON_NEGATIVE()Daan De Meyer2024-09-032-2/+13
| * json-util: Add JSON_BUILD_PAIR_INTEGER_NON_ZERO()Daan De Meyer2024-09-032-0/+30
| * json-util: Add JSON_BUILD_PAIR_CALLBACK_NON_NULL()Daan De Meyer2024-09-033-0/+48
| * json-util: Add JSON_BUILD_PAIR_DUAL_TIMESTAMP_NON_NULL()Daan De Meyer2024-09-032-0/+32
| * json-util: Add JSON_BUILD_PAIR_DUAL_TIMESTAMP()Daan De Meyer2024-09-031-0/+1
| * json-util: Add JSON_BUILD_RATELIMIT()Daan De Meyer2024-09-032-0/+69
| * json-util: Add JSON_BUILD_STRING_ORDERED_SET()Daan De Meyer2024-09-033-0/+54
|/
* Merge pull request #34190 from DaanDeMeyer/repart-compressDaan De Meyer2024-09-0310-48/+183
|\
| * repart: Add compression supportDaan De Meyer2024-09-038-38/+177
| * TEST-58-REPART: Only skip part of testcase_minimize() that requires rootDaan De Meyer2024-09-031-5/+5
| * TEST-58-REPART: Always run TEST-58-REPART in virtual machineDaan De Meyer2024-09-031-0/+1
| * mkosi: Don't create sanitizer wrappers for every mkfs binaryDaan De Meyer2024-09-031-5/+0
* | Merge pull request #34228 from poettering/uki-with-many-prep1Lennart Poettering2024-09-034-18/+35
|\ \ | |/ |/|
| * efi: add file_handle_read() helper that reads from a file handleLennart Poettering2024-09-022-10/+26
| * efi: return pointer to processed string in strtolower8()/strtolower16()Lennart Poettering2024-09-022-8/+9
* | Merge pull request #34149 from DaanDeMeyer/btrfsDaan De Meyer2024-09-033-28/+263
|\ \
| * | repart: Switch to new mkfs.btrfs subvolume APIDaan De Meyer2024-08-302-23/+258
| * | repart: Remove unused Context argument from make_subvolumes_set()Daan De Meyer2024-08-301-3/+1
| * | repart: Fix memory leakDaan De Meyer2024-08-301-0/+2
| * | image-policy: Fix size assertionDaan De Meyer2024-08-301-1/+1
| * | image-policy: Fix strv size calculationDaan De Meyer2024-08-301-1/+1
* | | resolve: fix typoYu Watanabe2024-09-031-1/+1
* | | resolved: include Varlink error on inconsistent DNS-SD services in introspect...Lennart Poettering2024-09-035-3/+11
* | | Merge pull request #34140 from yuwata/conf-parser-log-messageYu Watanabe2024-09-0344-489/+450
|\ \ \
| * | | conf-parser: use log_syntax_parse_error() and friends moreYu Watanabe2024-09-012-202/+137
| * | | conf-parser: several cleanups for DEFINE_CONFIG_PARSE_ENUMV() macroYu Watanabe2024-09-011-18/+16
| * | | tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-0140-157/+120
| * | | log: protect errno from log_syntax_invalid_utf8_internal()Yu Watanabe2024-09-011-0/+1
| * | | log: introduce log_syntax_parse_error()Yu Watanabe2024-09-012-0/+56
| * | | test: modernize test-networkd-confYu Watanabe2024-09-011-79/+68
| * | | test: modernize test-conf-parser.cYu Watanabe2024-09-011-26/+30
| * | | conf-parser: make config_parse_strv() stricter and optionally drop duplicated...Yu Watanabe2024-09-012-12/+26
| * | | conf-parser: fix memleak in config_parse_calendar()Yu Watanabe2024-09-011-3/+4
| | |/ | |/|
* | | Merge pull request #34202 from AdrianVovk/sysupdated-fixupsAdrian Vovk2024-09-022-60/+82
|\ \ \
| * | | sysupdated: Improve logging about jobsAdrian Vovk2024-09-021-10/+21
| * | | sysupdated: Cleanup handling of notificationsAdrian Vovk2024-09-021-32/+21
| * | | sysupdate: Don't ignore callout binary failureAdrian Vovk2024-09-021-18/+40
* | | | test: don't install Python scripts from systemd-test RPMFrantisek Sumsal2024-09-021-1/+1
|/ / /
* / / portable: ensure PORTABLE_FORCE_ATTACH works even when there is a leftover unitLuca Boccassi2024-09-022-6/+59
|/ /
* | network/route: fix typoYu Watanabe2024-09-011-1/+1
* | Merge pull request #34213 from yuwata/network-route-fix-weightLuca Boccassi2024-09-016-41/+119
|\ \