summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2018-09-12remove unused code from strcpy.cRich Felker-7/+0
2018-09-12move __res_msend_rc declaration to lookup.hRich Felker-1/+1
2018-09-12fix type-mismatched declarations of __nl_langinfo_l in source filesRich Felker-2/+2
2018-09-12for c11 mtx and cnd functions, use externally consistent type namesRich Felker-12/+17
2018-09-12move and deduplicate declarations of __dns_parse to make it checkableRich Felker-2/+3
2018-09-12move lgamma-related internal declarations to libm.hRich Felker-12/+7
2018-09-12declare __syscall_ret as hidden in vfork asmRich Felker-0/+4
2018-09-12add arm asm for vforkPatrick Oppenlander-0/+13
2018-09-12move declarations for malloc internals to malloc_impl.hRich Felker-6/+6
2018-09-12improve machinery for ldso to report libc versionRich Felker-6/+3
2018-09-12make internal declarations for flockfile tracking functions checkableRich Felker-4/+5
2018-09-12make inadvertently exposed __h{create,delete,search}_r functions staticRich Felker-6/+6
2018-09-12make inadvertently exposed __pthread_{timed,try}join_np functions staticRich Felker-2/+2
2018-09-12use idiomatic weak alias approach for defining asctime_rRich Felker-33/+28
2018-09-12move and deduplicate declarations of __vdsosym to make it checkableRich Felker-4/+2
2018-09-12move and deduplicate declarations of __procfdname to make it checkableRich Felker-16/+5
2018-09-12fix issues from public functions defined without declaration visibleRich Felker-2/+22
2018-09-05remove leftover declarations for removed functions from pthread_impl.hRich Felker-4/+0
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker-88/+66
2018-09-04fix namespace violation for c11 mutex functionsRich Felker-1/+3
2018-09-04in pthread_mutex_timedlock, avoid repeatedly reading mutex type fieldRich Felker-3/+4
2018-09-04in pthread_mutex_trylock, EBUSY out more directly when possibleRich Felker-2/+2
2018-09-04implement fexecve in terms of execveat when it existsJoseph C. Sible-0/+5
2018-09-02fix stack-based oob memory clobber in resolver's result sortingRich Felker-1/+1
2018-09-01consistently use _NSIG/8 idiom for kernel sigset size in sigactionRich Felker-3/+3
2018-09-01always terminate by SIGABRT when abort is calledRich Felker-4/+40
2018-09-01optimize raise not to make a syscall for getting tidRich Felker-3/+1