aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-16remove ancient clang workaround from powerpc pthread_arch.h asmRich Felker1-5/+0
2018-10-16restore attribute((const)) to pthread_self and errno location declsRich Felker3-0/+9
2018-10-16add new stage 2b to dynamic linker bootstrap for thread pointerRich Felker1-10/+23
2018-10-16move stdio locking MAYBE_WAITERS definition to stdio_impl.hRich Felker3-4/+2
2018-10-15fix misleading placement of statement on same line as for loop in ldsoRich Felker1-1/+2
2018-10-15x86_64: add single instruction fmaSzabolcs Nagy4-0/+92
2018-10-15arm: add single instruction fmaSzabolcs Nagy2-0/+30
2018-10-15powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtfSzabolcs Nagy6-0/+90
2018-10-15s390x: add single instruction fma and fmafSzabolcs Nagy2-0/+14
2018-10-13allow escaped path-separator slashes in globRich Felker1-11/+22
2018-10-12rewrite core of the glob implementation for correctness & optimizationRich Felker1-105/+112
2018-10-12fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0Rich Felker1-3/+3
2018-10-12combine arch ABI's DTP_OFFSET into DTV pointersRich Felker5-31/+28
2018-10-11fix redundant computations of strlen in glob append functionRich Felker1-2/+5
2018-10-11fix invalid substitute of [1] for flexible array member in globRich Felker1-2/+2
2018-10-10fix fesetround error checkingSzabolcs Nagy1-6/+5
2018-10-09fix build regression on armhf in tlsdesc asmRich Felker1-0/+1
2018-10-04allow freeaddrinfo of arbitrary sublists of addrinfo listRich Felker3-8/+25
2018-10-01inline cp15 thread pointer load in arm dynamic TLSDESC asm when possibleRich Felker1-0/+9
2018-10-01add TLSDESC support for 32-bit armRich Felker3-1/+72
2018-09-26fix aliasing-based undefined behavior in string functionsRich Felker8-19/+46
2018-09-23optimize nop case of wmemmoveRich Felker1-0/+1
2018-09-23fix undefined pointer comparison in wmemmoveRich Felker1-1/+2
2018-09-23fix undefined pointer comparison in memmoveRich Felker1-1/+1
2018-09-20new tsearch implementationSzabolcs Nagy8-219/+200
2018-09-20add arm and sh bits/ptrace.hSzabolcs Nagy2-0/+30
2018-09-19fix getaddrinfo regression with AI_ADDRCONFIG on some configurationsRich Felker1-1/+10
2018-09-19support clang internal assembler when building for arm as thumb2 codeRich Felker1-0/+1
2018-09-18support setting of default thread stack size via PT_GNU_STACK headerRich Felker2-0/+17
2018-09-18increase default thread stack/guard sizeRich Felker1-2/+2
2018-09-18limit the configurable default stack/guard size for threadsRich Felker3-8/+15
2018-09-18remove redundant declarations of __default_stacksize, __default_guardsizeRich Felker3-8/+0
2018-09-18fix benign data race in pthread_attr_initRich Felker1-0/+2
2018-09-18fix deletion of pthread tsd keys that still have non-null values storedRich Felker3-18/+104
2018-09-18fix race condition in file lockingKaarle Ritvanen1-6/+6
2018-09-16getdelim: only grow buffer when necessary, improve OOM behaviorRich Felker1-10/+17
2018-09-16fix null pointer subtraction and comparison in stdioRich Felker14-31/+41
2018-09-16fix failure of getdelim to set stream orientation on errorRich Felker1-0/+2
2018-09-15check for kernel support before allowing robust mutex creationRich Felker1-1/+17
2018-09-15always reset DST rules during tzsetBenjamin Peterson1-1/+2
2018-09-15fix undefined behavior in strto* via FILE buffer pointer abuseRich Felker4-20/+43
2018-09-15improve error handling of ttyname_r and isattyBenjamin Peterson2-2/+6
2018-09-14add hidden version of &errno accessor functionRich Felker2-0/+13
2018-09-14fix build regression in sysconf for archs with variable page sizeRich Felker1-0/+1
2018-09-14drop lazy plural forms init in dcngettextRich Felker1-18/+17
2018-09-14fix broken atomic store on powerpc[64]Rich Felker2-16/+0
2018-09-13define MAX_HANDLE_SZ for use with name_to_handle_atKhem Raj1-0/+1
2018-09-13fix regression with compilers not incorporating C99 DR#289 resolutionRich Felker1-1/+1
2018-09-12configure: only try -Qunused-arguments for clangRich Felker1-1/+1
2018-09-12wireup linux/name_to_handle_at and name_to_handle_at syscallsKhem Raj3-0/+25