clean up dns_parse_callback
[musl] / src / internal /
2022-10-19 Rich Felkerfix missing synchronization of pthread TSD keys with...
2022-10-19 Rich Felkerfix potential deadlock in dlerror buffer handling at...
2022-08-02 Fangrui Songldso: support DT_RELR relative relocation format
2022-08-02 Alex Xu (Hello71)use syscall_arg_t and __scc macro for arguments to...
2022-04-27 Stefan O'Reardon't remap internal-use syscall macros to nonexistent...
2020-12-09 Rich Felkerlift locale lock out of internal __get_locale
2020-11-20 Rich Felkerfix regression in pthread_exit
2020-11-11 Rich Felkerlift child restrictions after multi-threaded fork
2020-10-15 Rich Felkermove aio implementation details to a proper internal...
2020-10-15 Rich Felkerremove long-unused struct __timer from pthread_impl.h
2020-10-15 Rich Felkermove __abort_lock to its own file and drop pointless...
2020-09-28 Rich Felkerfix fork of processes with active async io contexts
2020-08-27 Rich Felkerremove redundant pthread struct members repeated for...
2020-08-27 Rich Felkerdeduplicate __pthread_self thread pointer adjustment...
2020-08-25 Rich Felkerdeduplicate TP_ADJ logic out of each arch, replace...
2020-08-25 Rich Felkermake h_errno thread-local
2020-08-09 Rich Felkerprefer new socket syscalls, fallback to SYS_socketcall...
2020-08-06 Szabolcs Nagymath: add __math_invalidl
2020-07-05 Rich Felkerfix C implementation of a_clz_32
2020-06-11 Rich Felkeradd fallback a_clz_32 implementation
2020-06-11 Rich Felkerhave ldso track replacement of aligned_alloc
2020-06-11 Rich Felkerreintroduce calloc elison of memset for direct-mmapped...
2020-06-03 Rich Felkermove malloc_impl.h from src/internal to src/malloc
2020-06-03 Rich Felkermove declaration of interfaces between malloc and ldso...
2020-05-22 Rich Felkerrestore lock-skipping for processes that return to...
2020-05-22 Rich Felkercut down size of some libc struct members
2020-05-22 Rich Felkerdon't use libc.threads_minus_1 as relaxed atomic for...
2020-04-17 Rich Felkermove __string_read into vsscanf source file
2020-04-17 Rich Felkerfix possible access to uninitialized memory in shgetc...
2020-02-22 Szabolcs Nagymath: fix sinh overflows in non-nearest rounding
2020-02-05 Rich Felkerremove legacy time32 timer[fd] syscalls from public...
2020-02-05 Rich Felkerremove further legacy time32 clock syscalls from public...
2020-01-30 Rich Felkerremove legacy clock_gettime and gettimeofday from publi...
2020-01-01 Rich Felkermove stage3_func typedef out of shared internal dynlink...
2019-12-18 Rich Felkerimplement SO_TIMESTAMP[NS] fallback for kernels without...
2019-10-19 Rich Felkerfix incorrect use of fabs on long double operand in...
2019-09-29 Szabolcs Nagyremove remaining traces of __tls_get_new
2019-08-11 Samuel Hollandadd support for powerpc/powerpc64 unaligned relocations
2019-08-01 Rich Felkerioctl: add fallback for new time64 SIOCGSTAMP[NS]
2019-08-01 Rich Felkerget/setsockopt: add fallback for new time64 SO_RCVTIMEO...
2019-07-31 Rich Felkermake __socketcall analogous to __syscall, error-returning
2019-07-27 Rich Felkerinternally, define plain syscalls, if missing, as their...
2019-06-21 Matthew Maurerdo not use _Noreturn for a function pointer in dynamic...
2019-05-05 Rich Felkerallow archs to provide a 7-argument syscall if needed
2019-04-20 Rich Felkermake new math code compatible with unused variable...
2019-04-18 Szabolcs Nagymath: new pow
2019-04-18 Szabolcs Nagymath: new powf
2019-04-18 Szabolcs Nagymath: new exp2f and expf
2019-04-17 Szabolcs Nagymath: add configuration macros
2019-04-17 Szabolcs Nagymath: add macros for static branch prediction hints
2019-04-17 Szabolcs Nagymath: add double precision error handling functions
2019-04-17 Szabolcs Nagymath: add single precision error handling functions
2019-04-17 Szabolcs Nagymath: add eval_as_float and eval_as_double
2019-04-17 Szabolcs Nagymath: add fp_arch.h with fp_barrier and fp_force_eval
2019-04-17 Szabolcs Nagymath: remove sun copyright from libm.h
2019-04-17 Szabolcs Nagymath: add asuint, asuint64, asfloat and asdouble
2019-04-17 Szabolcs Nagymath: move complex math out of libm.h
2019-04-11 Rich Felkerremove external __syscall function and last remaining...
2019-04-10 Rich Felkeroverhaul i386 syscall mechanism not to depend on extern...
2019-03-15 Rich Felkerfix crash/out-of-bound read in sscanf
2019-02-22 Rich Felkeradd membarrier syscall wrapper, refactor dynamic tls...
2019-02-19 Rich Felkerinstall dynamic tls synchronously at dlopen, streamline...
2019-02-16 Rich Felkerrewrite __synccall in terms of global thread list
2019-02-16 Rich Felkertrack all live threads in an AS-safe, fully-consistent...
2019-02-16 Rich Felkeralways block signals for starting new threads, refactor...
2018-12-18 Rich Felkeradd __timedwait backend workaround for old kernels...
2018-10-21 Rich Felkerremove volatile qualification from category pointers...
2018-10-21 Rich Felkeradapt setlocale to support possibility of failure
2018-10-18 Rich Felkeradjust types in FILE struct to make line buffering...
2018-10-18 Rich Felkeroptimize internal putc_unlocked macro used in putc
2018-10-18 Rich Felkerfix wrong result for putc variants due to operator...
2018-10-16 Rich Felkermove stdio locking MAYBE_WAITERS definition to stdio_impl.h
2018-10-12 Rich Felkercombine arch ABI's DTP_OFFSET into DTV pointers
2018-09-19 Rich Felkerincrease default thread stack/guard size
2018-09-19 Rich Felkerlimit the configurable default stack/guard size for...
2018-09-18 Rich Felkerfix deletion of pthread tsd keys that still have non...
2018-09-16 Rich Felkerfix null pointer subtraction and comparison in stdio
2018-09-15 Rich Felkerfix undefined behavior in strto* via FILE buffer pointe...
2018-09-13 Rich Felkerfix regression with compilers not incorporating C99...
2018-09-12 Rich Felkerremove vis.h protected-visibility hack
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-12 Rich Felkermove misplaced __fork_handler declaration
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerremove unused __futex function and source file
2018-09-12 Rich Felkerdeclare and make hidden additional internal init/exit...
2018-09-12 Rich Felkerdeclare and make hidden additional internal stdio symbols
2018-09-12 Rich Felkerdeclare and make hidden more internal locale functions
2018-09-12 Rich Felkermove additional pthread internal declarations to pthrea...
2018-09-12 Rich Felkerapply hidden visibility to various remaining internal...
2018-09-12 Rich Felkerapply hidden visibility to sigreturn code fragments
2018-09-12 Rich Felkerapply hidden visibility to pthread internals
2018-09-12 Rich Felkerapply hidden visibility to stdio internals
2018-09-12 Rich Felkerapply hidden visibility to internal math functions
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkerdeclare __getopt_msg in stdio_impl.h
2018-09-12 Rich Felkermove __memalign declaration to malloc_impl.h
2018-09-12 Rich Felkermake arch __set_thread_area backends hidden
2018-09-12 Rich Felkermake arch __clone backends hidden
2018-09-12 Rich Felkermove tlsdesc and internal dl function declarations...
next