3899 Commits (8dafb84e667e81f04b0dace310161d33a37f8f50)
 

Author SHA1 Message Date
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
Rich Felker cd8d830997 prevent psignal/psiginfo from clobbering stderr orientation, errno 8 years ago
Rich Felker a43a7b215c make vfprintf set stream orientation even for zero-length output 8 years ago
Rich Felker f1791f42ef re-fix vfprintf temporary buffer logic 8 years ago
Rich Felker ddc947eda3 fix missing flush of stderr at exit if it was put in buffered mode 8 years ago
Rich Felker 35cd7c0950 fix async thread cancellation on sh-fdpic 8 years ago
Rich Felker 0ec49dab67 fix async thread cancellation on powerpc64 8 years ago
A. Wilcox 9cdaf1a86b vfwprintf: honor field width with 'c' format type 8 years ago
Rich Felker d41cdef919 fix several values reported by sysconf 8 years ago
Rich Felker 1d297a2821 fix return value of system on failure to spawn child process 8 years ago
Rich Felker b152d575fd set stream orientations in open_[w]memstream 8 years ago
Rich Felker f66022dda8 make fmemopen's w+ mode truncate the buffer 8 years ago
Rich Felker b39b47bac8 set errno when fileno is called on a FILE with no underlying fd 8 years ago
Rich Felker baf95a5aef reject invalid arguments to pthread_barrierattr_setpshared 8 years ago
Szabolcs Nagy 056f9d818e rewrite __aeabi_read_tp in asm 8 years ago
Rich Felker cdbbcfb8f5 fix dubious char signedness check in limits.h 8 years ago
Rich Felker 060ed93673 fix deadlock in async thread self-cancellation 8 years ago
A. Wilcox 92c52644e0 time: fix incorrect DST offset when using POSIX timezones without DST 8 years ago
Szabolcs Nagy c06c1eb661 fix tls access on arm targets before armv6k 8 years ago
Rich Felker f4542fdf7a fix missing strerror text for EMULTIHOP 8 years ago
Rich Felker cfa0a54c08 fix printf precision specifier for hex floats on non-ld80 archs 8 years ago