summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Felker15-3/+31
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 Felker90-189/+199
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 Felker2-19/+9
2018-09-12make arch __fesetround backends hiddenRich Felker14-4/+18
2018-09-12make arch __set_thread_area backends hiddenRich Felker10-1/+10
2018-09-12make arch __clone backends hiddenRich Felker16-1/+16
2018-09-12move tlsdesc and internal dl function declarations to dynlink.hRich Felker8-16/+17
2018-09-12add internal header for declaring __pleval function (used by gettext)Rich Felker3-1/+8
2018-09-12move __stdio_exit_needed to stdio_impl.hRich Felker3-4/+2
2018-09-12move __loc_is_allocated declaration to locale_impl.hRich Felker2-2/+1
2018-09-12move declarations of tls setup/access functions to pthread_impl.hRich Felker4-6/+6
2018-09-12add and use internal header for *rand48 lcgRich Felker8-13/+12
2018-09-12move __strftime_fmt_1 declaration to time_impl.hRich Felker2-2/+2
2018-09-12move __tm_to_tzname declaration to time_impl.h with related functionsRich Felker2-1/+1
2018-09-12remove unused code from strcpy.cRich Felker1-7/+0
2018-09-12move __res_msend_rc declaration to lookup.hRich Felker2-1/+1
2018-09-12fix type-mismatched declarations of __nl_langinfo_l in source filesRich Felker2-2/+2
2018-09-12for c11 mtx and cnd functions, use externally consistent type namesRich Felker6-12/+17
2018-09-12move and deduplicate declarations of __dns_parse to make it checkableRich Felker4-2/+3
2018-09-12move lgamma-related internal declarations to libm.hRich Felker5-12/+7