summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-14add hidden version of &errno accessor functionRich Felker-0/+13
2018-09-14fix build regression in sysconf for archs with variable page sizeRich Felker-0/+1
2018-09-14drop lazy plural forms init in dcngettextRich Felker-18/+17
2018-09-13fix regression with compilers not incorporating C99 DR#289 resolutionRich Felker-1/+1
2018-09-12wireup linux/name_to_handle_at and name_to_handle_at syscallsKhem Raj-0/+18
2018-09-12remove vis.h protected-visibility hackRich Felker-27/+0
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker-17/+32
2018-09-12move misplaced __fork_handler declarationRich Felker-1/+1
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker-107/+59
2018-09-12reduce spurious inclusion of libc.hRich Felker-177/+43
2018-09-12use wrapper headers to hide most namespaced/internally-public symbolsRich Felker-60/+64
2018-09-12remove __vfork aliasRich Felker-28/+7
2018-09-12hide purely dependency-triggering functions in stdio __toread & __towriteRich Felker-2/+2
2018-09-12declare __env_rm_add in wrapper stdlib.hRich Felker-0/+1
2018-09-12hide dependency-triggering pointer object in malloc_usable_size.cRich Felker-2/+2
2018-09-12rework malloc_usable_size to use malloc_impl.hRich Felker-9/+1
2018-09-12remove unused __futex function and source fileRich Felker-9/+0
2018-09-12hide __pthread_once_full symbolRich Felker-1/+1
2018-09-12declare and make hidden additional internal init/exit symbolsRich Felker-0/+4
2018-09-12declare and make hidden additional internal stdio symbolsRich Felker-0/+5
2018-09-12move declaration and apply hidden visibility to __utc stringRich Felker-4/+1
2018-09-12declare and make hidden more internal locale functionsRich Felker-0/+2
2018-09-12remove unused __getdents, rename and move fileRich Felker-4/+1
2018-09-12remove or make static various unused __-prefixed symbolsRich Felker-17/+10
2018-09-12move additional pthread internal declarations to pthread_impl.h, hideRich Felker-2/+15
2018-09-12apply hidden visibility to various remaining internal interfacesRich Felker-46/+52
2018-09-12apply hidden visibility to sigreturn code fragmentsRich Felker-3/+31
2018-09-12apply hidden visibility to pthread internalsRich Felker-11/+11
2018-09-12apply hidden visibility to stdio internalsRich Felker-26/+26
2018-09-12apply hidden visibility to internal time[zone] implementation functionsRich Felker-8/+8
2018-09-12apply hidden visibility to internal math functionsRich Felker-26/+26
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-189/+199
2018-09-12declare __getopt_msg in stdio_impl.hRich Felker-2/+3
2018-09-12use lighter internal stdio lock in getopt error printingRich Felker-2/+3
2018-09-12add crypt_des header for declarations shared with encrypt functionRich Felker-12/+16
2018-09-12make mkostemps source file include the header for its declarationRich Felker-0/+1
2018-09-12move __memalign declaration to malloc_impl.hRich Felker-4/+4
2018-09-12use hidden visibility for sh __unmapself backendsRich Felker-2/+3
2018-09-12rework mechanism for posix_spawnp calling posix_spawnRich Felker-19/+9
2018-09-12make arch __fesetround backends hiddenRich Felker-4/+18
2018-09-12make arch __set_thread_area backends hiddenRich Felker-1/+10
2018-09-12make arch __clone backends hiddenRich Felker-1/+16
2018-09-12move tlsdesc and internal dl function declarations to dynlink.hRich Felker-16/+17
2018-09-12add internal header for declaring __pleval function (used by gettext)Rich Felker-1/+8
2018-09-12move __stdio_exit_needed to stdio_impl.hRich Felker-4/+2
2018-09-12move __loc_is_allocated declaration to locale_impl.hRich Felker-2/+1
2018-09-12move declarations of tls setup/access functions to pthread_impl.hRich Felker-6/+6
2018-09-12add and use internal header for *rand48 lcgRich Felker-13/+12
2018-09-12move __strftime_fmt_1 declaration to time_impl.hRich Felker-2/+2
2018-09-12move __tm_to_tzname declaration to time_impl.h with related functionsRich Felker-1/+1