summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-28add missing legacy LFS64 macros in sys/resource.hRich Felker1-0/+3
2015-05-28configure: work around compilers that merely warn for unknown optionsShiz1-2/+12
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-26add rcrt1 start file for fully static-linked PIERich Felker2-2/+17
2015-05-26fix incorrect application of visibility to Scrt1.oRich Felker1-1/+1
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 crt code as codeRich Felker2-0/+4
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-24fix stack alignment code in mips crt_arch.hRich Felker1-2/+2
2015-05-22add .text section directive to all crt_arch.h files missing itRich Felker7-0/+7
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-20fix inconsistency in a_and and a_or argument types on x86[_64]Rich Felker3-12/+12
2015-05-19inline llsc atomics when building for sh4aBobby Bingham2-90/+128
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-14make arm reloc.h CRTJMP macro compatible with thumbRich Felker1-0/+5
2015-05-14make arm crt_arch.h compatible with thumb code generationRich Felker1-4/+6
2015-05-12release 1.1.9v1.1.9Rich Felker2-1/+40
2015-05-08fix netinet/ether.h for c++Szabolcs Nagy1-0/+8
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 Felker5-3/+11
2015-05-02improve iswdigit macro to diagnose errorsRich Felker2-2/+2
2015-05-02fix broken cancellation on x32 due to incorrect saved-PC offsetRich Felker1-1/+1
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-01fix dangling pointers in x32 syscall timespec fixup codeRich Felker2-10/+23
2015-05-01add IPTOS_CLASS_* macros to netinet/ip.hSzabolcs Nagy1-0/+12
2015-05-01complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)Szabolcs Nagy2-2/+4
2015-05-01fix integer overflow in elf.h macro SHF_EXCLUDERich Felker1-1/+1
2015-05-01fix mishandling of ENOMEM return case in internal getgrent_a functionRich Felker1-1/+2
2015-04-30fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy5-8/+3
2015-04-30aarch64: fix CRTJMP in reloc.hSzabolcs Nagy1-1/+1
2015-04-27fix sh jmp_buf size to match ABIRich Felker2-3/+3
2015-04-27fix name of sh crt asm directoryRich Felker2-0/+0
2015-04-24fix build regression in aarch64 sigsetjmpRich Felker1-2/+2
2015-04-24fix ldso name for sh-nofpu subarchRich Felker1-1/+7
2015-04-24fix build regression in sh-nofpu subarch due to missing symbolRich Felker1-0/+3
2015-04-24fix failure of sh reloc.h to properly detect endianness for ldso nameRich Felker1-0/+2
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