| Commit message (Expand) | Author | Age | Files | Lines |
* | sysext: install in rootbindir, remove template from unit | Luca Boccassi | 2021-01-20 | 1 | -1/+1 |
* | sysext: install in /usr/lib/systemd/ for now | Luca Boccassi | 2021-01-19 | 1 | -1/+1 |
* | meson: bindir is the default install_dir, no need to mention it | Lennart Poettering | 2021-01-19 | 1 | -2/+1 |
* | sysext: new tool for managing "system extensions" for /usr/ + /opt/ | Lennart Poettering | 2021-01-19 | 1 | -0/+14 |
* | meson: move several definitions related libsystemd to src/libsystemd/meson.build | Yu Watanabe | 2021-01-19 | 1 | -4/+0 |
* | meson: use static_libsystemd_pic | Yu Watanabe | 2021-01-19 | 1 | -1/+1 |
* | meson: slightly disentangle code dependencies | Yu Watanabe | 2021-01-19 | 1 | -37/+29 |
* | meson: sort inclusion of meson.build files in subdirectories | Yu Watanabe | 2021-01-19 | 1 | -21/+24 |
* | meson: move libjournal_core definition to src/journal/meson.build | Yu Watanabe | 2021-01-19 | 1 | -7/+0 |
* | meson: move libudev related definitions to src/libudev/meson.build | Yu Watanabe | 2021-01-19 | 1 | -4/+35 |
* | meson: move and gather find_program() | Yu Watanabe | 2021-01-19 | 1 | -15/+16 |
* | meson: drop redundant source files in executable() | Yu Watanabe | 2021-01-19 | 1 | -3/+1 |
* | meson: move source file list for systemd-xdg-autostart-generator and its tests | Yu Watanabe | 2021-01-19 | 1 | -2/+2 |
* | meson: move source file list for busctl | Yu Watanabe | 2021-01-19 | 1 | -3/+2 |
* | meson: move source file list for systemd-cryptenroll | Yu Watanabe | 2021-01-19 | 1 | -28/+1 |
* | meson: move source file list for systemd-cryptsetup | Yu Watanabe | 2021-01-19 | 1 | -21/+1 |
* | meson: show standalone-binaries setting in the summary | Yu Watanabe | 2021-01-19 | 1 | -0/+1 |
* | meson: drop redundant directory specification in additional source files | Yu Watanabe | 2021-01-19 | 1 | -2/+4 |
* | meson: move definition of systemctl source files | Yu Watanabe | 2021-01-19 | 1 | -81/+2 |
* | meson: introduce libtimesyncd_core library | Yu Watanabe | 2021-01-19 | 1 | -10/+2 |
* | meson: make the second and third elements of tests or fuzzers optional | Yu Watanabe | 2021-01-19 | 1 | -11/+11 |
* | core: move several source files to src/shared | Yu Watanabe | 2021-01-19 | 1 | -10/+5 |
* | time-wait-sync: move time-wait-sync.c -> src/timesync/wait-sync.c | Yu Watanabe | 2021-01-19 | 1 | -2/+1 |
* | sd-journal: move source files for sd-journal to src/libsystemd/sd-journal | Yu Watanabe | 2021-01-19 | 1 | -9/+4 |
* | core: add DBUS method to bind mount new nodes without service restart | Luca Boccassi | 2021-01-18 | 1 | -0/+2 |
* | Merge pull request #17576 from gportay/veritysetup-add-support-for-dm-verity-... | Lennart Poettering | 2021-01-17 | 1 | -0/+1 |
|\ |
|
| * | veritysetup-generator: add support for veritytab | Gaël PORTAY | 2021-01-15 | 1 | -0/+1 |
* | | Merge pull request #18263 from keszybz/syscalls-auto | Zbigniew Jędrzejewski-Szmek | 2021-01-16 | 1 | -11/+10 |
|\ \ |
|
| * | | meson: download full syscall tables from hrw/syscalls-table | Zbigniew Jędrzejewski-Szmek | 2021-01-15 | 1 | -11/+10 |
| |/ |
|
* | | meson: Use configure_file when version-tag is specified | Daan De Meyer | 2021-01-15 | 1 | -9/+18 |
|/ |
|
* | Add install-sysconfdir=no-samples option for (non-)installation of sample con... | Josh Triplett | 2021-01-14 | 1 | -2/+3 |
* | localed: Run locale-gen if available to generate missing locale | Matthias Klumpp | 2021-01-12 | 1 | -0/+8 |
* | udev-builtin-blkid: add support for --hint offsets | Karel Zak | 2021-01-13 | 1 | -0/+3 |
* | meson: fix git ls-files invocations during rebase | Zbigniew Jędrzejewski-Szmek | 2021-01-09 | 1 | -3/+4 |
* | cryptsetup: use crypt_token_max if available | Luca Boccassi | 2021-01-05 | 1 | -0/+2 |
* | cryptsetup: add support for TPM2 unlocking of volumes | Lennart Poettering | 2020-12-17 | 1 | -0/+5 |
* | cryptenroll: support listing and wiping tokens | Lennart Poettering | 2020-12-17 | 1 | -0/+5 |
* | cryptenroll: add support for TPM2 enrolling | Lennart Poettering | 2020-12-17 | 1 | -0/+18 |
* | cryptenroll: add new "systemd-cryptenroll" tool for enrolling FIDO2+PKCS#11 s... | Lennart Poettering | 2020-12-17 | 1 | -0/+30 |
* | cryptsetup: add fido2 support | Lennart Poettering | 2020-12-17 | 1 | -1/+6 |
* | homed: turn libfido2 into a dlopen() type dependency | Lennart Poettering | 2020-12-17 | 1 | -3/+1 |
* | meson: do not link with libudev | Yu Watanabe | 2020-12-16 | 1 | -7/+4 |
* | meson: Fix reallocarray check | Khem Raj | 2020-12-13 | 1 | -1/+1 |
* | Drop compat "gateway" name | Zbigniew Jędrzejewski-Szmek | 2020-12-10 | 1 | -4/+0 |
* | meson: specify correct libqrencode version in meson dep | Luca Boccassi | 2020-12-09 | 1 | -0/+1 |
* | Make support for nscd flushing optional | Zbigniew Jędrzejewski-Szmek | 2020-12-07 | 1 | -0/+2 |
* | Merge pull request #17079 from keszybz/late-exec-resolution | Lennart Poettering | 2020-12-03 | 1 | -0/+3 |
|\ |
|
| * | meson: add option for fexecve use | Zbigniew Jędrzejewski-Szmek | 2020-11-06 | 1 | -0/+2 |
| * | shared/exec-util: use our own execveat() wrapper instead of fexecve() | Zbigniew Jędrzejewski-Szmek | 2020-11-06 | 1 | -0/+1 |
* | | Merge pull request #17810 from systemd/meson-allows-fuzzer-building | Yu Watanabe | 2020-12-03 | 1 | -31/+30 |
|\ \ |
|