- 5978eb7 fix gethostbyaddr_r to fill struct hostent.h_length as appropriate by Timo Teräs · 9 years ago
- 4aac019 fix padding string formats to width in wide printf variants by Rich Felker · 9 years ago
- 5a92dd9 add powerpc soft-float support by Felix Fietkau · 9 years ago
- 9543656 env: avoid leaving dangling pointers in __env_map by Alexander Monakov · 9 years ago
- 8393357 add mips64 port by Rich Felker · 9 years ago
- 71392a9 generalize mips-specific reloc code not to hard-code sym/type encoding by Rich Felker · 9 years ago
- b023c03 math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0 by Szabolcs Nagy · 9 years ago
- db66ef1 add sched_getcpu vDSO support by Nathan Zadoks · 9 years ago
- 98d3357 add sched_getcpu by Nathan Zadoks · 9 years ago
- 29b1357 fix ^* at the start of a complete BRE by Szabolcs Nagy · 9 years ago
- 39ea71f fix * at the start of a BRE subexpression by Szabolcs Nagy · 9 years ago
- 6e694d6 explicitly include stdio.h to get EOF definition needed by wctob by Michael Meeuwisse · 9 years ago
- 6d70c08 handle non-matching address family entries in hosts file by Rich Felker · 9 years ago
- 225f6a6 allow implementing a_cas_p with pointer-sized ll/sc by Bobby Bingham · 9 years ago
- 71c334f work around regression building for armhf with clang (compiler bug) by Rich Felker · 9 years ago
- ed97dfd improve macro logic for enabling arm math asm by Rich Felker · 9 years ago
- cf11505 in crypt-sha*, reject excessive rounds as error rather than clamping by Rich Felker · 9 years ago
- ef2b5e9 fix unlikely corner cases in getopt's message printing by Rich Felker · 9 years ago
- 10a17df fix assumption in fputs that fwrite returning 0 implies an error by Rich Felker · 9 years ago
- 500c688 fix return value for fread/fwrite when size argument is 0 by Rich Felker · 9 years ago
- 416d1c7 fix line-buffered flush omission for odd usage of putc-family functions by Rich Felker · 9 years ago
- 5a6e8d0 fix failed write reporting by fwrite in line-buffered mode by Rich Felker · 9 years ago
- 869a9df remove workaround for broken mips assemblers by Rich Felker · 9 years ago
- 756c8af in mips cancellable syscall asm, don't assume gp register is valid by Rich Felker · 9 years ago
- aecda35 avoid using signals when a thread attempts to cancel itself by Rich Felker · 9 years ago
- d150764 fix malloc_usable_size for NULL input by Szabolcs Nagy · 9 years ago
- 2810b30 regex: increase the stack tre uses for tnfa creation by Szabolcs Nagy · 9 years ago
- c18d05f ldso: fix GDB dynamic linker info on MIPS by Felix Fietkau · 9 years ago
- 831e9d9 regex: simplify the {,} repetition parsing logic by Szabolcs Nagy · 10 years ago
- 25160f1 regex: treat \+, \? as repetitions in BRE by Szabolcs Nagy · 10 years ago
- 03498ec regex: rewrite the repetition parsing code by Szabolcs Nagy · 10 years ago
- da4cc13 regex: treat \| in BRE as alternation by Szabolcs Nagy · 10 years ago
- 7eaa76f regex: reject repetitions in some cases with REG_BADRPT by Szabolcs Nagy · 10 years ago
- a8cc225 regex: clean up position accounting for literal nodes by Szabolcs Nagy · 10 years ago
- 9ee57db fix misaligned pointer-like objects in arm atomics asm source file by Rich Felker · 9 years ago
- 1563587 reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing by Rich Felker · 9 years ago
- dcad020 fix uninitialized variable in new resolv.conf parser by Rich Felker · 9 years ago
- 3d6e2e4 add support for search domains to dns resolver by Rich Felker · 9 years ago
- 0fef7ff fix handling of dns response codes by Rich Felker · 9 years ago
- fe8453d fix logic for matching search/domain keywords in resolv.conf by Rich Felker · 9 years ago
- d6cb08b factor resolv.conf parsing out of res_msend to its own file by Rich Felker · 9 years ago
- 19df86c add errno setting to stub utmpxname function by Rich Felker · 9 years ago
- 378f8cb legacy/utmpx: Add utmp{,x}name stubs by Kylie McClain · 9 years ago
- a5ba2d7 improve clock_gettime and adapt it to support slightly-broken vdso by Rich Felker · 9 years ago
- a5e133b change the internal socketcall selection logic by Szabolcs Nagy · 9 years ago
- 5552ce5 move dynamic linker to its own top-level directory, ldso by Rich Felker · 9 years ago
- 16f7038 adapt static dl_iterate_phdr not to depend on !defined(SHARED) by Rich Felker · 9 years ago
- 4058795 move static-linked stub dlsym out of dynlink.c by Rich Felker · 9 years ago
- 1446937 move static-linked stub dlopen out of dynlink.c by Rich Felker · 9 years ago
- b984147 move dlinfo out of dynlink.c by Rich Felker · 9 years ago
- da1fe7f move dlclose out of dynlink.c to its own source file by Rich Felker · 9 years ago
- 891e654 move static-linked stub invalid dso handle checking out of dynlink.c by Rich Felker · 9 years ago
- 4f8f038 move static/stub version of dladdr out of dynlink.c by Rich Felker · 9 years ago
- a4fbc82 factor dlerror and error-setting code out of dynlink.c by Rich Felker · 9 years ago
- 0f5eb3d add arch/abi info to dynamic linker's id/version output by Rich Felker · 9 years ago
- 007907a move sh port's __shcall internal function from arch/sh/src to src tree by Rich Felker · 9 years ago
- 230bfe1 move sh __unmapself code from arch/sh/src to main src tree by Rich Felker · 9 years ago
- 66215af move x32 sysinfo impl and syscall fixup code out of arch/x32/src by Rich Felker · 9 years ago
- e617b9e move arm-specific translation units out of arch/arm/src, to src/*/arm by Rich Felker · 9 years ago
- 61b1e75 overhaul sh atomics for new atomics framework, add j-core cas.l backend by Rich Felker · 9 years ago
- 1315596 refactor internal atomic.h by Rich Felker · 9 years ago
- d1b29c2 exclude vis.h when compiling assembly files by Khem Raj · 9 years ago
- af21a82 switch arm, sh, and mips fenv asm from .sub system to .S files by Rich Felker · 9 years ago
- 4b9a08f switch sh and mips setjmp asm from .sub system to .S files by Rich Felker · 9 years ago
- e4355bd replace armhf math asm source files with inline asm by Rich Felker · 9 years ago
- cb1875e adapt build of arm memcpy asm not to use .sub files by Rich Felker · 9 years ago
- 3cdbfb9 fix if_nametoindex return value when socket open fails by Ron Yorston · 9 years ago
- d5f8394 add missing protocols to protoent lookup functions by Timo Teräs · 9 years ago
- c673158 fix overly pessimistic realloc strategy in getdelim by Rich Felker · 9 years ago
- d87f0a9 avoid updating caller's size when getdelim fails to realloc by Rich Felker · 9 years ago
- 4221674 fix crash when signal number 0 is passed to sigaction by Rich Felker · 9 years ago
- 3abb094 fix tsearch, tfind, tdelete to handle null pointer input by Szabolcs Nagy · 9 years ago
- 8994908 tsearch code cleanup by Szabolcs Nagy · 9 years ago
- bc97447 fix tsearch to avoid crash on oom by Szabolcs Nagy · 9 years ago
- e4f9d81 fix tdelete to properly balance the tree by Szabolcs Nagy · 9 years ago
- 7b71284 properly handle point-to-point interfaces in getifaddrs() by Jo-Philipp Wich · 9 years ago
- 12978ac ldso: fix the dtv update logic in __tls_get_new by Szabolcs Nagy · 9 years ago
- 8eead3e math: explicitly promote expressions to excess-precision types by Rich Felker · 9 years ago
- 19caa25 remove undef weak refs to init/fini array symbols in libc.so by Rich Felker · 9 years ago
- 5fe3851 use private maps even for read-only segments of FDPIC libraries by Rich Felker · 9 years ago
- 9e0a317 remove use of SHARED macro in dynamic linker version reporting by Rich Felker · 9 years ago
- d56460c unify static and dynamic linked implementations of thread-local storage by Rich Felker · 9 years ago
- ad1cd43 unify static and dynamic libc init/fini code paths by Rich Felker · 9 years ago
- 4aaf879 eliminate use of SHARED macro in __tls_get_addr by Rich Felker · 9 years ago
- 8a8fdf6 eliminate use of SHARED macro to suppress visibility attributes by Rich Felker · 9 years ago
- dc5bd27 use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpic by Rich Felker · 9 years ago
- 9439ebd fix dynamic loader library mapping for nommu systems by Rich Felker · 9 years ago
- a946e81 fix return value of nl_langinfo for invalid item arguments by Rich Felker · 9 years ago
- 4e73d12 explicitly assemble all arm asm sources as UAL by Rich Felker · 9 years ago
- 9f290a4 remove non-working pre-armv4t support from arm asm by Rich Felker · 9 years ago
- cf40375 use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmp by Rich Felker · 9 years ago
- 31d73a5 use vfp mnemonics instead of p10 coprocessor ones in armhf fenv asm by Szabolcs Nagy · 9 years ago
- 8984b58 convert arm memcpy asm to UAL, remove .word hacks by Rich Felker · 9 years ago
- 918b1c1 remove external linkage from __simple_malloc definition by Rich Felker · 9 years ago
- fda365a fix mremap memory synchronization and use of variadic argument by Rich Felker · 9 years ago
- f9ecb6b prevent allocs than PTRDIFF_MAX via mremap by Daniel Micay · 9 years ago
- 36e8b6a use explicit __cp_cancel label in cancellable syscall asm for all archs by Rich Felker · 9 years ago
- cb1bf2f properly access mcontext_t program counter in cancellation handler by Rich Felker · 9 years ago
- fead7e3 fix missing bss handling in FDPIC ELF loader by Rich Felker · 9 years ago
- 6eada2e getnameinfo: make size check not fail for bigger sizes by Hauke Mehrtens · 9 years ago