summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-12remove vis.h protected-visibility hackRich Felker2-65/+0
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker25-17/+32
2018-09-12move misplaced __fork_handler declarationRich Felker2-1/+1
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker48-107/+59
2018-09-12reduce spurious inclusion of libc.hRich Felker193-177/+43
2018-09-12use wrapper headers to hide most namespaced/internally-public symbolsRich Felker12-60/+64
2018-09-12remove __vfork aliasRich Felker7-28/+7
2018-09-12hide purely dependency-triggering functions in stdio __toread & __towriteRich Felker2-2/+2
2018-09-12declare __env_rm_add in wrapper stdlib.hRich Felker1-0/+1
2018-09-12hide dependency-triggering pointer object in malloc_usable_size.cRich Felker1-2/+2
2018-09-12rework malloc_usable_size to use malloc_impl.hRich Felker1-9/+1
2018-09-12remove unused __futex function and source fileRich Felker2-9/+0
2018-09-12hide __pthread_once_full symbolRich Felker1-1/+1
2018-09-12declare and make hidden additional internal init/exit symbolsRich Felker1-0/+4
2018-09-12declare and make hidden additional internal stdio symbolsRich Felker1-0/+5
2018-09-12move declaration and apply hidden visibility to __utc stringRich Felker3-4/+1
2018-09-12declare and make hidden more internal locale functionsRich Felker1-0/+2
2018-09-12remove unused __getdents, rename and move fileRich Felker1-4/+1
2018-09-12remove or make static various unused __-prefixed symbolsRich Felker8-17/+10
2018-09-12move additional pthread internal declarations to pthread_impl.h, hideRich Felker2-2/+15
2018-09-12apply hidden visibility to various remaining internal interfacesRich Felker16-46/+52
2018-09-12apply hidden visibility to sigreturn code fragmentsRich Felker21-9/+49
2018-09-12apply hidden visibility to pthread internalsRich Felker1-11/+11
2018-09-12apply hidden visibility to stdio internalsRich Felker1-26/+26
2018-09-12apply hidden visibility to internal time[zone] implementation functionsRich Felker1-8/+8
2018-09-12apply hidden visibility to internal math functionsRich Felker2-26/+26
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker92-192/+200
2018-09-12declare __getopt_msg in stdio_impl.hRich Felker2-2/+3
2018-09-12use lighter internal stdio lock in getopt error printingRich Felker1-2/+3
2018-09-12add crypt_des header for declarations shared with encrypt functionRich Felker3-12/+16
2018-09-12make mkostemps source file include the header for its declarationRich Felker1-0/+1
2018-09-12move __memalign declaration to malloc_impl.hRich Felker3-4/+4
2018-09-12use hidden visibility for sh __unmapself backendsRich Felker2-2/+3
2018-09-12rework mechanism for posix_spawnp calling posix_spawnRich Felker3-20/+12