summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2015-06-23make dynamic linker work around MAP_FAILED mmap failure on nommu kernelsRich Felker-2/+24
2015-06-23reimplement strverscmp to fix corner casesRich Felker-32/+25
2015-06-22fix regression/typo that disabled __simple_malloc when calloc is usedRich Felker-1/+1
2015-06-22fix calloc when __simple_malloc implementation is usedRich Felker-12/+15
2015-06-20provide __stack_chk_fail_local in libc.aRich Felker-0/+4
2015-06-20work around mips detached thread exit breakage due to kernel regressionRich Felker-0/+1
2015-06-17ignore ENOSYS error from mprotect in pthread_create and dynamic linkerRich Felker-3/+6
2015-06-16switch to using trap number 31 for syscalls on shRich Felker-11/+11
2015-06-16switch sh port's __unmapself to generic version when running on sh2/nommuRich Felker-3/+22
2015-06-16add support for sh2 interrupt-masking-based atomics to sh portRich Felker-14/+113
2015-06-16refactor stdio open file list handling, move it out of global libc structRich Felker-41/+42
2015-06-16byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker-1/+5
2015-06-16byte-based C locale, phase 2: stdio and iconv (multibyte callers)Rich Felker-8/+40
2015-06-16byte-based C locale, phase 1: multibyte character handling functionsRich Felker-7/+53
2015-06-16fix btowc corner caseRich Felker-0/+1
2015-06-14arm: add vdso supportSzabolcs Nagy-0/+4
2015-06-14refactor malloc's expand_heap to share with __simple_mallocRich Felker-81/+126
2015-06-13remove cancellation points in stdioRich Felker-24/+3
2015-06-13fix idiom for setting stdio stream orientation to wideRich Felker-6/+6
2015-06-13add printing of null %s arguments as "(null)" in wide printfRich Felker-0/+1
2015-06-13add %m support to wide printfRich Felker-0/+2
2015-06-11add sh asm for vforkRich Felker-0/+23
2015-06-10implement arch-generic version of __unmapselfRich Felker-0/+29
2015-06-09in malloc, refuse to use brk if it grows into stackRich Felker-1/+9
2015-06-09fix spurious errors from pwd/grp functions when nscd backend is absentRich Felker-4/+8
2015-06-07fix regression in pre-v7 arm on kernels with kuser helper removedRich Felker-17/+14
2015-06-07add multiple inclusion guard to locale_impl.hRich Felker-0/+5
2015-06-07remove redefinition of MB_CUR_MAX in locale_impl.hRich Felker-3/+0
2015-06-06make static C and C.UTF-8 locales available outside of newlocaleRich Felker-21/+28
2015-06-06remove another invalid skip of locking in ungetwcRich Felker-3/+1
2015-06-06add macro version of ctype.h isascii functionRich Felker-0/+2
2015-06-06remove invalid skip of locking in ungetwcRich Felker-6/+3
2015-06-05fix uselocale((locale_t)0) not to modify localeTimo Teräs-3/+1
2015-06-04release 1.1.10v1.1.10Rich Felker-1/+34
2015-06-04fix dynamic linker regression processing R_*_NONE type relocationsRich Felker-0/+1
2015-06-03add additional Makefile dependency rules for rcrt1.o PIE start fileRich Felker-2/+4
2015-05-29fix failure of ungetc and ungetwc to work on files in eof statusRich Felker-10/+11
2015-05-28add missing legacy LFS64 macros in sys/resource.hRich Felker-0/+3
2015-05-28configure: work around compilers that merely warn for unknown optionsShiz-2/+12
2015-05-27implement fail-safe static locales for newlocaleRich Felker-13/+46
2015-05-27rename internal locale file handling locale mapsRich Felker-0/+0
2015-05-27overhaul locale internals to treat categories roughly uniformlyRich Felker-136/+112
2015-05-27replace atomics with locks in locale-setting codeRich Felker-32/+51
2015-05-26add rcrt1 start file for fully static-linked PIERich Felker-2/+17
2015-05-26fix incorrect application of visibility to Scrt1.oRich Felker-1/+1
2015-05-25reprocess all libc/ldso symbolic relocations in dynamic linking stage 3Rich Felker-11/+43
2015-05-25move call to dynamic linker stage-3 into stage-2 functionRich Felker-12/+9
2015-05-25mark mips crt code as codeRich Felker-0/+4
2015-05-25mark mips cancellable syscall code as codeRich Felker-0/+3
2015-05-25simplify/shrink relocation processing in dynamic linker stage 1Rich Felker-24/+16