defer free of thread-local dlerror buffers from inconsistent context
[musl] / src / internal /
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...
2018-09-12 Rich Felkermove __stdio_exit_needed to stdio_impl.h
2018-09-12 Rich Felkermove __loc_is_allocated declaration to locale_impl.h
2018-09-12 Rich Felkermove declarations of tls setup/access functions to...
2018-09-12 Rich Felkermove lgamma-related internal declarations to libm.h
2018-09-12 Rich Felkermove declarations for malloc internals to malloc_impl.h
2018-09-12 Rich Felkerimprove machinery for ldso to report libc version
2018-09-12 Rich Felkermake internal declarations for flockfile tracking funct...
2018-09-12 Rich Felkermove and deduplicate declarations of __vdsosym to make...
2018-09-12 Rich Felkermove and deduplicate declarations of __procfdname to...
2018-09-05 Rich Felkerremove leftover declarations for removed functions...
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-06-27 Patrick Oppenlanderfix missing timeout argument to futex syscall in __fute...
2018-06-19 Rich Felkeradd m68k port
2018-06-14 Rich Felkeradd support for m68k 80-bit long double variant
2018-05-09 Rich Felkermake linking of thread-start with explicit scheduling...
2018-05-09 Rich Felkerimprove design of thread-start with explicit scheduling...
2018-05-08 Rich Felkerclean up and reduce size of internal pthread structure
2018-05-06 Rich Felkerimprove joinable/detached thread state handling
2018-05-05 Rich Felkerimprove pthread_exit synchronization with functions...
2018-05-02 Rich Felkeruse a dedicated futex object for pthread_join instead...
2018-04-20 Rich Felkerreintroduce hardening against partially-replaced allocator
2018-04-20 Rich Felkerreturn chunks split off by memalign using __bin_chunk...
2018-04-19 Rich Felkermove malloc implementation types and macros to an inter...
2018-04-19 Andre McCurdyremove a_ctz_l from arch specific atomic_arch.h
2018-02-24 Rich Felkeruse idiomatic safe form for FUNLOCK macro
2018-02-05 Rich Felkerdocument pthread structure ABI constraints in comments
2018-02-03 William Pitcockstore pthread stack guard sizes for pthread_getattr_np
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2018-01-09 Jens Gustedtnew lock algorithm with state and congestion count...
2017-08-30 Szabolcs Nagyadd a_clz_64 helper function
2017-07-04 Jens Gustedtunify the use of FUTEX_PRIVATE
2017-03-21 Rich Felkerincrease limit on locale name length from 15 to 23...
2017-01-13 rofl0rfix crashes in x32 __tls_get_addr
2017-01-05 Rich Felkertreat base 1 as an error in strtol-family functions
2016-12-07 Rich Felkerremove largish unused field from pthread structure
2016-11-12 Bobby Binghamadd s390x port
2016-11-11 Bobby Binghamtreat null vdso base same as missing
2016-11-11 Rich Felkergeneralize ELF hash table types not to assume 32-bit...
2016-11-08 Rich Felkerfix build regression on archs with variable page size
2016-10-20 Rich Felkerfix minor problem in previous strtod non-nearest roundi...
2016-10-20 Szabolcs Nagyfix strtod int optimization in non-nearest rounding...
2016-10-20 Szabolcs Nagyfix strtod and strtof rounding with many trailing zeros
2016-08-11 Rich Felkerfix pread/pwrite syscall calling convention on sh
2016-05-09 Bobby Binghamadd powerpc64 port
2016-04-18 Rich Felkeradd mips n32 port (ILP32 ABI for mips64)
2016-03-06 Rich Felkeradd mips64 port
2016-03-06 Rich Felkergeneralize mips-specific reloc code not to hard-code...
2016-02-23 Bobby Binghamallow implementing a_cas_p with pointer-sized ll/sc
2016-02-11 Rich Felkerfix line-buffered flush omission for odd usage of putc...
2016-01-31 Felix Fietkauldso: fix GDB dynamic linker info on MIPS
2016-01-26 Szabolcs Nagychange the internal socketcall selection logic
2016-01-22 Rich Felkermove sh port's __shcall internal function from arch...
2016-01-21 Rich Felkerrefactor internal atomic.h
2016-01-20 Khem Rajexclude vis.h when compiling assembly files
2015-11-20 Rich Felkerremove undef weak refs to init/fini array symbols in...
2015-11-12 Rich Felkerremove use of SHARED macro in dynamic linker version...
2015-11-12 Rich Felkerunify static and dynamic linked implementations of...
2015-11-12 Rich Felkereliminate use of SHARED macro to suppress visibility...
2015-11-11 Rich Felkerfix dynamic loader library mapping for nommu systems
2015-11-10 Rich Felkerexplicitly assemble all arm asm sources as UAL
2015-11-10 Rich Felkerremove non-working pre-armv4t support from arm asm
2015-09-29 Rich Felkereliminate protected-visibility data in libc.so with...
2015-09-23 Rich Felkerfix signal return for sh/fdpic
2015-09-22 Rich Felkeradd real fdpic loading of shared libraries
2015-09-22 Rich Felkeradd general fdpic support in dynamic linker and arch...
next