4019 Commits (122d67f846cb0be2c9e1c3880db9eb9545bbe38c)
 

Author SHA1 Message Date
Rich Felker 46e3895b6c apply hidden visibility to internal math functions 8 years ago
Rich Felker 13d1afa46f overhaul internally-public declarations using wrapper headers 8 years ago
Rich Felker 8c1ac426e1 declare __getopt_msg in stdio_impl.h 8 years ago
Rich Felker cf7db2427f use lighter internal stdio lock in getopt error printing 8 years ago
Rich Felker 7ab1578d05 add crypt_des header for declarations shared with encrypt function 8 years ago
Rich Felker 4de46b5ab5 make mkostemps source file include the header for its declaration 8 years ago
Rich Felker b07a5d6698 move __memalign declaration to malloc_impl.h 8 years ago
Rich Felker 762cf6cdb3 use hidden visibility for sh __unmapself backends 8 years ago
Rich Felker fe61a7aa53 rework mechanism for posix_spawnp calling posix_spawn 8 years ago
Rich Felker 039f1b3c56 make arch __fesetround backends hidden 8 years ago
Rich Felker 5e1019b01c make arch __set_thread_area backends hidden 8 years ago
Rich Felker f5f7673d71 make arch __clone backends hidden 8 years ago
Rich Felker 1bbe166e15 move tlsdesc and internal dl function declarations to dynlink.h 8 years ago
Rich Felker 15230afc8d add internal header for declaring __pleval function (used by gettext) 8 years ago
Rich Felker 50a298ea3b move __stdio_exit_needed to stdio_impl.h 8 years ago
Rich Felker 7dc8df56c1 move __loc_is_allocated declaration to locale_impl.h 8 years ago
Rich Felker 91c6a187b8 move declarations of tls setup/access functions to pthread_impl.h 8 years ago
Rich Felker f9db9eca40 add and use internal header for *rand48 lcg 8 years ago
Rich Felker 01294da7f7 move __strftime_fmt_1 declaration to time_impl.h 8 years ago
Rich Felker 72bc6cbfed move __tm_to_tzname declaration to time_impl.h with related functions 8 years ago
Rich Felker 8dafb84e66 remove unused code from strcpy.c 8 years ago
Rich Felker 432f9f0e31 move __res_msend_rc declaration to lookup.h 8 years ago
Rich Felker 405102dc50 fix type-mismatched declarations of __nl_langinfo_l in source files 8 years ago
Rich Felker 60056a8010 for c11 mtx and cnd functions, use externally consistent type names 8 years ago
Rich Felker c98bf5b869 move and deduplicate declarations of __dns_parse to make it checkable 8 years ago
Rich Felker 59d88940d2 move lgamma-related internal declarations to libm.h 8 years ago
Rich Felker aee11e5acc declare __syscall_ret as hidden in vfork asm 8 years ago
Patrick Oppenlander a8c53794a0 add arm asm for vfork 8 years ago
Rich Felker 55a1c9c890 move declarations for malloc internals to malloc_impl.h 8 years ago
Rich Felker 18bf0829a7 improve machinery for ldso to report libc version 8 years ago
Rich Felker 3b028c2831 make internal declarations for flockfile tracking functions checkable 8 years ago
Rich Felker 736a950b3d make inadvertently exposed __h{create,delete,search}_r functions static 8 years ago
Rich Felker 10bbbbf5c6 make inadvertently exposed __pthread_{timed,try}join_np functions static 8 years ago
Rich Felker b5dbf4d424 use idiomatic weak alias approach for defining asctime_r 8 years ago
Rich Felker cb229f614f move and deduplicate declarations of __vdsosym to make it checkable 8 years ago
Rich Felker 6fcd60ddd9 move and deduplicate declarations of __procfdname to make it checkable 8 years ago
Rich Felker c221d3e586 fix issues from public functions defined without declaration visible 8 years ago
Rich Felker eeb6f77425 remove leftover declarations for removed functions from pthread_impl.h 8 years ago
Rich Felker 9b95fd0944 define and use internal macros for hidden visibility, weak refs 8 years ago
Rich Felker 2de29bc994 fix namespace violation for c11 mutex functions 8 years ago
Rich Felker d1fa288606 in pthread_mutex_timedlock, avoid repeatedly reading mutex type field 8 years ago
Rich Felker 4e4a162d9a in pthread_mutex_trylock, EBUSY out more directly when possible 8 years ago
Rich Felker 4fb273bd40 fix mistake/cruft in 1.1.20 release notes 8 years ago
Joseph C. Sible e36f80cba6 implement fexecve in terms of execveat when it exists 8 years ago
Rich Felker 0fa1e638e8 release 1.1.20 8 years ago
Rich Felker 64466094ed fix stack-based oob memory clobber in resolver's result sorting 8 years ago
Rich Felker d0d212525e consistently use _NSIG/8 idiom for kernel sigset size in sigaction 8 years ago
Rich Felker 9b14ad5410 always terminate by SIGABRT when abort is called 8 years ago
Rich Felker 0b4c92b7ac optimize raise not to make a syscall for getting tid 8 years ago
Rich Felker cff4b910ab prevent perror from clobbering stderr's orientation 8 years ago