summaryrefslogtreecommitdiffstats
path: root/test/units/TEST-74-AUX-UTILS.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-04core/namespace: add comment to explain the non-obvious assumption on /run/sys...Mike Yuan1-0/+2
2024-09-04core/namespace: make bind mounted journal sockets nosuid + noexec + nodevMike Yuan2-3/+9
2024-09-04core/exec-invoke: use bind_mount_add() where appropriateMike Yuan1-17/+3
2024-09-04core/namespace: use GREEDY_REALLOC at one more placeMike Yuan1-6/+2
2024-09-04core/unit: introduce unit_set_debug_invocation()Mike Yuan3-25/+29
2024-09-04core: add missing serialization for Unit.debug_invocationMike Yuan1-0/+5
2024-09-04core/service: modernize service_load_pid_file() a bitMike Yuan1-19/+14
2024-09-04core/service: minor coding style tweakMike Yuan1-4/+2
2024-09-04network: Add support for mq qdiscDaan De Meyer10-0/+57
2024-09-04network: Add support for multiq qdiscDaan De Meyer10-0/+69
2024-09-04build(deps): bump softprops/action-gh-release from 2.0.5 to 2.0.8dependabot[bot]1-1/+1
2024-09-04build(deps): bump super-linter/super-linter from 6.6.0 to 7.1.0dependabot[bot]1-1/+1
2024-09-03TEST-50-DISSECT: add explicit coverage for BindJournalSockets=Mike Yuan2-0/+8
2024-09-03test: drop unneeded journal socket bind mountsMike Yuan2-56/+3
2024-09-03portable/profile: use BindJournalSockets=Mike Yuan3-3/+3
2024-09-03core/namespace: create /dev/log only if journal socket is presentMike Yuan1-6/+11
2024-09-03core: introduce BindJournalSockets=Mike Yuan11-10/+110
2024-09-03build(deps): bump systemd/mkosidependabot[bot]1-1/+1
2024-09-03mkosi: Use apt patterns to install dependencies on Debian/UbuntuDaan De Meyer1-7/+20
2024-09-03mkosi: Make systemd package filtering more robustDaan De Meyer4-8/+13
2024-09-03json-util: Add JSON_BUILD_PAIR_UNSIGNED_NOT_EQUAL()Daan De Meyer2-3/+7
2024-09-03json-util: Add JSON_BUILD_TRISTATE() and friendsDaan De Meyer2-0/+64
2024-09-03json-util: Add JSON_BUILD_PAIR_BASE64_NON_EMPTY() and friendsDaan De Meyer2-0/+44
2024-09-03json-util: Add JSON_BUILD_PAIR_BYTE_ARRAY_NON_EMPTY()Daan De Meyer2-0/+32
2024-09-03json-util: Add JSON_BUILD_PAIR_INTEGER_NON_NEGATIVE()Daan De Meyer2-2/+13
2024-09-03json-util: Add JSON_BUILD_PAIR_INTEGER_NON_ZERO()Daan De Meyer2-0/+30
2024-09-03json-util: Add JSON_BUILD_PAIR_CALLBACK_NON_NULL()Daan De Meyer3-0/+48
2024-09-03json-util: Add JSON_BUILD_PAIR_DUAL_TIMESTAMP_NON_NULL()Daan De Meyer2-0/+32
2024-09-03json-util: Add JSON_BUILD_PAIR_DUAL_TIMESTAMP()Daan De Meyer1-0/+1
2024-09-03json-util: Add JSON_BUILD_RATELIMIT()Daan De Meyer2-0/+69
2024-09-03json-util: Add JSON_BUILD_STRING_ORDERED_SET()Daan De Meyer3-0/+54
2024-09-03repart: Add compression supportDaan De Meyer8-38/+177
2024-09-03TEST-58-REPART: Only skip part of testcase_minimize() that requires rootDaan De Meyer1-5/+5
2024-09-03TEST-58-REPART: Always run TEST-58-REPART in virtual machineDaan De Meyer1-0/+1
2024-09-03mkosi: Don't create sanitizer wrappers for every mkfs binaryDaan De Meyer1-5/+0
2024-09-03resolve: fix typoYu Watanabe1-1/+1
2024-09-03resolved: include Varlink error on inconsistent DNS-SD services in introspect...Lennart Poettering5-3/+11
2024-09-03pretty-print: introduce WITH_BUFFERED_STDERR macro to enable bufferingYu Watanabe3-20/+32
2024-09-03pretty-print: rename {draw,clear}_progress_bar_unbuffered() -> {draw,clear}_p...Yu Watanabe3-13/+13
2024-09-02test: don't install Python scripts from systemd-test RPMFrantisek Sumsal1-1/+1
2024-09-02sysupdated: Improve logging about jobsAdrian Vovk1-10/+21
2024-09-02sysupdated: Cleanup handling of notificationsAdrian Vovk1-32/+21
2024-09-02sysupdate: Don't ignore callout binary failureAdrian Vovk1-18/+40
2024-09-02portable: ensure PORTABLE_FORCE_ATTACH works even when there is a leftover unitLuca Boccassi2-6/+59
2024-09-02efi: add file_handle_read() helper that reads from a file handleLennart Poettering2-10/+26
2024-09-02efi: return pointer to processed string in strtolower8()/strtolower16()Lennart Poettering2-8/+9
2024-09-02networkd: Replace existing objects instead of doing nothing if they existDaan De Meyer2-3/+14
2024-09-02network/tclass: do not save tclass to Link before it is configuredYu Watanabe3-48/+58
2024-09-02network/qdisc: do not save qdisc to Link before it is configuredYu Watanabe3-54/+65
2024-09-02network/tclass: make tclass_drop() staticYu Watanabe2-5/+2