about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* rework malloc_usable_size to use malloc_impl.hRich Felker2018-09-121-9/+1
* remove unused __futex function and source fileRich Felker2018-09-122-9/+0
* hide __pthread_once_full symbolRich Felker2018-09-121-1/+1
* declare and make hidden additional internal init/exit symbolsRich Felker2018-09-121-0/+4
* declare and make hidden additional internal stdio symbolsRich Felker2018-09-121-0/+5
* move declaration and apply hidden visibility to __utc stringRich Felker2018-09-123-4/+1
* declare and make hidden more internal locale functionsRich Felker2018-09-121-0/+2
* remove unused __getdents, rename and move fileRich Felker2018-09-121-4/+1
* remove or make static various unused __-prefixed symbolsRich Felker2018-09-128-17/+10
* move additional pthread internal declarations to pthread_impl.h, hideRich Felker2018-09-122-2/+15
* apply hidden visibility to various remaining internal interfacesRich Felker2018-09-1216-46/+52
* apply hidden visibility to sigreturn code fragmentsRich Felker2018-09-1215-3/+31
* apply hidden visibility to pthread internalsRich Felker2018-09-121-11/+11
* apply hidden visibility to stdio internalsRich Felker2018-09-121-26/+26
* apply hidden visibility to internal time[zone] implementation functionsRich Felker2018-09-121-8/+8
* apply hidden visibility to internal math functionsRich Felker2018-09-122-26/+26
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-1290-189/+199
* declare __getopt_msg in stdio_impl.hRich Felker2018-09-122-2/+3
* use lighter internal stdio lock in getopt error printingRich Felker2018-09-121-2/+3