summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-12declare __syscall_ret as hidden in vfork asmRich Felker4-0/+4
2018-09-12add arm asm for vforkPatrick Oppenlander1-0/+13
2018-09-12move declarations for malloc internals to malloc_impl.hRich Felker4-6/+6
2018-09-12improve machinery for ldso to report libc versionRich Felker2-6/+3
2018-09-12make internal declarations for flockfile tracking functions checkableRich Felker3-4/+5
2018-09-12make inadvertently exposed __h{create,delete,search}_r functions staticRich Felker1-6/+6
2018-09-12make inadvertently exposed __pthread_{timed,try}join_np functions staticRich Felker1-2/+2
2018-09-12use idiomatic weak alias approach for defining asctime_rRich Felker3-33/+28
2018-09-12move and deduplicate declarations of __vdsosym to make it checkableRich Felker3-4/+2
2018-09-12move and deduplicate declarations of __procfdname to make it checkableRich Felker10-16/+5
2018-09-12fix issues from public functions defined without declaration visibleRich Felker11-2/+22
2018-09-05remove leftover declarations for removed functions from pthread_impl.hRich Felker1-4/+0
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker29-88/+66
2018-09-04fix namespace violation for c11 mutex functionsRich Felker1-1/+3
2018-09-04in pthread_mutex_timedlock, avoid repeatedly reading mutex type fieldRich Felker1-3/+4
2018-09-04in pthread_mutex_trylock, EBUSY out more directly when possibleRich Felker1-2/+2
2018-09-04implement fexecve in terms of execveat when it existsJoseph C. Sible1-0/+5
2018-09-02fix stack-based oob memory clobber in resolver's result sortingRich Felker1-1/+1
2018-09-01consistently use _NSIG/8 idiom for kernel sigset size in sigactionRich Felker1-3/+3