summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-06-13add %m support to wide printfRich Felker1-0/+2
2015-06-11add sh asm for vforkRich Felker1-0/+23
2015-06-10implement arch-generic version of __unmapselfRich Felker1-0/+29
2015-06-09in malloc, refuse to use brk if it grows into stackRich Felker1-1/+9
2015-06-09fix spurious errors from pwd/grp functions when nscd backend is absentRich Felker1-4/+8
2015-06-07fix regression in pre-v7 arm on kernels with kuser helper removedRich Felker1-17/+14
2015-06-07add multiple inclusion guard to locale_impl.hRich Felker1-0/+5
2015-06-07remove redefinition of MB_CUR_MAX in locale_impl.hRich Felker1-3/+0
2015-06-06make static C and C.UTF-8 locales available outside of newlocaleRich Felker4-21/+28
2015-06-06remove another invalid skip of locking in ungetwcRich Felker1-3/+1
2015-06-06add macro version of ctype.h isascii functionRich Felker1-0/+1
2015-06-06remove invalid skip of locking in ungetwcRich Felker1-6/+3
2015-06-05fix uselocale((locale_t)0) not to modify localeTimo Teräs1-3/+1
2015-06-04fix dynamic linker regression processing R_*_NONE type relocationsRich Felker1-0/+1
2015-05-29fix failure of ungetc and ungetwc to work on files in eof statusRich Felker5-10/+11
2015-05-27implement fail-safe static locales for newlocaleRich Felker3-13/+46
2015-05-27rename internal locale file handling locale mapsRich Felker1-0/+0
2015-05-27overhaul locale internals to treat categories roughly uniformlyRich Felker8-136/+112
2015-05-27replace atomics with locks in locale-setting codeRich Felker2-32/+51
2015-05-25reprocess all libc/ldso symbolic relocations in dynamic linking stage 3Rich Felker1-11/+43
2015-05-25move call to dynamic linker stage-3 into stage-2 functionRich Felker3-12/+9
2015-05-25mark mips cancellable syscall code as codeRich Felker1-0/+3
2015-05-25simplify/shrink relocation processing in dynamic linker stage 1Rich Felker1-24/+16
2015-05-25remove processing of DT_JMPREL from dynamic linker stage 1 bootstrapRich Felker1-1/+0
2015-05-21remove outdated and misleading comment in iconv.cRich Felker1-6/+0
2015-05-21in iconv_open, accept "CHAR" and "" as aliases for "UTF-8"Rich Felker1-1/+2
2015-05-18reprocess libc/ldso RELA relocations in stage 3 of dynamic linkingRich Felker1-1/+1
2015-05-18fix null pointer dereference in dcngettext under specific conditionsRich Felker1-1/+1
2015-05-16eliminate costly tricks to avoid TLS access for current locale stateRich Felker5-27/+4
2015-05-16in i386 __set_thread_area, don't assume %gs register is initially zeroRich Felker1-4/+9
2015-05-06fix futimes legacy function with null tv pointerRich Felker1-0/+1
2015-05-06fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker3-3/+8
2015-05-02fix crash in x32 sigsetjmpRich Felker1-0/+1
2015-05-02fix x32 __set_thread_area failure due to junk in upper bitsRich Felker1-1/+1
2015-05-01complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)Szabolcs Nagy2-2/+4
2015-05-01fix mishandling of ENOMEM return case in internal getgrent_a functionRich Felker1-1/+2
2015-04-27fix sh jmp_buf size to match ABIRich Felker1-2/+2
2015-04-24fix build regression in aarch64 sigsetjmpRich Felker1-2/+2
2015-04-24fix build regression in sh-nofpu subarch due to missing symbolRich Felker1-0/+3
2015-04-23fix misalignment of dtv in static-linked programs with odd-sized TLSRich Felker1-1/+2
2015-04-23remove dead store from static __init_tlsRich Felker1-2/+0
2015-04-23make __init_tp function static when static linkingRich Felker1-0/+3
2015-04-23fix regression in x86_64 math asm with old binutilsRich Felker2-6/+6
2015-04-22minor optimization to pthread_spin_trylockRich Felker2-2/+4
2015-04-22optimize spin lock not to dirty cache line while spinningRich Felker1-1/+1
2015-04-22in visibility preinclude, remove overrides for stdin/stdout/stderrRich Felker1-3/+0
2015-04-22fix inconsistent visibility for __hwcap and __sysinfo symbolsRich Felker2-5/+3
2015-04-22remove additional libc struct accessor cruftRich Felker1-12/+0
2015-04-22remove useless visibility application from static-linking-only codeRich Felker2-3/+2
2015-04-22remove libc.h dependency from otherwise-independent multibyte codeRich Felker1-2/+4