Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-09-12 | move declarations for malloc internals to malloc_impl.h | Rich Felker | 4 | -6/+6 |
2018-09-12 | improve machinery for ldso to report libc version | Rich Felker | 2 | -6/+3 |
2018-09-12 | make internal declarations for flockfile tracking functions checkable | Rich Felker | 3 | -4/+5 |
2018-09-12 | make inadvertently exposed __h{create,delete,search}_r functions static | Rich Felker | 1 | -6/+6 |
2018-09-12 | make inadvertently exposed __pthread_{timed,try}join_np functions static | Rich Felker | 1 | -2/+2 |
2018-09-12 | use idiomatic weak alias approach for defining asctime_r | Rich Felker | 3 | -33/+28 |
2018-09-12 | move and deduplicate declarations of __vdsosym to make it checkable | Rich Felker | 3 | -4/+2 |
2018-09-12 | move and deduplicate declarations of __procfdname to make it checkable | Rich Felker | 10 | -16/+5 |
2018-09-12 | fix issues from public functions defined without declaration visible | Rich Felker | 11 | -2/+22 |
2018-09-05 | remove leftover declarations for removed functions from pthread_impl.h | Rich Felker | 1 | -4/+0 |
2018-09-05 | define and use internal macros for hidden visibility, weak refs | Rich Felker | 29 | -88/+66 |
2018-09-04 | fix namespace violation for c11 mutex functions | Rich Felker | 1 | -1/+3 |
2018-09-04 | in pthread_mutex_timedlock, avoid repeatedly reading mutex type field | Rich Felker | 1 | -3/+4 |
2018-09-04 | in pthread_mutex_trylock, EBUSY out more directly when possible | Rich Felker | 1 | -2/+2 |
2018-09-04 | implement fexecve in terms of execveat when it exists | Joseph C. Sible | 1 | -0/+5 |
2018-09-02 | fix stack-based oob memory clobber in resolver's result sorting | Rich Felker | 1 | -1/+1 |
2018-09-01 | consistently use _NSIG/8 idiom for kernel sigset size in sigaction | Rich Felker | 1 | -3/+3 |
2018-09-01 | always terminate by SIGABRT when abort is called | Rich Felker | 2 | -4/+40 |
2018-09-01 | optimize raise not to make a syscall for getting tid | Rich Felker | 1 | -3/+1 |
2018-08-30 | prevent perror from clobbering stderr's orientation | Rich Felker | 1 | -0/+8 |
2018-08-30 | prevent psignal/psiginfo from clobbering stderr orientation, errno | Rich Felker | 2 | -8/+21 |
2018-08-29 | make vfprintf set stream orientation even for zero-length output | Rich Felker | 1 | -1/+2 |
2018-08-29 | re-fix vfprintf temporary buffer logic | Rich Felker | 1 | -2/+2 |
2018-08-29 | fix missing flush of stderr at exit if it was put in buffered mode | Rich Felker | 1 | -0/+1 |
2018-08-29 | fix async thread cancellation on sh-fdpic | Rich Felker | 1 | -0/+3 |
2018-08-29 | fix async thread cancellation on powerpc64 | Rich Felker | 1 | -0/+7 |
2018-08-28 | vfwprintf: honor field width with 'c' format type | A. Wilcox | 1 | -1/+4 |
2018-08-28 | fix several values reported by sysconf | Rich Felker | 1 | -8/+11 |
2018-08-28 | fix return value of system on failure to spawn child process | Rich Felker | 1 | -1/+1 |
2018-08-28 | set stream orientations in open_[w]memstream | Rich Felker | 2 | -0/+3 |
2018-08-28 | make fmemopen's w+ mode truncate the buffer | Rich Felker | 1 | -0/+1 |
2018-08-28 | set errno when fileno is called on a FILE with no underlying fd | Rich Felker | 1 | -4/+7 |
2018-08-28 | reject invalid arguments to pthread_barrierattr_setpshared | Rich Felker | 1 | -0/+1 |
2018-08-28 | rewrite __aeabi_read_tp in asm | Szabolcs Nagy | 2 | -12/+6 |
2018-08-28 | fix deadlock in async thread self-cancellation | Rich Felker | 1 | -1/+5 |
2018-08-27 | time: fix incorrect DST offset when using POSIX timezones without DST | A. Wilcox | 1 | -1/+1 |
2018-08-23 | fix tls access on arm targets before armv6k | Szabolcs Nagy | 1 | -1/+1 |
2018-08-23 | fix missing strerror text for EMULTIHOP | Rich Felker | 1 | -0/+1 |
2018-08-23 | fix printf precision specifier for hex floats on non-ld80 archs | Rich Felker | 1 | -0/+1 |