Show patches with: none      |   581 patches
« 1 2 3 45 6 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[uclibc-ng-devel] inet/resolv.c: set h_errnop if /etc/hosts cannot be opened [uclibc-ng-devel] inet/resolv.c: set h_errnop if /etc/hosts cannot be opened - - - - --- 2025-02-07 Marcus Hähnel New
[uclibc-ng-devel] nan.h: define NAN only if not already defined [uclibc-ng-devel] nan.h: define NAN only if not already defined - - - - --- 2025-02-03 Marcus Hähnel New
[uclibc-ng-devel] libc/string/x86_64: fix p2align max number of bytes to skip [uclibc-ng-devel] libc/string/x86_64: fix p2align max number of bytes to skip - - - - --- 2025-01-28 Marcus Hähnel New
[uclibc-ng-devel] Re: error: '__NR__dl_fstat' undeclared, uClibc-ng 1.0.50, headers 4.4 [uclibc-ng-devel] Re: error: '__NR__dl_fstat' undeclared, uClibc-ng 1.0.50, headers 4.4 - - - - --- 2025-01-19 Thomas Petazzoni New
[uclibc-ng-devel] fix possible overflow in pointer arithmetics strnlen() [uclibc-ng-devel] fix possible overflow in pointer arithmetics strnlen() - - - - --- 2025-01-07 Marcus Hähnel Accepted
[uclibc-ng-devel] prevent warning about setting an unused variable [uclibc-ng-devel] prevent warning about setting an unused variable - - - - --- 2025-01-07 Marcus Hähnel Accepted
[uclibc-ng-devel] Re: [PATCH] features.h: error out when attempting to compile with TIME64 for 32bi… [uclibc-ng-devel] Re: [PATCH] features.h: error out when attempting to compile with TIME64 for 32bi… - - - - --- 2025-01-06 Nadav Tasher Accepted
[uclibc-ng-devel] uclibc: prevent warning about declaring an unused function [uclibc-ng-devel] uclibc: prevent warning about declaring an unused function - - - - --- 2025-01-06 Marcus Hähnel Accepted
[uclibc-ng-devel] uclibc: prevent warning about setting an unused variable [uclibc-ng-devel] uclibc: prevent warning about setting an unused variable - - - - --- 2025-01-06 Marcus Hähnel Accepted
[uclibc-ng-devel] features.h: error out when attempting to compile with TIME64 for 32bit targets on… [uclibc-ng-devel] features.h: error out when attempting to compile with TIME64 for 32bit targets on… - - - - --- 2024-12-22 Nadav Tasher Accepted
[uclibc-ng-devel] time.h: Change type of `tv_sec` in `timespec` to `int` from `_time_t`. [uclibc-ng-devel] time.h: Change type of `tv_sec` in `timespec` to `int` from `_time_t`. - - - - --- 2024-12-19 Nadav Tasher Rejected
[uclibc-ng-devel] TLS memory-leak with dlopen [uclibc-ng-devel] TLS memory-leak with dlopen - - - - --- 2024-09-26 Lumingxiang Accepted
[uclibc-ng-devel] NFC: Don't put function def inside function def [uclibc-ng-devel] NFC: Don't put function def inside function def - - - - --- 2024-09-09 Dmitriy Chestnykh New
[uclibc-ng-devel,v2,2/2] Revert "mips64: time64 for n32 ABI breaks a lot of tests, disable it for n… [uclibc-ng-devel,v2,1/2] mips64n32, time64: Select correct _dl_fstat impl - - - - --- 2024-09-07 Dmitriy Chestnykh Accepted
[uclibc-ng-devel,v2,1/2] mips64n32, time64: Select correct _dl_fstat impl [uclibc-ng-devel,v2,1/2] mips64n32, time64: Select correct _dl_fstat impl - - - - --- 2024-09-07 Dmitriy Chestnykh Accepted
[uclibc-ng-devel,2/2] Revert "mips64: time64 for n32 ABI breaks a lot of tests, disable it for now" [uclibc-ng-devel,1/2] mips64n32, time64: Select correct _dl_fstat impl - - - - --- 2024-09-03 Dmitriy Chestnykh Superseded
[uclibc-ng-devel,1/2] mips64n32, time64: Select correct _dl_fstat impl [uclibc-ng-devel,1/2] mips64n32, time64: Select correct _dl_fstat impl - - - - --- 2024-09-03 Dmitriy Chestnykh Superseded
[uclibc-ng-devel] iconv: prevent compiler warning during initialization with jis0208 [uclibc-ng-devel] iconv: prevent compiler warning during initialization with jis0208 - - - - --- 2024-07-29 Marcus Hähnel Accepted
[uclibc-ng-devel] iconv: fix parameter type of utf8seq_is_{overlong,surrogate,illegal} [uclibc-ng-devel] iconv: fix parameter type of utf8seq_is_{overlong,surrogate,illegal} - - - - --- 2024-07-29 Marcus Hähnel Accepted
[uclibc-ng-devel] ldso.c: use 'unsigned int' as loop variable type [uclibc-ng-devel] ldso.c: use 'unsigned int' as loop variable type - - - - --- 2024-07-29 Marcus Hähnel Accepted
[uclibc-ng-devel] iconv: explicitly state operator precedence [uclibc-ng-devel] iconv: explicitly state operator precedence - - - - --- 2024-07-29 Marcus Hähnel Accepted
[uclibc-ng-devel] iconv: explicit cast to `unsigned char*` [uclibc-ng-devel] iconv: explicit cast to `unsigned char*` - - - - --- 2024-07-29 Marcus Hähnel Accepted
[uclibc-ng-devel] libdl: properly cast parameters for %p format string specifier [uclibc-ng-devel] libdl: properly cast parameters for %p format string specifier - - - - --- 2024-07-29 Marcus Hähnel Accepted
[uclibc-ng-devel,ldso] Group conditions after `&&` [uclibc-ng-devel,ldso] Group conditions after `&&` - - - - --- 2024-07-28 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), everywhere [uclibc-ng-devel] bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), everywhere - - - - --- 2024-07-27 J. Neuschäfer Accepted
[uclibc-ng-devel] Fix errors due to absent sys/asm.h in mips64 musl build [uclibc-ng-devel] Fix errors due to absent sys/asm.h in mips64 musl build - - - - --- 2024-07-25 Dmitriy Chestnykh New
[uclibc-ng-devel,v2,sh4] Fix sh4 compilation with 4.x kernel headers [uclibc-ng-devel,v2,sh4] Fix sh4 compilation with 4.x kernel headers - - - - --- 2024-07-20 Dmitriy Chestnykh Accepted
[uclibc-ng-devel,sh4] Fix sh4 compilation with 4.x kernel headers [uclibc-ng-devel,sh4] Fix sh4 compilation with 4.x kernel headers - - - - --- 2024-07-19 Dmitriy Chestnykh Superseded
[uclibc-ng-devel] arm: Replace deprecated asm instructions for ARMv8 AArch32 [uclibc-ng-devel] arm: Replace deprecated asm instructions for ARMv8 AArch32 - - - - --- 2024-07-18 Marcus Hähnel Accepted
[uclibc-ng-devel] allow to use <sys/ucontext.h> [uclibc-ng-devel] allow to use <sys/ucontext.h> - - - - --- 2024-07-17 Waldemar Brodkorb Accepted
[uclibc-ng-devel] buildsys: allow building with gcc-14 [uclibc-ng-devel] buildsys: allow building with gcc-14 - - - - --- 2024-07-09 Marcus Hähnel Accepted
[uclibc-ng-devel,v2] Clang support for gnu_inline attribute [uclibc-ng-devel,v2] Clang support for gnu_inline attribute - - - - --- 2024-07-09 Marcus Hähnel Accepted
[uclibc-ng-devel,v2] features.h: add clang prerequisite macro [uclibc-ng-devel,v2] features.h: add clang prerequisite macro - - - - --- 2024-07-09 Marcus Hähnel Accepted
[uclibc-ng-devel,v2] c++: Remove deprecated dynamic exception specification [uclibc-ng-devel,v2] c++: Remove deprecated dynamic exception specification - - - - --- 2024-07-09 Marcus Hähnel Accepted
[uclibc-ng-devel] stdlib: increase number of static atexit handlers to 32 [uclibc-ng-devel] stdlib: increase number of static atexit handlers to 32 - - - - --- 2024-07-09 Marcus Hähnel Accepted
[uclibc-ng-devel,v2] libm: Fix float conversion compiler warning [uclibc-ng-devel,v2] libm: Fix float conversion compiler warning - - - - --- 2024-07-09 Marcus Hähnel Accepted
[uclibc-ng-devel,v3] uclibc: Fix double promotion warning [uclibc-ng-devel,v3] uclibc: Fix double promotion warning - - - - --- 2024-07-09 Marcus Hähnel Accepted
[uclibc-ng-devel,v2] ldso/dl-vdso: avoid compiler warning if configured without vdso [uclibc-ng-devel,v2] ldso/dl-vdso: avoid compiler warning if configured without vdso - - - - --- 2024-07-09 Marcus Hähnel Accepted
[uclibc-ng-devel,v2] Clang support for gnu_inline attribute [uclibc-ng-devel,v2] Clang support for gnu_inline attribute - - - - --- 2024-07-06 Marcus Hähnel Superseded
[uclibc-ng-devel] Clang support for gnu_inline attribute [uclibc-ng-devel] Clang support for gnu_inline attribute - - - - --- 2024-07-05 Marcus Hähnel Superseded
[uclibc-ng-devel] features.h: add clang prerequisite macro [uclibc-ng-devel] features.h: add clang prerequisite macro - - - - --- 2024-07-05 Marcus Hähnel Superseded
[uclibc-ng-devel] c++: Remove deprecated dynamic exception specification [uclibc-ng-devel] c++: Remove deprecated dynamic exception specification - - - - --- 2024-07-05 Marcus Hähnel Superseded
[uclibc-ng-devel,v2] uclibc: Fix double promotion warning [uclibc-ng-devel,v2] uclibc: Fix double promotion warning - - - - --- 2024-07-05 Marcus Hähnel Superseded
[uclibc-ng-devel] libm: Fix float conversion compiler warning [uclibc-ng-devel] libm: Fix float conversion compiler warning - - - - --- 2024-07-05 Marcus Hähnel Superseded
[uclibc-ng-devel] uclibc: Fix double promotion warning [uclibc-ng-devel] uclibc: Fix double promotion warning - - - - --- 2024-07-05 Marcus Hähnel Superseded
[uclibc-ng-devel] ldso/dl-vdso: avoid compiler warning if configured without vdso [uclibc-ng-devel] ldso/dl-vdso: avoid compiler warning if configured without vdso - - - - --- 2024-07-04 Marcus Hähnel Superseded
[uclibc-ng-devel] libc: cast free() argument to void * in wchar.c [uclibc-ng-devel] libc: cast free() argument to void * in wchar.c - - - - --- 2024-06-14 kolerov93@gmail.com Accepted
[uclibc-ng-devel,v2] xtensa: add FDPIC support [uclibc-ng-devel,v2] xtensa: add FDPIC support - - - - --- 2024-06-01 Max Filippov Accepted
[uclibc-ng-devel] epoll.h: Add epoll ioctls [uclibc-ng-devel] epoll.h: Add epoll ioctls - - - - --- 2024-05-29 Joe Damato Accepted
[uclibc-ng-devel,v3] Cast to proper types inside atomic macroses. [uclibc-ng-devel,v3] Cast to proper types inside atomic macroses. - - - - --- 2024-05-20 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] libc/sysdeps/linux/common/utime.c: fix riscv32 build [uclibc-ng-devel] libc/sysdeps/linux/common/utime.c: fix riscv32 build - 1 - - --- 2024-05-19 Fabrice Fontaine Accepted
[uclibc-ng-devel] Cast to proper types inside atomic macro. [uclibc-ng-devel] Cast to proper types inside atomic macro. - - - - --- 2024-05-19 Dmitriy Chestnykh Superseded
[uclibc-ng-devel] Fix wrong `struct ucontext_t` typedef for all arches. [uclibc-ng-devel] Fix wrong `struct ucontext_t` typedef for all arches. - - - - --- 2024-05-18 Dmitriy Chestnykh Accepted
[uclibc-ng-devel,v2] riscv32: Fix `struct ucontext` definition. [uclibc-ng-devel,v2] riscv32: Fix `struct ucontext` definition. - - - - --- 2024-05-18 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] riscv32: Fix `struct ucontext` definition. [uclibc-ng-devel] riscv32: Fix `struct ucontext` definition. - - - - --- 2024-05-18 Dmitriy Chestnykh Superseded
[uclibc-ng-devel] Fix riscv32 build with gcc-14. [uclibc-ng-devel] Fix riscv32 build with gcc-14. - - - - --- 2024-05-18 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] Fix uClibc build for nds32 with gcc-14. [uclibc-ng-devel] Fix uClibc build for nds32 with gcc-14. - - - - --- 2024-05-17 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] Correct uClibc compilation. [uclibc-ng-devel] Correct uClibc compilation. - - - - --- 2024-05-16 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] Re: uClibc-ng build failure with GCC14 for arc [uclibc-ng-devel] Re: uClibc-ng build failure with GCC14 for arc - - - 1 --- 2024-05-15 Max Filippov Accepted
[uclibc-ng-devel] malloc/memalign: avoid integer overflow [uclibc-ng-devel] malloc/memalign: avoid integer overflow - - - - --- 2024-05-13 Max Filippov Accepted
[uclibc-ng-devel] test-skeleton: don't force -d on noMMU [uclibc-ng-devel] test-skeleton: don't force -d on noMMU - - - - --- 2024-05-10 Max Filippov Accepted
[uclibc-ng-devel] xtensa: add FDPIC-specific TLS macro variants [uclibc-ng-devel] xtensa: add FDPIC-specific TLS macro variants - - - - --- 2024-05-01 Max Filippov Accepted
[uclibc-ng-devel] iconv/tst-iconv5: fix ic variable type [uclibc-ng-devel] iconv/tst-iconv5: fix ic variable type - - - - --- 2024-05-01 Max Filippov Accepted
[uclibc-ng-devel,RFC,2/2] Revert "Allow to generate PIE 'static' binary" xtensa: add FDPIC ABI support - - - - --- 2024-05-01 Max Filippov Superseded
[uclibc-ng-devel,RFC,1/2] xtensa: add FDPIC support xtensa: add FDPIC ABI support - - - - --- 2024-05-01 Max Filippov Superseded
[uclibc-ng-devel] xtensa: make _init and _fini hidden [uclibc-ng-devel] xtensa: make _init and _fini hidden - - - - --- 2024-05-01 Max Filippov Accepted
[uclibc-ng-devel] xtensa: use compiler-provided XCHAL macros [uclibc-ng-devel] xtensa: use compiler-provided XCHAL macros - - - - --- 2024-05-01 Max Filippov Accepted
[uclibc-ng-devel] linuxthreads: enable unwinding over signal frames [uclibc-ng-devel] linuxthreads: enable unwinding over signal frames - - - - --- 2024-05-01 Max Filippov Accepted
[uclibc-ng-devel,3/3] ldso: arm: fix build with gcc-14 fixes for build with gcc-14 - - - - --- 2024-05-01 Max Filippov Accepted
[uclibc-ng-devel,2/3] ldso: FDPIC: fix type mismatches fixes for build with gcc-14 - - - - --- 2024-05-01 Max Filippov Accepted
[uclibc-ng-devel,1/3] iconv: fix type mismatches fixes for build with gcc-14 - - - - --- 2024-05-01 Max Filippov Accepted
[uclibc-ng-devel] sparc: Fix incorrect sigreturn stub function implementation. [uclibc-ng-devel] sparc: Fix incorrect sigreturn stub function implementation. - - - - --- 2024-04-30 Dmitriy Chestnykh Accepted
[uclibc-ng-devel,v2] Define __USE_TIME_BITS64 when it is necessary. [uclibc-ng-devel,v2] Define __USE_TIME_BITS64 when it is necessary. - - - - --- 2024-04-30 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] Define __USE_TIME_BITS64 when it is necessary. [uclibc-ng-devel] Define __USE_TIME_BITS64 when it is necessary. - - - - --- 2024-04-30 Dmitriy Chestnykh Superseded
[uclibc-ng-devel] Makerules: fix out-of-tree build error "Argument list too long" [uclibc-ng-devel] Makerules: fix out-of-tree build error "Argument list too long" - - - - --- 2024-04-24 Max Filippov Accepted
[uclibc-ng-devel] fix out-of-tree build with UCLIBC_HAS_CONTEXT_FUNCS [uclibc-ng-devel] fix out-of-tree build with UCLIBC_HAS_CONTEXT_FUNCS - - - - --- 2024-04-24 Max Filippov Accepted
[uclibc-ng-devel] x86: Add vDSO support. [uclibc-ng-devel] x86: Add vDSO support. - - - - --- 2024-04-20 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] x86: Fix __libc_sigaction implementation. [uclibc-ng-devel] x86: Fix __libc_sigaction implementation. - - - - --- 2024-04-20 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] Switch x86 NPTL impl to generic C code. [uclibc-ng-devel] Switch x86 NPTL impl to generic C code. - - - - --- 2024-04-19 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] aarch64: Apply relocations to use TLS GD access model. [uclibc-ng-devel] aarch64: Apply relocations to use TLS GD access model. - - - - --- 2024-04-17 Dmitriy Chestnykh Accepted
[uclibc-ng-devel,2/2] Add vDSO support for aarch64. [uclibc-ng-devel,1/2] Generalize vDSO code. - - - - --- 2024-04-16 Dmitriy Chestnykh Accepted
[uclibc-ng-devel,1/2] Generalize vDSO code. [uclibc-ng-devel,1/2] Generalize vDSO code. - - - - --- 2024-04-16 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] Fix vDSO support for all supported architectures. [uclibc-ng-devel] Fix vDSO support for all supported architectures. - - - - --- 2024-04-15 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] Provide fixups for riscv32. [uclibc-ng-devel] Provide fixups for riscv32. - - - - --- 2024-04-12 Dmitriy Chestnykh Accepted
[uclibc-ng-devel,v2] libuargp: restrict compatibility macros in argp.h only [uclibc-ng-devel,v2] libuargp: restrict compatibility macros in argp.h only - - 1 - --- 2024-04-11 Yao Zi Accepted
[uclibc-ng-devel,1/1] tree: Remove ^L [uclibc-ng-devel,1/1] tree: Remove ^L - - - - --- 2024-04-10 Petr Vorel Accepted
[uclibc-ng-devel] libuargp: restrict compatibility macros in argp.h only [uclibc-ng-devel] libuargp: restrict compatibility macros in argp.h only - - 1 - --- 2024-04-10 Yao Zi Superseded
[uclibc-ng-devel] libpthread/linuxthreads: add missing string.h include in condvar.c [uclibc-ng-devel] libpthread/linuxthreads: add missing string.h include in condvar.c - - - - --- 2024-03-07 Marcus Hähnel Accepted
[uclibc-ng-devel] libpthread: Remove no longer valid attribute_unused [uclibc-ng-devel] libpthread: Remove no longer valid attribute_unused - - - - --- 2024-03-07 Marcus Hähnel Accepted
[uclibc-ng-devel] libm/w_j0f.c: Call correct ieee754 function [uclibc-ng-devel] libm/w_j0f.c: Call correct ieee754 function - - - - --- 2024-03-03 Marcus Hähnel Accepted
[uclibc-ng-devel] Add time64 support to ARC. [uclibc-ng-devel] Add time64 support to ARC. - - - - --- 2024-03-02 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] libc: Remove 32bit timespec structures everywhere. [uclibc-ng-devel] libc: Remove 32bit timespec structures everywhere. - - - - --- 2024-03-01 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] libc: restore correct definition of semid_ds struct. [uclibc-ng-devel] libc: restore correct definition of semid_ds struct. - - - - --- 2024-02-29 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] Add time64 support for sparc. [uclibc-ng-devel] Add time64 support for sparc. - - - - --- 2024-02-29 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] Add time64 support to OpenRISC. [uclibc-ng-devel] Add time64 support to OpenRISC. - - - - --- 2024-02-28 Dmitriy Chestnykh Accepted
[uclibc-ng-devel,3/3] libc: Pass 64bit-only time structures to syscalls. [uclibc-ng-devel,1/3] ldso: Use statx() when time64 is enabled. - - - - --- 2024-02-28 Dmitriy Chestnykh Accepted
[uclibc-ng-devel,2/3] libc: always redirect *stat() family to statx() with time64 enabled. [uclibc-ng-devel,1/3] ldso: Use statx() when time64 is enabled. - - - - --- 2024-02-28 Dmitriy Chestnykh Accepted
[uclibc-ng-devel,1/3] ldso: Use statx() when time64 is enabled. [uclibc-ng-devel,1/3] ldso: Use statx() when time64 is enabled. - - - - --- 2024-02-28 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] Add test to *stat() after 2038y with time64. [uclibc-ng-devel] Add test to *stat() after 2038y with time64. - - - - --- 2024-02-26 Dmitriy Chestnykh Accepted
[uclibc-ng-devel] Fix *stat() and *stat64() when the time is beyond year 2038. [uclibc-ng-devel] Fix *stat() and *stat64() when the time is beyond year 2038. - - - - --- 2024-02-26 Dmitriy Chestnykh Accepted
« 1 2 3 45 6 »