Show patches with: Submitter = Marcus Hähnel       |    Archived = No       |   57 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[uclibc-ng-devel] Re: [PATCH] enable __USE_ISOC11 for C++17 [uclibc-ng-devel] Re: [PATCH] enable __USE_ISOC11 for C++17 - - - - --- 2026-08-11 Marcus Hähnel Not Applicable
[uclibc-ng-devel] enable __USE_ISOC11 for C++17 [uclibc-ng-devel] enable __USE_ISOC11 for C++17 - - - - --- 2026-08-11 Marcus Hähnel Accepted
[uclibc-ng-devel] aarch64/fpu_control.h: Don't use gcc-internal types [uclibc-ng-devel] aarch64/fpu_control.h: Don't use gcc-internal types - - - - --- 2026-05-04 Marcus Hähnel Accepted
[uclibc-ng-devel] elf/dl-support.c: remove unnecessary memset [uclibc-ng-devel] elf/dl-support.c: remove unnecessary memset - - - - --- 2026-04-27 Marcus Hähnel Accepted
[uclibc-ng-devel] termios.h: Add IBSHIFT [uclibc-ng-devel] termios.h: Add IBSHIFT - - - - --- 2026-04-26 Marcus Hähnel Accepted
[uclibc-ng-devel] malloc-standard: Fix truncation problem in malloc [uclibc-ng-devel] malloc-standard: Fix truncation problem in malloc - - - - --- 2025-08-04 Marcus Hähnel Accepted
[uclibc-ng-devel,v2] openpty: Remove code that has been disabled for more than 20 years [uclibc-ng-devel,v2] openpty: Remove code that has been disabled for more than 20 years - - - - --- 2025-06-26 Marcus Hähnel Accepted
[uclibc-ng-devel] inet/netdb: fix getnameinfo signature [uclibc-ng-devel] inet/netdb: fix getnameinfo signature - - - - --- 2025-06-04 Marcus Hähnel Accepted
[uclibc-ng-devel] openpty: Remove code that has been disabled for more than 20 years [uclibc-ng-devel] openpty: Remove code that has been disabled for more than 20 years - - - - --- 2025-06-03 Marcus Hähnel Superseded
[uclibc-ng-devel] openpty/forkpty: use const for termios and winsize arguments [uclibc-ng-devel] openpty/forkpty: use const for termios and winsize arguments - - - - --- 2025-06-03 Marcus Hähnel Accepted
[uclibc-ng-devel] spawn.h: fix compiler warning about unused variable [uclibc-ng-devel] spawn.h: fix compiler warning about unused variable - - - - --- 2025-03-20 Marcus Hähnel Accepted
[uclibc-ng-devel,RFC] stdint.h: don't define __INT64_C / __UINT64_C if already defined [uclibc-ng-devel,RFC] stdint.h: don't define __INT64_C / __UINT64_C if already defined - - - - --- 2025-03-20 Marcus Hähnel Accepted
[uclibc-ng-devel] Use __ehdr_start as known zero link address symbol [uclibc-ng-devel] Use __ehdr_start as known zero link address symbol - - - - --- 2025-03-20 Marcus Hähnel Accepted
[uclibc-ng-devel] Re: use __ehdr_start to compute load address [uclibc-ng-devel] Re: use __ehdr_start to compute load address - - - - --- 2025-03-20 Marcus Hähnel Accepted
[uclibc-ng-devel] Do not rely on unrelocated GOT entries [uclibc-ng-devel] Do not rely on unrelocated GOT entries - - - - --- 2025-03-20 Marcus Hähnel Accepted
[uclibc-ng-devel] ldso.h: factor out _dl_auxvt from ldso.h [uclibc-ng-devel] ldso.h: factor out _dl_auxvt from ldso.h - - - - --- 2025-03-07 Marcus Hähnel Accepted
[uclibc-ng-devel] Fix missing include in __uClibc_main [uclibc-ng-devel] Fix missing include in __uClibc_main - - 1 - --- 2025-03-06 Marcus Hähnel Accepted
[uclibc-ng-devel,2/2] Support non-cached entries in getauxval Untitled series #446813 - - - - --- 2025-03-03 Marcus Hähnel Accepted
[uclibc-ng-devel,1/2] Make getauxval work with static linking [uclibc-ng-devel,1/2] Make getauxval work with static linking - - - - --- 2025-03-03 Marcus Hähnel Accepted
[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 Accepted
[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 Accepted
[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 Accepted
[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] 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] 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] 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] 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] 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] Remove duplicate semicolons [uclibc-ng-devel] Remove duplicate semicolons - - - - --- 2024-02-20 Marcus Hähnel Accepted
[uclibc-ng-devel] linuxthreads: Avoid definiton without prototype warning [uclibc-ng-devel] linuxthreads: Avoid definiton without prototype warning - - - - --- 2023-11-25 Marcus Hähnel Accepted
[uclibc-ng-devel] getaddrinfo.c: Avoid misleading indentation warning [uclibc-ng-devel] getaddrinfo.c: Avoid misleading indentation warning - - - - --- 2023-11-25 Marcus Hähnel Accepted
[uclibc-ng-devel] fnmatch: fix possible access beyond of parameter string [uclibc-ng-devel] fnmatch: fix possible access beyond of parameter string - - - - --- 2023-11-09 Marcus Hähnel Accepted
[uclibc-ng-devel] setjmp.h: Fix C++ build and avoid duplicate throw declaration [uclibc-ng-devel] setjmp.h: Fix C++ build and avoid duplicate throw declaration - - - - --- 2023-10-22 Marcus Hähnel Accepted