summaryrefslogtreecommitdiffstats
path: root/src/fundamental (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-13networkd: move sysctl code to use PID_FMTLennart Poettering1-4/+5
Now that format-util.h doesn't pull in net/if.h anymore, we can use it to format PIDs in the networkd-sysctl.c code.
2024-09-13basic: split ifname related calls from format-util.h into format-ifname.hLennart Poettering17-65/+77
This way we don't have to pull in net/if.h into format-util.h. This is supposed to address https://github.com/systemd/systemd/pull/32212#discussion_r1755639881 No actual code changes, just a .c/.h file split-up.
2024-09-13minor fixups for #32212Matteo Croce3-5/+8
Fix minor post merge comments
2024-09-12mkosi: Stop applying device groups patch on ArchDaan De Meyer1-4/+0
It stopped applying so let's stop applying it to make CI green again.
2024-09-12analyze: add test for verify exit status with warningsRyan Wilson1-0/+23
2024-09-12units: Order ldconfig.service after systemd-confext.serviceDaan De Meyer1-1/+2
The configuration files required by ldconfig could be put into place by systemd-confext.service (ldconfig only looks in /etc) so let's order the service after systemd-confext.service to make sure any config files are in place before the service runs.
2024-09-12update TODOLennart Poettering1-3/+0
2024-09-12man: document that sd_bus_process() only returns otherwise unhandled ↵Lennart Poettering1-6/+18
messages in *ret_message
2024-09-12update TODOLennart Poettering1-29/+4
2024-09-12NEWS: correct/complete some entriesMike Yuan1-5/+9
2024-09-12seccomp-util: add recently added new syscalls to various seccomp groups, as ↵Lennart Poettering1-0/+3
appropriate
2024-09-12syscalls: run "ninja update-syscalls-*"Lennart Poettering20-43/+3
2024-09-12NEWS: the first big batch for v257Zbigniew Jędrzejewski-Szmek1-2/+228
2024-09-12analyze: move "has-tpm2" from systemd-creds to systemd-analyzeLennart Poettering10-54/+103
The verb s not really specific to credential management, it was always a bit misplaced. Hence move it to systemd-analyze, where we already have some general TPM related verbs such as "srk" and "pcrs"
2024-09-12mkosi: update mkosi commit reference to v24.3-158-g2c9954fa51Zbigniew Jędrzejewski-Szmek1-1/+1
* 2c9954fa51 mkosi-initrd: correct `--debug-shell` help output * 671708a10b Merge pull request #2990 from behrmann/allthemanuals |\ | * 2671849125 initrd: add --show-documentation option | * e2238f5dc7 Move show_docs to its own module | * e366093b1c doc: make documentation command take an argument * | 9fcff08b34 Update documentation links * | 113f7f67dd Only write to /etc/machine-id if /etc exists |/ * 62a610c0e5 Merge pull request #3005 from DaanDeMeyer/mypy |\ | * 9b569c93bb Don't delete reader in _tempfile() backport | * 16f4c94930 Mark all class variables as Final | * ca7021e9a7 Annotate two more variables that need it | * fec368dd4d Move KeySource.Type out of KeySource | * ff5f7b06b8 user: Drop lru_cache() for home() and name() | * 8f7c7b366f Move code backported from cpython upstream to backport.py | * f66212e9c2 Drop listify() | * 4293866df2 mypy: Disable allow_redefinition | * 2700337f11 Fix mypyc warnings in sandbox.py |/ * 025483af04 sandbox: Use separate variable name when we change types * b04800cd30 Merge pull request #3003 from DaanDeMeyer/initrd |\ | * fd64be9b60 mkosi-initrd: Ignore gnupg subdirectory | * 7a8a21f8f6 mkosi-initrd: Only set --cacheonly=metadata when running as root | * 156880c398 mkosi-initrd: Add --debug-shell argument |/ * a32c8f393a Merge pull request #3002 from DaanDeMeyer/cherry-pick |\ | * 1d8bfabc97 news: add note to change where the manual pages are | * 8917d65db1 initrd: flatten module into a single file | * 76085b788a sandbox: flatten module into a single file | * 9f48afa4a7 cli: add missing completion stubs to pyproject.toml | * 6e21cceb03 doc: move man pages to resources/man | * 25d1c6b579 cli: use ellipsis ligature instead of writing out ... |/ * 013d9b5595 Move various functions to bootloader.py * 508ad85475 Update NEWS.md * f25b8dee6f Simplify package cache dir mirror key * dce4c8af51 Merge pull request #2998 from DaanDeMeyer/ci |\ | * f4934828f7 tests: Show debug messages on console | * fa3ae22598 ci: Drop machine-id commit timeout drop-in * dba01269de base64 encode mirror if we put it in package cache dir key * 364b65f7bb Add 'login' to Debian/Ubuntu/Kali package list * ee07b5b6d2 Bump github/codeql-action from 3.25.15 to 3.26.6