summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-21allow zoneinfo-path-relative filenames with no slashes in TZ variableRich Felker1-12/+8
2014-04-20expose public execvpe interfaceM Farkas-Dyck2-0/+4
2014-04-18fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker3-3/+3
2014-04-17make socketcall types common as they are same for all architecturesTimo Teräs3-40/+23
2014-04-16add options when explicitly invoking dynamic loaderRich Felker1-2/+21
2014-04-16release 1.1.0v1.1.0Rich Felker2-1/+29
2014-04-16add working vdso clock_gettime support, including static linkingRich Felker3-5/+108
2014-04-15fix deadlock race in pthread_onceRich Felker1-2/+1
2014-04-15fix RLIMIT_ constants for mipsSzabolcs Nagy9-2/+10
2014-04-15add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconfRich Felker1-2/+17
2014-04-15add namespace-protected name for sysinfo functionRich Felker3-7/+9
2014-04-15in sysconf, use getrlimit function rather than raw syscall for rlimitsRich Felker1-3/+3
2014-04-15avoid linear-time if/else special cases in sysconfRich Felker1-20/+35
2014-04-14fix fallback code for old kernels in clock_gettimeRich Felker1-1/+1
2014-04-14use dmb barrier instruction for atomics on arm v7Rich Felker1-2/+9
2014-04-12use hidden visibility rather than protected for syscall internalsRich Felker1-1/+1
2014-04-11math: fix aliasing violation in long double wrappersSzabolcs Nagy2-2/+10
2014-04-09fix search past the end of haystack in memmemTimo Teräs1-0/+1
2014-04-07fix printf rounding with %g for some corner case midpointsRich Felker1-1/+1
2014-04-07fix arm atomic asm register constraintRich Felker1-1/+1
2014-04-07use inline atomics and thread pointer on arm models supporting themRich Felker2-1/+36
2014-04-07add getauxval functionRich Felker2-0/+28
2014-04-07fix failure of printf %g to strip trailing zeros in some casesRich Felker1-1/+1
2014-04-07fix carry into uninitialized slots during printf floating point roundingRich Felker1-1/+1
2014-04-07remove some cruft from libc/tls init codeRich Felker2-3/+0
2014-04-04remove cruft left behind when lazy thread pointer init was removedRich Felker1-8/+0
2014-04-02add __sigsetjmp ABI-compat alias for sigsetjmpRich Felker9-1/+28
2014-04-02remove struct elem entirely from hsearch.csin1-29/+22
2014-04-02implement hcreate_r, hdestroy_r and hsearch_rsin2-30/+85
2014-04-02avoid malloc failure for small requests when brk can't be extendedRich Felker1-1/+23
2014-04-02fix microblaze syscall register clobbersRich Felker1-7/+7
2014-03-25remove lazy ssp initializationTimo Teräs3-28/+5
2014-03-25if dynamic linker's relro mprotect call fails, include reason in messageRich Felker1-1/+1
2014-03-25cosmetic improvements in dynamic linker cleanupRich Felker1-5/+5
2014-03-25clean up internal dynamic linker functions enumerating phdrsTimo Teräs1-28/+23
2014-03-25implement PT_GNU_RELRO supportTimo Teräs1-15/+37
2014-03-24fix pointer type mismatch and misplacement of constRich Felker1-2/+2
2014-03-24fix confstr return valueTimo Teräs1-1/+1
2014-03-24always initialize thread pointer at program startRich Felker14-98/+118
2014-03-23reduce static linking overhead from TLS support by inlining mmap syscallRich Felker1-1/+9
2014-03-23include header that declares __syscall_ret where it's definedRich Felker1-0/+1
2014-03-20release 1.0.0v1.0.0Rich Felker2-1/+43
2014-03-20remove claim of XSI coverage from READMERich Felker1-2/+1
2014-03-20update README in preparation for releaseRich Felker1-59/+21
2014-03-20update INSTALL file with new information and better adviceRich Felker1-109/+114
2014-03-20update COPYRIGHT file with additional contributor informationRich Felker1-22/+54
2014-03-19configure: check for __ILP32__ if arch is x86_64rofl0r1-0/+4
2014-03-18fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker9-48/+50
2014-03-18fix mips stack_tRich Felker1-1/+1
2014-03-18move signal.h definition of stack_t to arch-specific bitsRich Felker9-6/+48