Age | Commit message (Expand) | Author | Files | Lines |
2018-09-12 | remove spurious inclusion of libc.h for LFS64 ABI aliases | Rich Felker | 48 | -107/+59 |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | 193 | -177/+43 |
2018-09-12 | use wrapper headers to hide most namespaced/internally-public symbols | Rich Felker | 12 | -60/+64 |
2018-09-12 | remove __vfork alias | Rich Felker | 7 | -28/+7 |
2018-09-12 | hide purely dependency-triggering functions in stdio __toread & __towrite | Rich Felker | 2 | -2/+2 |
2018-09-12 | declare __env_rm_add in wrapper stdlib.h | Rich Felker | 1 | -0/+1 |
2018-09-12 | hide dependency-triggering pointer object in malloc_usable_size.c | Rich Felker | 1 | -2/+2 |
2018-09-12 | rework malloc_usable_size to use malloc_impl.h | Rich Felker | 1 | -9/+1 |
2018-09-12 | remove unused __futex function and source file | Rich Felker | 2 | -9/+0 |
2018-09-12 | hide __pthread_once_full symbol | Rich Felker | 1 | -1/+1 |
2018-09-12 | declare and make hidden additional internal init/exit symbols | Rich Felker | 1 | -0/+4 |
2018-09-12 | declare and make hidden additional internal stdio symbols | Rich Felker | 1 | -0/+5 |
2018-09-12 | move declaration and apply hidden visibility to __utc string | Rich Felker | 3 | -4/+1 |
2018-09-12 | declare and make hidden more internal locale functions | Rich Felker | 1 | -0/+2 |
2018-09-12 | remove unused __getdents, rename and move file | Rich Felker | 1 | -4/+1 |
2018-09-12 | remove or make static various unused __-prefixed symbols | Rich Felker | 8 | -17/+10 |
2018-09-12 | move additional pthread internal declarations to pthread_impl.h, hide | Rich Felker | 2 | -2/+15 |
2018-09-12 | apply hidden visibility to various remaining internal interfaces | Rich Felker | 16 | -46/+52 |
2018-09-12 | apply hidden visibility to sigreturn code fragments | Rich Felker | 15 | -3/+31 |
2018-09-12 | apply hidden visibility to pthread internals | Rich Felker | 1 | -11/+11 |
2018-09-12 | apply hidden visibility to stdio internals | Rich Felker | 1 | -26/+26 |
2018-09-12 | apply hidden visibility to internal time[zone] implementation functions | Rich Felker | 1 | -8/+8 |
2018-09-12 | apply hidden visibility to internal math functions | Rich Felker | 2 | -26/+26 |
2018-09-12 | overhaul internally-public declarations using wrapper headers | Rich Felker | 90 | -189/+199 |
2018-09-12 | declare __getopt_msg in stdio_impl.h | Rich Felker | 2 | -2/+3 |
2018-09-12 | use lighter internal stdio lock in getopt error printing | Rich Felker | 1 | -2/+3 |
2018-09-12 | add crypt_des header for declarations shared with encrypt function | Rich Felker | 3 | -12/+16 |
2018-09-12 | make mkostemps source file include the header for its declaration | Rich Felker | 1 | -0/+1 |
2018-09-12 | move __memalign declaration to malloc_impl.h | Rich Felker | 3 | -4/+4 |
2018-09-12 | use hidden visibility for sh __unmapself backends | Rich Felker | 2 | -2/+3 |
2018-09-12 | rework mechanism for posix_spawnp calling posix_spawn | Rich Felker | 2 | -19/+9 |
2018-09-12 | make arch __fesetround backends hidden | Rich Felker | 14 | -4/+18 |
2018-09-12 | make arch __set_thread_area backends hidden | Rich Felker | 10 | -1/+10 |
2018-09-12 | make arch __clone backends hidden | Rich Felker | 16 | -1/+16 |
2018-09-12 | move tlsdesc and internal dl function declarations to dynlink.h | Rich Felker | 8 | -16/+17 |
2018-09-12 | add internal header for declaring __pleval function (used by gettext) | Rich Felker | 3 | -1/+8 |
2018-09-12 | move __stdio_exit_needed to stdio_impl.h | Rich Felker | 3 | -4/+2 |
2018-09-12 | move __loc_is_allocated declaration to locale_impl.h | Rich Felker | 2 | -2/+1 |
2018-09-12 | move declarations of tls setup/access functions to pthread_impl.h | Rich Felker | 4 | -6/+6 |
2018-09-12 | add and use internal header for *rand48 lcg | Rich Felker | 8 | -13/+12 |
2018-09-12 | move __strftime_fmt_1 declaration to time_impl.h | Rich Felker | 2 | -2/+2 |
2018-09-12 | move __tm_to_tzname declaration to time_impl.h with related functions | Rich Felker | 2 | -1/+1 |
2018-09-12 | remove unused code from strcpy.c | Rich Felker | 1 | -7/+0 |
2018-09-12 | move __res_msend_rc declaration to lookup.h | Rich Felker | 2 | -1/+1 |
2018-09-12 | fix type-mismatched declarations of __nl_langinfo_l in source files | Rich Felker | 2 | -2/+2 |
2018-09-12 | for c11 mtx and cnd functions, use externally consistent type names | Rich Felker | 6 | -12/+17 |
2018-09-12 | move and deduplicate declarations of __dns_parse to make it checkable | Rich Felker | 4 | -2/+3 |
2018-09-12 | move lgamma-related internal declarations to libm.h | Rich Felker | 5 | -12/+7 |
2018-09-12 | declare __syscall_ret as hidden in vfork asm | Rich Felker | 4 | -0/+4 |
2018-09-12 | add arm asm for vfork | Patrick Oppenlander | 1 | -0/+13 |