about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.1.11 v1.1.11Rich Felker2015-08-302-1/+44
* fix makefile suppression of intermediate file removalRich Felker2015-08-271-1/+1
* Build process uses script to add CFI directives to x86 asmAlex Dowad2015-08-263-2/+254
* getsubopt: don't include leading = in value stringSteven Barth2015-08-211-1/+1
* mitigate performance regression in libc-internal locks on x86_64Rich Felker2015-08-162-2/+2
* match historical behavior for tm_gmtoff member of struct tmNatanael Copa2015-08-144-12/+12
* aarch64: fix 64-bit syscall argument passingSzabolcs Nagy2015-08-111-4/+2
* fix failure of tempnam to null-terminate resultRich Felker2015-08-091-0/+1
* mitigate blow-up of heap size under malloc/free contentionRich Felker2015-08-071-14/+14
* fix missing synchronization in atomic store on i386 and x86_64Rich Felker2015-07-283-3/+3
* fix undefined left-shift of negative values in utf-8 state tableRich Felker2015-07-251-1/+1
* fix atexit when it is called from an atexit handlerRich Felker2015-07-241-12/+9
* socket.h: cleanup/reorder mips and powerpc bits/socket.hRoman Yeryomin2015-07-212-18/+20
* socket.h: fix SO_* for mipsRoman Yeryomin2015-07-213-4/+9
* mips: fix mcontext_t register array field nameFelix Fietkau2015-07-211-1/+1
* handle loss of syslog socket connectionRich Felker2015-07-091-7/+11
* fix incorrect void return type for syncfs functionRich Felker2015-07-092-3/+3
* fix negated return value of ns_skiprr, breakage in related functionsRich Felker2015-07-081-1/+1
* add musl-clang, a wrapper for system clang installsShiz2015-07-065-1/+105
* build: fix musl-targeting toolchain testShiz2015-07-061-9/+8
* build: overhaul wrapper script system for multiple wrapper supportShiz2015-07-062-21/+39
* treat empty TZ environment variable as GMT rather than defaultRich Felker2015-07-061-1/+2
* dynlink.c: pass gnu-hash table pointer to gnu_lookupAlexander Monakov2015-06-281-13/+11
* dynlink.c: slim down gnu_lookupAlexander Monakov2015-06-281-9/+5
* dynlink.c: use bloom filter in gnu hash lookupAlexander Monakov2015-06-281-3/+22
* dynlink.c: use a faster expression in gnu_hashAlexander Monakov2015-06-271-1/+1
* fix local-dynamic model TLS on mips and powerpcRich Felker2015-06-255-5/+13
* make dynamic linker work around MAP_FAILED mmap failure on nommu kernelsRich Felker2015-06-231-2/+24
* reimplement strverscmp to fix corner casesRich Felker2015-06-231-32/+25
* fix regression/typo that disabled __simple_malloc when calloc is usedRich Felker2015-06-221-1/+1
* fix calloc when __simple_malloc implementation is usedRich Felker2015-06-223-12/+15
* provide __stack_chk_fail_local in libc.aRich Felker2015-06-201-0/+4
* work around mips detached thread exit breakage due to kernel regressionRich Felker2015-06-201-0/+1
* ignore ENOSYS error from mprotect in pthread_create and dynamic linkerRich Felker2015-06-172-3/+6
* switch to using trap number 31 for syscalls on shRich Felker2015-06-168-11/+11
* switch sh port's __unmapself to generic version when running on sh2/nommuRich Felker2015-06-162-3/+22
* add support for sh2 interrupt-masking-based atomics to sh portRich Felker2015-06-164-14/+113
* refactor stdio open file list handling, move it out of global libc structRich Felker2015-06-1612-41/+42
* byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker2015-06-162-1/+5
* byte-based C locale, phase 2: stdio and iconv (multibyte callers)Rich Felker2015-06-167-8/+40
* byte-based C locale, phase 1: multibyte character handling functionsRich Felker2015-06-1610-7/+53
* fix btowc corner caseRich Felker2015-06-161-0/+1
* arm: add vdso supportSzabolcs Nagy2015-06-141-0/+4
* refactor malloc's expand_heap to share with __simple_mallocRich Felker2015-06-143-81/+126
* remove cancellation points in stdioRich Felker2015-06-133-24/+3
* fix idiom for setting stdio stream orientation to wideRich Felker2015-06-136-6/+6
* add printing of null %s arguments as "(null)" in wide printfRich Felker2015-06-131-0/+1
* add %m support to wide printfRich Felker2015-06-131-0/+2
* add sh asm for vforkRich Felker2015-06-111-0/+23
* implement arch-generic version of __unmapselfRich Felker2015-06-101-0/+29