summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* po: Translated using Weblate (French)blutch1122022-11-091-10/+9
* basic/virt: treat missing /proc as sign of being in a chrootZbigniew Jędrzejewski-Szmek2022-11-091-0/+16
* Merge pull request #25291 from keszybz/util-cleanupYu Watanabe2022-11-09361-1077/+1104
|\
| * Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-0875-97/+98
| * basic/filesystems: fs_in_group() returns a booleanZbigniew Jędrzejewski-Szmek2022-11-082-4/+3
| * basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-08194-187/+14
| * basic: move a bunch of cmdline-related funcs to new argv-util.c+hZbigniew Jędrzejewski-Szmek2022-11-0818-354/+382
| * meson: add version.h as dependency to more targetsZbigniew Jędrzejewski-Szmek2022-11-083-80/+165
| * basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-0873-36/+80
| * basic,shared: move disable_coredumps() to coredump-util.[ch]Zbigniew Jędrzejewski-Szmek2022-11-086-14/+16
| * basic: move container_get_leader() to process-util.[ch]Zbigniew Jędrzejewski-Szmek2022-11-086-45/+46
| * basic: create new basic/initrd-util.[ch] for initrd-related functionsZbigniew Jędrzejewski-Szmek2022-11-0832-80/+111
| * tests: move tests for eqzero() to a new fileZbigniew Jędrzejewski-Szmek2022-11-084-26/+20
| * tests: move tests for PROTECT_ERRNO to the right fileZbigniew Jędrzejewski-Szmek2022-11-082-31/+31
| * tests: create test-raw-clone.c for raw-clone.hZbigniew Jędrzejewski-Szmek2022-11-084-31/+44
| * tests: create test-limits-util.c for limits-util funcsZbigniew Jędrzejewski-Szmek2022-11-083-82/+91
| * sd-journal: make prot_from_flags() static and renameZbigniew Jędrzejewski-Szmek2022-11-083-21/+14
* | networkd-ipv4acd.c: Use net/if.h for getting IFF_LOOPBACK definitionKhem Raj2022-11-091-1/+2
* | Merge pull request #25297 from mrc0mmand/aux-test-fixesYu Watanabe2022-11-092-7/+19
|\ \
| * | test: adjust systemd-mount's tests based on recent coverage reportsFrantisek Sumsal2022-11-081-5/+16
| * | test: install realpath into the test imagesFrantisek Sumsal2022-11-081-0/+1
| * | test: fix a race in the systemd-mount testFrantisek Sumsal2022-11-081-2/+2
* | | dissect: grey out trailing slash in --list outputLennart Poettering2022-11-081-1/+1
* | | update TODOLennart Poettering2022-11-081-0/+7
* | | man: add note that network-generator is not a generatorZbigniew Jędrzejewski-Szmek2022-11-081-2/+9
|/ /
* | hwdb: Add accel orientation quirk for the Acer Switch V 10 SW5-017 2-in-1Hans de Goede2022-11-081-0/+3
* | Fix key toggle and programmable button for Positivo N14ZPdrosdeck2022-11-071-0/+2
* | kernel-install: skip 50-depmod if depmod is not availableLuca Boccassi2022-11-071-0/+1
* | Merge pull request #25286 from mrc0mmand/systemd-mount-test-fixLuca Boccassi2022-11-072-4/+12
|\ \
| * | test: replace tmpfs with vfat when testing --owner=Frantisek Sumsal2022-11-071-3/+12
| * | Revert "mountpoint-util: tmpfs supports uid=/gid= mount options"Frantisek Sumsal2022-11-071-1/+0
* | | kernel-install/90-loaderentry: do not override an existing systemd.machine_idAntonio Alvarez Feijoo2022-11-071-1/+1
* | | Merge pull request #25279 from mrc0mmand/firstboot-test-fixesFrantisek Sumsal2022-11-072-20/+58
|\ \ \
| * | | test: cover some interactive/error paths in firstbootFrantisek Sumsal2022-11-071-1/+29
| * | | test: fix keymaps installation on ArchFrantisek Sumsal2022-11-071-12/+13
| * | | test: fix locale installation when locale-gen is usedFrantisek Sumsal2022-11-071-7/+12
| * | | test: don't ignore non-existent paths in inst_recursive()Frantisek Sumsal2022-11-071-0/+4
* | | | mkosi: use the new mkosi.conf suffixZbigniew Jędrzejewski-Szmek2022-11-087-0/+0
* | | | semaphore: remove the Semaphore repositories recursivelyFrantisek Sumsal2022-11-081-1/+1
* | | | Merge pull request #25282 from keszybz/trivial-cleanupsYu Watanabe2022-11-083-9/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | udevadm: merge two log stmtsZbigniew Jędrzejewski-Szmek2022-11-071-5/+4
| * | | man: grammarroZbigniew Jędrzejewski-Szmek2022-11-071-1/+1
| * | | sd-event: adjust indentationZbigniew Jędrzejewski-Szmek2022-11-071-3/+3
| | |/ | |/|
* | | test: compile test-utmp.c only if UTMP is enabledTorsten Hilbrich2022-11-071-1/+2
* | | Merge pull request #25277 from mrc0mmand/also-coverageYu Watanabe2022-11-073-4/+120
|\ \ \ | |/ / |/| |
| * | test: add coverage for systemd-mountFrantisek Sumsal2022-11-071-0/+116
| * | mountpoint-util: tmpfs supports uid=/gid= mount optionsFrantisek Sumsal2022-11-071-0/+1
| * | test: re-enable skipped systemd-firstboot --locale-messages= testFrantisek Sumsal2022-11-041-4/+3
| |/
* | Merge pull request #25266 from poettering/dissect-fsck-fixLennart Poettering2022-11-075-7/+48
|\ \
| * | dissect: fix fsckLennart Poettering2022-11-041-6/+10