about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove unused __getdents, rename and move fileRich Felker2018-09-121-4/+1
* remove or make static various unused __-prefixed symbolsRich Felker2018-09-128-17/+10
* move additional pthread internal declarations to pthread_impl.h, hideRich Felker2018-09-122-2/+15
* apply hidden visibility to various remaining internal interfacesRich Felker2018-09-1216-46/+52
* apply hidden visibility to sigreturn code fragmentsRich Felker2018-09-1215-3/+31
* apply hidden visibility to pthread internalsRich Felker2018-09-121-11/+11
* apply hidden visibility to stdio internalsRich Felker2018-09-121-26/+26
* apply hidden visibility to internal time[zone] implementation functionsRich Felker2018-09-121-8/+8
* apply hidden visibility to internal math functionsRich Felker2018-09-122-26/+26
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-1290-189/+199
* declare __getopt_msg in stdio_impl.hRich Felker2018-09-122-2/+3
* use lighter internal stdio lock in getopt error printingRich Felker2018-09-121-2/+3
* add crypt_des header for declarations shared with encrypt functionRich Felker2018-09-123-12/+16
* make mkostemps source file include the header for its declarationRich Felker2018-09-121-0/+1
* move __memalign declaration to malloc_impl.hRich Felker2018-09-123-4/+4
* use hidden visibility for sh __unmapself backendsRich Felker2018-09-122-2/+3
* rework mechanism for posix_spawnp calling posix_spawnRich Felker2018-09-122-19/+9
* make arch __fesetround backends hiddenRich Felker2018-09-1214-4/+18
* make arch __set_thread_area backends hiddenRich Felker2018-09-1210-1/+10
* make arch __clone backends hiddenRich Felker2018-09-1216-1/+16
* move tlsdesc and internal dl function declarations to dynlink.hRich Felker2018-09-128-16/+17
* add internal header for declaring __pleval function (used by gettext)Rich Felker2018-09-123-1/+8
* move __stdio_exit_needed to stdio_impl.hRich Felker2018-09-123-4/+2
* move __loc_is_allocated declaration to locale_impl.hRich Felker2018-09-122-2/+1
* move declarations of tls setup/access functions to pthread_impl.hRich Felker2018-09-124-6/+6
* add and use internal header for *rand48 lcgRich Felker2018-09-128-13/+12
* move __strftime_fmt_1 declaration to time_impl.hRich Felker2018-09-122-2/+2
* move __tm_to_tzname declaration to time_impl.h with related functionsRich Felker2018-09-122-1/+1
* remove unused code from strcpy.cRich Felker2018-09-121-7/+0
* move __res_msend_rc declaration to lookup.hRich Felker2018-09-122-1/+1
* fix type-mismatched declarations of __nl_langinfo_l in source filesRich Felker2018-09-122-2/+2
* for c11 mtx and cnd functions, use externally consistent type namesRich Felker2018-09-126-12/+17
* move and deduplicate declarations of __dns_parse to make it checkableRich Felker2018-09-124-2/+3
* move lgamma-related internal declarations to libm.hRich Felker2018-09-125-12/+7
* declare __syscall_ret as hidden in vfork asmRich Felker2018-09-124-0/+4
* add arm asm for vforkPatrick Oppenlander2018-09-121-0/+13
* move declarations for malloc internals to malloc_impl.hRich Felker2018-09-124-6/+6
* improve machinery for ldso to report libc versionRich Felker2018-09-122-6/+3
* make internal declarations for flockfile tracking functions checkableRich Felker2018-09-123-4/+5
* make inadvertently exposed __h{create,delete,search}_r functions staticRich Felker2018-09-121-6/+6
* make inadvertently exposed __pthread_{timed,try}join_np functions staticRich Felker2018-09-121-2/+2
* use idiomatic weak alias approach for defining asctime_rRich Felker2018-09-123-33/+28
* move and deduplicate declarations of __vdsosym to make it checkableRich Felker2018-09-123-4/+2
* move and deduplicate declarations of __procfdname to make it checkableRich Felker2018-09-1210-16/+5
* fix issues from public functions defined without declaration visibleRich Felker2018-09-1211-2/+22
* remove leftover declarations for removed functions from pthread_impl.hRich Felker2018-09-051-4/+0
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-0529-88/+66
* fix namespace violation for c11 mutex functionsRich Felker2018-09-041-1/+3
* in pthread_mutex_timedlock, avoid repeatedly reading mutex type fieldRich Felker2018-09-041-3/+4
* in pthread_mutex_trylock, EBUSY out more directly when possibleRich Felker2018-09-041-2/+2