about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.1.10 v1.1.10Rich Felker2015-06-042-1/+34
* fix dynamic linker regression processing R_*_NONE type relocationsRich Felker2015-06-041-0/+1
* add additional Makefile dependency rules for rcrt1.o PIE start fileRich Felker2015-06-031-2/+4
* fix failure of ungetc and ungetwc to work on files in eof statusRich Felker2015-05-295-10/+11
* add missing legacy LFS64 macros in sys/resource.hRich Felker2015-05-281-0/+3
* configure: work around compilers that merely warn for unknown optionsShiz2015-05-281-2/+12
* 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
* add rcrt1 start file for fully static-linked PIERich Felker2015-05-262-2/+17
* fix incorrect application of visibility to Scrt1.oRich Felker2015-05-261-1/+1
* 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 crt code as codeRich Felker2015-05-252-0/+4
* 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
* fix stack alignment code in mips crt_arch.hRich Felker2015-05-241-2/+2
* add .text section directive to all crt_arch.h files missing itRich Felker2015-05-227-0/+7
* 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
* fix inconsistency in a_and and a_or argument types on x86[_64]Rich Felker2015-05-203-12/+12
* inline llsc atomics when building for sh4aBobby Bingham2015-05-192-90/+128
* 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
* make arm reloc.h CRTJMP macro compatible with thumbRich Felker2015-05-141-0/+5
* make arm crt_arch.h compatible with thumb code generationRich Felker2015-05-141-4/+6
* release 1.1.9 v1.1.9Rich Felker2015-05-122-1/+40
* fix netinet/ether.h for c++Szabolcs Nagy2015-05-081-0/+8
* 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-065-3/+11
* improve iswdigit macro to diagnose errorsRich Felker2015-05-022-2/+2
* fix broken cancellation on x32 due to incorrect saved-PC offsetRich Felker2015-05-021-1/+1
* 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
* fix dangling pointers in x32 syscall timespec fixup codeRich Felker2015-05-012-10/+23
* add IPTOS_CLASS_* macros to netinet/ip.hSzabolcs Nagy2015-05-011-0/+12
* complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)Szabolcs Nagy2015-05-012-2/+4
* fix integer overflow in elf.h macro SHF_EXCLUDERich Felker2015-05-011-1/+1
* fix mishandling of ENOMEM return case in internal getgrent_a functionRich Felker2015-05-011-1/+2
* fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy2015-04-305-8/+3
* aarch64: fix CRTJMP in reloc.hSzabolcs Nagy2015-04-301-1/+1
* fix sh jmp_buf size to match ABIRich Felker2015-04-272-3/+3
* fix name of sh crt asm directoryRich Felker2015-04-272-0/+0
* fix build regression in aarch64 sigsetjmpRich Felker2015-04-241-2/+2
* fix ldso name for sh-nofpu subarchRich Felker2015-04-241-1/+7
* fix build regression in sh-nofpu subarch due to missing symbolRich Felker2015-04-241-0/+3