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