about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wireup linux/name_to_handle_at and name_to_handle_at syscallsKhem Raj2018-09-122-0/+18
* remove vis.h protected-visibility hackRich Felker2018-09-121-27/+0
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-1225-17/+32
* move misplaced __fork_handler declarationRich Felker2018-09-122-1/+1
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-1248-107/+59
* reduce spurious inclusion of libc.hRich Felker2018-09-12193-177/+43
* use wrapper headers to hide most namespaced/internally-public symbolsRich Felker2018-09-1212-60/+64
* remove __vfork aliasRich Felker2018-09-127-28/+7
* hide purely dependency-triggering functions in stdio __toread & __towriteRich Felker2018-09-122-2/+2
* declare __env_rm_add in wrapper stdlib.hRich Felker2018-09-121-0/+1
* hide dependency-triggering pointer object in malloc_usable_size.cRich Felker2018-09-121-2/+2
* rework malloc_usable_size to use malloc_impl.hRich Felker2018-09-121-9/+1
* remove unused __futex function and source fileRich Felker2018-09-122-9/+0
* hide __pthread_once_full symbolRich Felker2018-09-121-1/+1
* declare and make hidden additional internal init/exit symbolsRich Felker2018-09-121-0/+4
* declare and make hidden additional internal stdio symbolsRich Felker2018-09-121-0/+5
* move declaration and apply hidden visibility to __utc stringRich Felker2018-09-123-4/+1
* declare and make hidden more internal locale functionsRich Felker2018-09-121-0/+2
* 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