summaryrefslogtreecommitdiffstats
path: root/mkosi.conf.d/10-opensuse (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-05mkfs-util: Make sure we pass non option arguments lastDaan De Meyer1-13/+25
2024-09-05mkfs-util: Fix error handlingDaan De Meyer1-4/+16
2024-09-05update TODOLennart Poettering1-0/+9
2024-09-05man: ARP=no also disables IPv6 Neighbor Discovery ProtocolYu Watanabe1-2/+3
2024-09-05firstboot: reduce log level of timezone validationMichael Ferrari1-3/+3
2024-09-05firstboot: reduce empty input log levelMichael Ferrari1-4/+4
2024-09-05firstboot: add newline before key waitMichael Ferrari1-2/+1
2024-09-05test: add test cases of "systemctl cat" for nonexistent unitsYu Watanabe1-0/+2
2024-09-05systemctl: cat: do not exit(1) on missing units if `--force`Ivan Shapovalov1-2/+3
2024-09-04core: rename BindJournalSockets= to BindLogSockets=Mike Yuan15-49/+49
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-04copy: Introduce COPY_NOCOW_AFTER and use it when copying imagesDaan De Meyer5-27/+21
2024-09-04copy: Copy nocow flag by defaultDaan De Meyer1-0/+41
2024-09-04chattr-util: Optimize read_attr_at()Daan De Meyer1-4/+13
2024-09-04socket-util: make recvmsg_safe() handle MSG_TRUNC tooMike Yuan16-110/+132
2024-09-04machine-dbus: use in_same_namespace() at one more placeMike Yuan1-10/+2
2024-09-04udev-ctrl: drop unused next_datagram_size_fd() callMike Yuan1-6/+0
2024-09-04core/manager: close all cmsg fds where none is expectedMike Yuan1-0/+2
2024-09-04udev-ctrl: add missing size check of received messageMike Yuan1-3/+8
2024-09-04audit-util: check correct errnoMike Yuan1-1/+1
2024-09-04sd-varlink: check correct errnoMike Yuan1-13/+15
2024-09-04fd-util: also close pidfd from SCM_PIDFD in cmsg_close_all()Mike Yuan1-4/+11
2024-09-04Revert "copy: Copy file attributes as well"Daan De Meyer1-33/+8
2024-09-04Revert "tree-wide: Don't explicity disable copy-on-write when copying images"Daan De Meyer3-3/+16
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