| /OK3568_Linux_fs/buildroot/package/poke/ |
| H A D | 0004-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch | 4 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 D | 0006-Fix-getrandom-compile-for-uclibc-v1.0.35.patch | 4 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 D | 0006-Fix-getrandom-compile-for-uclibc-v1.0.35.patch | 4 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 D | 0006-Fix-getrandom-compile-for-uclibc-v1.0.35.patch | 4 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 D | 0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch | 4 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 D | 0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch | 4 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 D | 0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch | 4 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 D | 0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch | 4 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 D | arm64_kexec-arm64.c-workaround-for-getrandom-syscall.patch | 4 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 D | 0001-klibc-add-getrandom-syscall.patch | 4 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 D | random.h | 34 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 D | random.h | 34 ssize_t getrandom (void *__buffer, size_t __length,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/dhcpcd/files/ |
| H A D | 0001-privsep-Allow-getrandom-sysctl-for-newer-glibc.patch | 4 Subject: [PATCH 1/2] privsep: Allow getrandom sysctl for newer glibc
|
| /OK3568_Linux_fs/buildroot/package/mesa3d/ |
| H A D | 0004-src-util-rand_xor-Include-stddef.h-to-fix-build-erro.patch | 14 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 D | 0004-elf_reader.cc-include-sys-reg.h-to-get-__WORDSIZE-on.patch | 39 AC_CHECK_FUNCS([arc4random getcontext getrandom memfd_create])
|
| H A D | 0003-Dont-include-stab.h.patch | 78 AC_CHECK_FUNCS([arc4random getcontext getrandom memfd_create])
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/chrony/chrony/ |
| H A D | arm_eabi.patch | 75 SCMP_SYS(getrandom),
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/dhcpcd/ |
| H A D | dhcpcd_9.4.1.bb | 17 file://0001-privsep-Allow-getrandom-sysctl-for-newer-glibc.patch \
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0021-chromium-musl-elf_reader.cc-include-sys-reg.h-to-get.patch | 26 AC_CHECK_FUNCS([arc4random getcontext getrandom])
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/ |
| H A D | klibc.inc | 20 file://0001-klibc-add-getrandom-syscall.patch \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libgcrypt/ |
| H A D | libgcrypt_1.9.4.bb | 9 # helper program gcryptrnd and getrandom are under GPL, rest LGPL
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kexec/kexec-tools/ |
| H A D | 0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch | 66 * Invoke the getrandom system call with
|
| /OK3568_Linux_fs/buildroot/package/mtd/ |
| H A D | Config.in | 149 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 # getrandom()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/ |
| H A D | kexec-tools-klibc_git.bb | 59 file://arm64_kexec-arm64.c-workaround-for-getrandom-syscall.patch"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pyruvate_1.1.2.bb | 59 crate://crates.io/getrandom/0.2.3 \
|