Home
last modified time | relevance | path

Searched refs:getrandom (Results 1 – 25 of 86) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/package/poke/
H A D0004-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch4 Subject: [PATCH] lib/getrandom.c: fix build with uclibc < 1.0.35
7 since the addition of getrandom module in
11 from getrandom.c:22:
13 27 | extern int getrandom(void *__buf, size_t count, unsigned int flags)
29 jitter/gnulib-local/getrandom.c | 1 +
30 gl/getrandom.c | 1 +
31 gl-libpoke/getrandom.c | 1 +
34 diff --git a/jitter/gnulib-local/getrandom.c b/jitter/gnulib-local/getrandom.c
36 --- a/jitter/gnulib-local/getrandom.c
37 +++ b/jitter/gnulib-local/getrandom.c
[all …]
/OK3568_Linux_fs/buildroot/package/gdb/12.1/
H A D0006-Fix-getrandom-compile-for-uclibc-v1.0.35.patch4 Subject: [PATCH] Fix getrandom compile for uclibc < v1.0.35
9 - fix getrandom compile for uclibc < v1.0.35, add missing stddef.h
15 27 | extern int getrandom(void *__buf, size_t count, unsigned int flags)
22 gnulib/import/getrandom.c | 1 +
25 diff --git a/gnulib/import/getrandom.c b/gnulib/import/getrandom.c
27 --- a/gnulib/import/getrandom.c
28 +++ b/gnulib/import/getrandom.c
/OK3568_Linux_fs/buildroot/package/gdb/11.2/
H A D0006-Fix-getrandom-compile-for-uclibc-v1.0.35.patch4 Subject: [PATCH] Fix getrandom compile for uclibc < v1.0.35
9 - fix getrandom compile for uclibc < v1.0.35, add missing stddef.h
15 27 | extern int getrandom(void *__buf, size_t count, unsigned int flags)
22 gnulib/import/getrandom.c | 1 +
25 diff --git a/gnulib/import/getrandom.c b/gnulib/import/getrandom.c
27 --- a/gnulib/import/getrandom.c
28 +++ b/gnulib/import/getrandom.c
/OK3568_Linux_fs/buildroot/package/gdb/10.2/
H A D0006-Fix-getrandom-compile-for-uclibc-v1.0.35.patch4 Subject: [PATCH] Fix getrandom compile for uclibc < v1.0.35
9 - fix getrandom compile for uclibc < v1.0.35, add missing stddef.h
15 27 | extern int getrandom(void *__buf, size_t count, unsigned int flags)
22 gnulib/import/getrandom.c | 1 +
25 diff --git a/gnulib/import/getrandom.c b/gnulib/import/getrandom.c
27 --- a/gnulib/import/getrandom.c
28 +++ b/gnulib/import/getrandom.c
/OK3568_Linux_fs/buildroot/package/coreutils/
H A D0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch4 Subject: [PATCH] lib/getrandom.c: fix build with uclibc < 1.0.35
7 since the addition of getrandom module in
11 from getrandom.c:22:
13 27 | extern int getrandom(void *__buf, size_t count, unsigned int flags)
29 lib/getrandom.c | 1 +
32 diff --git a/lib/getrandom.c b/lib/getrandom.c
34 --- a/lib/getrandom.c
35 +++ b/lib/getrandom.c
/OK3568_Linux_fs/buildroot/package/tar/
H A D0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch4 Subject: [PATCH] lib/getrandom.c: fix build with uclibc < 1.0.35
7 since the addition of getrandom module in
11 from getrandom.c:22:
13 27 | extern int getrandom(void *__buf, size_t count, unsigned int flags)
29 gnu/getrandom.c | 1 +
32 diff --git a/gnu/getrandom.c b/gnu/getrandom.c
34 --- a/gnu/getrandom.c
35 +++ b/gnu/getrandom.c
/OK3568_Linux_fs/buildroot/package/wget/
H A D0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch4 Subject: [PATCH] lib/getrandom.c: fix build with uclibc < 1.0.35
7 since the addition of getrandom module in
11 from getrandom.c:22:
13 27 | extern int getrandom(void *__buf, size_t count, unsigned int flags)
29 lib/getrandom.c | 1 +
32 diff --git a/lib/getrandom.c b/lib/getrandom.c
34 --- a/lib/getrandom.c
35 +++ b/lib/getrandom.c
/OK3568_Linux_fs/buildroot/package/nano/
H A D0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch4 Subject: [PATCH] lib/getrandom.c: fix build with uclibc < 1.0.35
7 since the addition of getrandom module in
11 from getrandom.c:22:
13 27 | extern int getrandom(void *__buf, size_t count, unsigned int flags)
29 lib/getrandom.c | 1 +
32 diff --git a/lib/getrandom.c b/lib/getrandom.c
34 --- a/lib/getrandom.c
35 +++ b/lib/getrandom.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Darm64_kexec-arm64.c-workaround-for-getrandom-syscall.patch4 Subject: [PATCH] kexec-arm64.c: workaround for getrandom() syscall
15 …/arm64/kexec-arm64.c:499:12: warning: implicit declaration of function 'getrandom'; did you mean '…
16 | result = getrandom(&fdt_val64,
51 + extern ssize_t getrandom(void *, size_t, unsigned int);
52 + result = getrandom(&fdt_val64,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-klibc-add-getrandom-syscall.patch4 Subject: [PATCH 1/1] klibc: add getrandom() syscall
19 +ssize_t getrandom(void *, size_t, unsigned int);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Drandom.h34 ssize_t getrandom (void *__buffer, size_t __length,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Drandom.h34 ssize_t getrandom (void *__buffer, size_t __length,
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/dhcpcd/files/
H A D0001-privsep-Allow-getrandom-sysctl-for-newer-glibc.patch4 Subject: [PATCH 1/2] privsep: Allow getrandom sysctl for newer glibc
/OK3568_Linux_fs/buildroot/package/mesa3d/
H A D0004-src-util-rand_xor-Include-stddef.h-to-fix-build-erro.patch14 extern int getrandom(void *__buf, size_t count, unsigned int flags)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0004-elf_reader.cc-include-sys-reg.h-to-get-__WORDSIZE-on.patch39 AC_CHECK_FUNCS([arc4random getcontext getrandom memfd_create])
H A D0003-Dont-include-stab.h.patch78 AC_CHECK_FUNCS([arc4random getcontext getrandom memfd_create])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/chrony/chrony/
H A Darm_eabi.patch75 SCMP_SYS(getrandom),
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/dhcpcd/
H A Ddhcpcd_9.4.1.bb17 file://0001-privsep-Allow-getrandom-sysctl-for-newer-glibc.patch \
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/
H A D0021-chromium-musl-elf_reader.cc-include-sys-reg.h-to-get.patch26 AC_CHECK_FUNCS([arc4random getcontext getrandom])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/
H A Dklibc.inc20 file://0001-klibc-add-getrandom-syscall.patch \
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libgcrypt/
H A Dlibgcrypt_1.9.4.bb9 # helper program gcryptrnd and getrandom are under GPL, rest LGPL
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kexec/kexec-tools/
H A D0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch66 * Invoke the getrandom system call with
/OK3568_Linux_fs/buildroot/package/mtd/
H A DConfig.in149 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 # getrandom()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/
H A Dkexec-tools-klibc_git.bb59 file://arm64_kexec-arm64.c-workaround-for-getrandom-syscall.patch"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pyruvate_1.1.2.bb59 crate://crates.io/getrandom/0.2.3 \

1234