index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson.build
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use new default-user-shell option instead of hard-coding bash in nspawn and u...
наб
2022-03-28
1
-0
/
+4
*
meson: Detect python instead of hard-coding python3
Heiko Becker
2022-03-23
1
-1
/
+2
*
meson: replace sh+find with an internal glob in the python helper
Zbigniew Jędrzejewski-Szmek
2022-03-23
1
-0
/
+1
*
sysupdate: add new component "sysupdate"
Lennart Poettering
2022-03-19
1
-0
/
+30
*
meson: move to c_std=gnu11
Yu Watanabe
2022-03-11
1
-1
/
+1
*
tree-wide: fix typo
Yu Watanabe
2022-03-07
1
-1
/
+1
*
meson: Drop required libfdisk version to 2.32
Daan De Meyer
2022-02-24
1
-1
/
+1
*
meson: allow skipping optional dependencies
Evgeny Vereshchagin
2022-02-22
1
-1
/
+1
*
meson: disable export-dbus-interfaces target when cross-compiling
Luca Boccassi
2022-02-09
1
-6
/
+8
*
meson: use bpftool based strip when available
James Hilliard
2022-01-31
1
-11
/
+23
*
meson: set minimum clang/llvm versions for bpf support
James Hilliard
2022-01-31
1
-2
/
+2
*
meson: Remove test-efi-create-disk.sh
Jan Janssen
2022-01-26
1
-2
/
+0
*
meson: Add missing test dependencies
Daan De Meyer
2022-01-21
1
-8
/
+23
*
meson: skip to search clang, llvm-string, and bpftool, if libbpf not found
Yu Watanabe
2022-01-19
1
-2
/
+2
*
Merge pull request #22093 from yuwata/meson-bpftool-version
Zbigniew Jędrzejewski-Szmek
2022-01-18
1
-7
/
+32
|
\
|
*
meson: use the compiler command array as is
Yu Watanabe
2022-01-14
1
-7
/
+20
|
*
meson: check if clang supports bpf
Yu Watanabe
2022-01-14
1
-1
/
+9
|
*
meson: require bpftool version >= 5.6
Yu Watanabe
2022-01-14
1
-1
/
+5
*
|
meson: force ctags to use absolute paths
Evgeny Vereshchagin
2022-01-18
1
-1
/
+1
*
|
meson: drop unused SYSTEMD_STDIO_BRIDGE_BINARY_PATH
Zbigniew Jędrzejewski-Szmek
2022-01-17
1
-1
/
+0
|
/
*
meson: Use files() for fuzzers
Jan Janssen
2022-01-11
1
-1
/
+2
*
meson: Use files() for tests
Jan Janssen
2022-01-11
1
-1
/
+2
*
meson: no longer skip dependencies when fuzzers are built locally
Evgeny Vereshchagin
2022-01-10
1
-1
/
+1
*
test: add test cases for fstab-generator
Yu Watanabe
2022-01-06
1
-1
/
+8
*
oomd: move oomctl to bindir
Michael Biebl
2022-01-06
1
-2
/
+1
*
meson: fix detection of libcryptsetup functions
Zbigniew Jędrzejewski-Szmek
2021-12-30
1
-8
/
+17
*
meson: obtain dbus directories from pkg-config
Yu Watanabe
2021-12-28
1
-28
/
+55
*
meson: show dbus interfaces directory in summary
Yu Watanabe
2021-12-28
1
-0
/
+1
*
meson: don't try to guess versioned clang/llvm-strip bins for cross compile
James Hilliard
2021-12-25
1
-2
/
+2
*
meson: allow specifying a custom "tag" for the private shared libaries
Zbigniew Jędrzejewski-Szmek
2021-12-25
1
-0
/
+6
*
meson: create new libsystemd-core.so private shared library
Zbigniew Jędrzejewski-Szmek
2021-12-25
1
-12
/
+2
*
Merge pull request #21868 from lucab/ups/factory-locale-conf
Yu Watanabe
2021-12-25
1
-0
/
+1
|
\
|
*
factory: populate /etc/locale.conf with systemd build-time setting
Luca BRUNO
2021-12-23
1
-0
/
+1
*
|
bus-dump: change capture output to use pcapng (#21738)
Stephen Hemminger
2021-12-25
1
-0
/
+1
*
|
Merge pull request #21871 from keszybz/meson-sbat-report
Yu Watanabe
2021-12-25
1
-12
/
+4
|
\
\
|
*
|
meson: move efi summary() section to src/boot/efi
Zbigniew Jędrzejewski-Szmek
2021-12-23
1
-12
/
+4
|
|
/
*
/
meson: fix build with -Dcryptolib=openssl -Ddns-over-tls=false
Yu Watanabe
2021-12-24
1
-2
/
+1
|
/
*
meson: make it compatible with AFL and honggfuzz again
Evgeny Vereshchagin
2021-12-22
1
-0
/
+3
*
meson: fix cross compiling
Yu Watanabe
2021-12-21
1
-1
/
+1
*
basic: add a size check to format timex members properly
Mike Gilbert
2021-12-20
1
-0
/
+1
*
kernel-install: replace 00-entry-directory with K_I_LAYOUT in k-i
наб
2021-12-17
1
-1
/
+2
*
Merge pull request #21786 from keszybz/dirent-work
Yu Watanabe
2021-12-16
1
-13
/
+29
|
\
|
*
meson: drop three more single-use convenience libraries
Zbigniew Jędrzejewski-Szmek
2021-12-16
1
-9
/
+21
|
*
meson: don't compile import sources four times
Zbigniew Jędrzejewski-Szmek
2021-12-16
1
-4
/
+8
*
|
meson: build network-generator unconditionally
Yu Watanabe
2021-12-15
1
-14
/
+14
|
/
*
boot, meson: allow statically linked build
Robert Scheck
2021-12-14
1
-3
/
+10
*
Disable exporting D-Bus Introspection XML if cross-compiling
igo95862
2021-12-12
1
-1
/
+8
*
test: Add BCD unit test
Jan Janssen
2021-12-11
1
-5
/
+8
*
meson: Auto detect efi-ld
Jan Janssen
2021-12-11
1
-0
/
+1
*
Export systemd-networkd D-Bus XML introspection
igo95862
2021-12-11
1
-1
/
+1
[next]