about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* move stdio locking MAYBE_WAITERS definition to stdio_impl.hRich Felker2018-10-163-4/+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
* combine arch ABI's DTP_OFFSET into DTV pointersRich Felker2018-10-124-17/+17
* 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-011-0/+62
* 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-207-213/+200
* fix getaddrinfo regression with AI_ADDRCONFIG on some configurationsRich Felker2018-09-191-1/+10
* support setting of default thread stack size via PT_GNU_STACK headerRich Felker2018-09-181-0/+5
* 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 regression with compilers not incorporating C99 DR#289 resolutionRich Felker2018-09-131-1/+1
* wireup linux/name_to_handle_at and name_to_handle_at syscallsKhem Raj2018-09-122-0/+18
* remove vis.h protected-visibility hackRich Felker2018-09-121-27/+0
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-1225-17/+32
* move misplaced __fork_handler declarationRich Felker2018-09-122-1/+1
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-1248-107/+59
* reduce spurious inclusion of libc.hRich Felker2018-09-12193-177/+43
* use wrapper headers to hide most namespaced/internally-public symbolsRich Felker2018-09-1212-60/+64
* remove __vfork aliasRich Felker2018-09-127-28/+7
* hide purely dependency-triggering functions in stdio __toread & __towriteRich Felker2018-09-122-2/+2
* declare __env_rm_add in wrapper stdlib.hRich Felker2018-09-121-0/+1
* hide dependency-triggering pointer object in malloc_usable_size.cRich Felker2018-09-121-2/+2