summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-12move __loc_is_allocated declaration to locale_impl.hRich Felker2-2/+1
2018-09-12move declarations of tls setup/access functions to pthread_impl.hRich Felker5-10/+6
2018-09-12add and use internal header for *rand48 lcgRich Felker8-13/+12
2018-09-12move __strftime_fmt_1 declaration to time_impl.hRich Felker2-2/+2
2018-09-12move __tm_to_tzname declaration to time_impl.h with related functionsRich Felker2-1/+1
2018-09-12remove unused code from strcpy.cRich Felker1-7/+0
2018-09-12move __res_msend_rc declaration to lookup.hRich Felker2-1/+1
2018-09-12fix type-mismatched declarations of __nl_langinfo_l in source filesRich Felker2-2/+2
2018-09-12for c11 mtx and cnd functions, use externally consistent type namesRich Felker6-12/+17
2018-09-12move and deduplicate declarations of __dns_parse to make it checkableRich Felker4-2/+3
2018-09-12move lgamma-related internal declarations to libm.hRich Felker5-12/+7
2018-09-12declare __syscall_ret as hidden in vfork asmRich Felker4-0/+4
2018-09-12add arm asm for vforkPatrick Oppenlander1-0/+13
2018-09-12move declarations for malloc internals to malloc_impl.hRich Felker5-7/+7
2018-09-12improve machinery for ldso to report libc versionRich Felker3-9/+4
2018-09-12make internal declarations for flockfile tracking functions checkableRich Felker3-4/+5
2018-09-12make inadvertently exposed __h{create,delete,search}_r functions staticRich Felker1-6/+6
2018-09-12make inadvertently exposed __pthread_{timed,try}join_np functions staticRich Felker1-2/+2
2018-09-12use idiomatic weak alias approach for defining asctime_rRich Felker3-33/+28
2018-09-12move and deduplicate declarations of __vdsosym to make it checkableRich Felker3-4/+2
2018-09-12move and deduplicate declarations of __procfdname to make it checkableRich Felker10-16/+5
2018-09-12fix issues from public functions defined without declaration visibleRich Felker11-2/+22
2018-09-05remove leftover declarations for removed functions from pthread_impl.hRich Felker1-4/+0
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker38-125/+94
2018-09-04fix namespace violation for c11 mutex functionsRich Felker1-1/+3
2018-09-04in pthread_mutex_timedlock, avoid repeatedly reading mutex type fieldRich Felker1-3/+4
2018-09-04in pthread_mutex_trylock, EBUSY out more directly when possibleRich Felker1-2/+2
2018-09-04fix mistake/cruft in 1.1.20 release notesRich Felker1-1/+1
2018-09-04implement fexecve in terms of execveat when it existsJoseph C. Sible1-0/+5
2018-09-04release 1.1.20v1.1.20Rich Felker2-1/+78
2018-09-02fix stack-based oob memory clobber in resolver's result sortingRich Felker1-1/+1
2018-09-01consistently use _NSIG/8 idiom for kernel sigset size in sigactionRich Felker1-3/+3
2018-09-01always terminate by SIGABRT when abort is calledRich Felker2-4/+40
2018-09-01optimize raise not to make a syscall for getting tidRich Felker1-3/+1
2018-08-30prevent perror from clobbering stderr's orientationRich Felker1-0/+8
2018-08-30prevent psignal/psiginfo from clobbering stderr orientation, errnoRich Felker2-8/+21
2018-08-29make vfprintf set stream orientation even for zero-length outputRich Felker1-1/+2
2018-08-29re-fix vfprintf temporary buffer logicRich Felker1-2/+2
2018-08-29fix missing flush of stderr at exit if it was put in buffered modeRich Felker1-0/+1
2018-08-29fix async thread cancellation on sh-fdpicRich Felker2-0/+8
2018-08-29fix async thread cancellation on powerpc64Rich Felker1-0/+7
2018-08-28vfwprintf: honor field width with 'c' format typeA. Wilcox1-1/+4
2018-08-28fix several values reported by sysconfRich Felker1-8/+11
2018-08-28fix return value of system on failure to spawn child processRich Felker1-1/+1
2018-08-28set stream orientations in open_[w]memstreamRich Felker2-0/+3
2018-08-28make fmemopen's w+ mode truncate the bufferRich Felker1-0/+1
2018-08-28set errno when fileno is called on a FILE with no underlying fdRich Felker1-4/+7
2018-08-28reject invalid arguments to pthread_barrierattr_setpsharedRich Felker1-0/+1
2018-08-28rewrite __aeabi_read_tp in asmSzabolcs Nagy2-12/+6
2018-08-28fix dubious char signedness check in limits.hRich Felker1-1/+1