about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix failure of ungetc and ungetwc to work on files in eof statusRich Felker2015-05-295-10/+11
* implement fail-safe static locales for newlocaleRich Felker2015-05-273-13/+46
* rename internal locale file handling locale mapsRich Felker2015-05-271-0/+0
* overhaul locale internals to treat categories roughly uniformlyRich Felker2015-05-278-136/+112
* replace atomics with locks in locale-setting codeRich Felker2015-05-272-32/+51
* reprocess all libc/ldso symbolic relocations in dynamic linking stage 3Rich Felker2015-05-251-11/+43
* move call to dynamic linker stage-3 into stage-2 functionRich Felker2015-05-253-12/+9
* mark mips cancellable syscall code as codeRich Felker2015-05-251-0/+3
* simplify/shrink relocation processing in dynamic linker stage 1Rich Felker2015-05-251-24/+16
* remove processing of DT_JMPREL from dynamic linker stage 1 bootstrapRich Felker2015-05-251-1/+0
* remove outdated and misleading comment in iconv.cRich Felker2015-05-211-6/+0
* in iconv_open, accept "CHAR" and "" as aliases for "UTF-8"Rich Felker2015-05-211-1/+2
* reprocess libc/ldso RELA relocations in stage 3 of dynamic linkingRich Felker2015-05-181-1/+1
* fix null pointer dereference in dcngettext under specific conditionsRich Felker2015-05-181-1/+1
* eliminate costly tricks to avoid TLS access for current locale stateRich Felker2015-05-165-27/+4
* in i386 __set_thread_area, don't assume %gs register is initially zeroRich Felker2015-05-161-4/+9
* fix futimes legacy function with null tv pointerRich Felker2015-05-061-0/+1
* fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker2015-05-063-3/+8
* fix crash in x32 sigsetjmpRich Felker2015-05-021-0/+1
* fix x32 __set_thread_area failure due to junk in upper bitsRich Felker2015-05-021-1/+1
* complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)Szabolcs Nagy2015-05-012-2/+4
* fix mishandling of ENOMEM return case in internal getgrent_a functionRich Felker2015-05-011-1/+2
* fix sh jmp_buf size to match ABIRich Felker2015-04-271-2/+2
* fix build regression in aarch64 sigsetjmpRich Felker2015-04-241-2/+2
* fix build regression in sh-nofpu subarch due to missing symbolRich Felker2015-04-241-0/+3
* fix misalignment of dtv in static-linked programs with odd-sized TLSRich Felker2015-04-231-1/+2
* remove dead store from static __init_tlsRich Felker2015-04-231-2/+0
* make __init_tp function static when static linkingRich Felker2015-04-231-0/+3
* fix regression in x86_64 math asm with old binutilsRich Felker2015-04-232-6/+6
* minor optimization to pthread_spin_trylockRich Felker2015-04-222-2/+4
* optimize spin lock not to dirty cache line while spinningRich Felker2015-04-221-1/+1
* in visibility preinclude, remove overrides for stdin/stdout/stderrRich Felker2015-04-221-3/+0
* fix inconsistent visibility for __hwcap and __sysinfo symbolsRich Felker2015-04-222-5/+3
* remove additional libc struct accessor cruftRich Felker2015-04-221-12/+0
* remove useless visibility application from static-linking-only codeRich Felker2015-04-222-3/+2
* remove libc.h dependency from otherwise-independent multibyte codeRich Felker2015-04-221-2/+4
* remove cruft for libc struct accessor function and broken visibilityRich Felker2015-04-222-18/+0
* fix duplocale clobbering of new locale struct with memcpy of oldRich Felker2015-04-211-1/+2
* remove dead case for F_SETLKW in fcntlRich Felker2015-04-211-1/+0
* fix mmap leak in sem_open failure path for link callRich Felker2015-04-211-0/+1
* remove always-true conditional in dynamic linker TLSDESC processingRich Felker2015-04-211-1/+1
* remove redundant code in do_dlsym functionRich Felker2015-04-211-1/+1
* add optional global visibility overrideRich Felker2015-04-191-0/+40
* remove invalid PLT calls from or1k asmRich Felker2015-04-192-3/+7
* remove possible-textrels from powerpc asmRich Felker2015-04-192-2/+6
* remove invalid PLT calls from microblaze asmRich Felker2015-04-192-2/+6
* remove invalid PLT calls from sh asmRich Felker2015-04-192-2/+6
* remove potentially PIC-incompatible relocations from x86_64 and x32 asmRich Felker2015-04-186-7/+11
* remove the last of possible-textrels from i386 asmRich Felker2015-04-186-4/+16
* make dlerror state and message thread-local and dynamically-allocatedRich Felker2015-04-183-32/+65