internally, define plain syscalls, if missing, as their time64 variants
[musl] / src / internal /
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...
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...
next