aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-18fix build regression due to missing file for putc changesRich Felker
2018-10-18bypass indirection through pointer objects to access stdin/out/errRich Felker
2018-10-17optimize hot paths of putc with manual shrink-wrappingRich Felker
2018-10-17optimize hot paths of getc with manual shrink-wrappingRich Felker
2018-10-17document and make explicit desired noinline property for __init_libcRich Felker
2018-10-17impose barrier between thread pointer setup and use for static linkingRich Felker
2018-10-16make thread-pointer-loading asm non-volatileRich Felker
2018-10-16remove ancient clang workaround from powerpc pthread_arch.h asmRich Felker
2018-10-16restore attribute((const)) to pthread_self and errno location declsRich Felker
2018-10-16add new stage 2b to dynamic linker bootstrap for thread pointerRich Felker
2018-10-16move stdio locking MAYBE_WAITERS definition to stdio_impl.hRich Felker
2018-10-15fix misleading placement of statement on same line as for loop in ldsoRich Felker
2018-10-15x86_64: add single instruction fmaSzabolcs Nagy
2018-10-15arm: add single instruction fmaSzabolcs Nagy
2018-10-15powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtfSzabolcs Nagy
2018-10-15s390x: add single instruction fma and fmafSzabolcs Nagy
2018-10-13allow escaped path-separator slashes in globRich Felker
2018-10-12rewrite core of the glob implementation for correctness & optimizationRich Felker
2018-10-12fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0Rich Felker
2018-10-12combine arch ABI's DTP_OFFSET into DTV pointersRich Felker
2018-10-11fix redundant computations of strlen in glob append functionRich Felker
2018-10-11fix invalid substitute of [1] for flexible array member in globRich Felker
2018-10-10fix fesetround error checkingSzabolcs Nagy
2018-10-09fix build regression on armhf in tlsdesc asmRich Felker
2018-10-04allow freeaddrinfo of arbitrary sublists of addrinfo listRich Felker
2018-10-01inline cp15 thread pointer load in arm dynamic TLSDESC asm when possibleRich Felker
2018-10-01add TLSDESC support for 32-bit armRich Felker
2018-09-26fix aliasing-based undefined behavior in string functionsRich Felker
2018-09-23optimize nop case of wmemmoveRich Felker
2018-09-23fix undefined pointer comparison in wmemmoveRich Felker
2018-09-23fix undefined pointer comparison in memmoveRich Felker
2018-09-20new tsearch implementationSzabolcs Nagy
2018-09-20add arm and sh bits/ptrace.hSzabolcs Nagy
2018-09-19fix getaddrinfo regression with AI_ADDRCONFIG on some configurationsRich Felker
2018-09-19support clang internal assembler when building for arm as thumb2 codeRich Felker
2018-09-18support setting of default thread stack size via PT_GNU_STACK headerRich Felker
2018-09-18increase default thread stack/guard sizeRich Felker
2018-09-18limit the configurable default stack/guard size for threadsRich Felker
2018-09-18remove redundant declarations of __default_stacksize, __default_guardsizeRich Felker
2018-09-18fix benign data race in pthread_attr_initRich Felker
2018-09-18fix deletion of pthread tsd keys that still have non-null values storedRich Felker
2018-09-18fix race condition in file lockingKaarle Ritvanen
2018-09-16getdelim: only grow buffer when necessary, improve OOM behaviorRich Felker
2018-09-16fix null pointer subtraction and comparison in stdioRich Felker
2018-09-16fix failure of getdelim to set stream orientation on errorRich Felker
2018-09-15check for kernel support before allowing robust mutex creationRich Felker
2018-09-15always reset DST rules during tzsetBenjamin Peterson
2018-09-15fix undefined behavior in strto* via FILE buffer pointer abuseRich Felker
2018-09-15improve error handling of ttyname_r and isattyBenjamin Peterson
2018-09-14add hidden version of &errno accessor functionRich Felker