OSDN Git Service

document riscv64 support in INSTALL document
[android-x86/external-musl-libc.git] / src /
2019-07-09 Rich Felkerprevent dup2 action for posix_spawn internal pipe fd
2019-07-02 Fangrui Songremove stray .end directives from powerpc[64] asm
2019-07-01 Szabolcs Nagyipc: prefer SYS_ipc when it is defined
2019-07-01 Samuel Hollandfix deadlock in synccall after threaded fork
2019-06-28 Rich Felkercap getdents length argument to INT_MAX
2019-06-25 Rich Felkerallow fmemopen with zero size
2019-06-21 Matthew Maurerdo not use _Noreturn for a function pointer in dynamic...
2019-06-14 Rich Felkeradd riscv64 architecture support
2019-05-26 Rich Felkeroptimize aarch64 dynamic tlsdesc function to spill...
2019-05-17 Szabolcs Nagyfix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_...
2019-05-16 Rich Felkerfix format strings for uid/gid values in putpwent/putgrent
2019-05-06 Rich Felkermake fgetwc set error indicator for stream on encoding...
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 exp and exp2
2019-04-18 Szabolcs Nagymath: new log2
2019-04-18 Szabolcs Nagymath: new log
2019-04-18 Szabolcs Nagymath: new powf
2019-04-18 Szabolcs Nagymath: new exp2f and expf
2019-04-18 Szabolcs Nagymath: new log2f
2019-04-18 Szabolcs Nagymath: new logf
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-04-09 Rich Felkerin membarrier fallback, allow for possibility that...
2019-04-03 Dan Gohmanfix unintended global symbols in atanl.c
2019-04-02 Frediano Zigliouse __strchrnul instead of strchr and strlen in execvpe
2019-04-01 Rich Felkerfix harmless-by-chance typo in priority inheritance...
2019-04-01 Rich Felkerimplement priority inheritance mutexes
2019-03-29 Rich Felkerclean up access to mutex type in pthread_mutex_trylock
2019-03-22 Drew DeVaultsupport archs with no renameat syscall, only renameat2
2019-03-22 Drew DeVaultsupport archs with no mlock syscall, only mlock2
2019-03-21 Rich Felkerfix data race choosing next key slot in pthread_key_create
2019-03-15 Rich Felkerfix crash/out-of-bound read in sscanf
2019-03-14 Rich Felkerfix namespace violation in dependencies of mtx_lock
2019-03-13 Ryan Fairfaxhandle labels with 8-bit byte values in dn_skipname
2019-03-12 A. Wilcoxsetvbuf: return failure if mode is invalid
2019-03-12 Rich Felkermake FILE a complete type for pre-C11 standard profiles
2019-03-05 Rich Felkerdon't reject unknown/future flags in sigaltstack, allow...
2019-02-22 Rich Felkeradd membarrier syscall wrapper, refactor dynamic tls...
2019-02-22 Rich Felkermake thread list lock a recursive lock
2019-02-20 Rich Felkerfix spurious undefined behavior in getaddrinfo
2019-02-20 Rich Felkerfix invalid free of partial addrinfo list with multiple...
2019-02-19 Rich Felkerinstall dynamic tls synchronously at dlopen, streamline...
2019-02-18 Rich Felkerfix data race between new pthread_key_delete and dtor...
2019-02-16 Rich Felkerintroduce namespace-safe rwlock aliases; use in pthread...
2019-02-16 Rich Felkerrewrite pthread_key_delete to use global thread list
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...
2019-02-15 Rich Felkerfor SIGEV_THREAD timer threads, replace signal handler...
2019-02-15 Rich Felkerdefer free of thread-local dlerror buffers from inconsi...
2019-02-13 Rich Felkerfix behavior of gets when input line contains a null...
2019-02-13 Rich Felkerredesign robust mutex states to eliminate data races...
2019-02-07 Rich Felkerfail fdopendir for O_PATH file descriptors
2019-02-07 A. Wilcoxlocale: ensure dcngettext() preserves errno
2019-01-21 Rich Felkerfix call to __pthread_tsd_run_dtors with too many arguments
2019-01-17 Rich Felkerfix unintended linking dependency of pthread_key_create...
2018-12-28 Rich Felkerhalt getspnam[_r] search on error accessing TCB shadow
2018-12-28 Rich Felkerdon't set errno or return an error when getspnam[_r...
2018-12-20 Rich Felkermake sem_wait and sem_timedwait interruptible by signals
2018-12-19 Rich Felkerdon't fail pthread_sigmask/sigprocmask on invalid how...
2018-12-18 Rich Felkeradd __timedwait backend workaround for old kernels...
2018-12-11 Rich Felkeron failed aio submission, set aiocb error and return...
2018-12-11 Rich Felkerdon't create aio queue/map structures for invalid file...
2018-12-11 Rich Felkermove aio queue allocation from io thread to submitting...
2018-12-10 Rich Felkerfix and future-proof against stack overflow in aio...
2018-12-10 Rich Felkeradd namespace-safe version of getauxval for internal use
2018-12-10 Rich Felkerfix wordexp not to read past end of string ending with...
2018-12-02 Quentin Rameaufix memccpy to not access buffer past given size
2018-11-08 Rich Felkeroptimize two-way strstr and memmem bad character shift
2018-11-03 Rich Felkerfix regression in setlocale for LC_ALL with per-categor...
2018-11-02 Rich Felkerfix failure to flush stderr when fflush(0) is called
2018-11-02 Rich Felkerfix deadlock and buffered data loss race in fclose
2018-11-02 Alexander Monakov__libc_start_main: slightly simplify stage2 pointer...
2018-11-02 Rich Felkerremove commented-out debug printf from strstr
2018-11-02 Rich Felkerfix spuriously slow check in twoway strstr/memmem cores
2018-10-23 Rich Felkerdon't omit setting errno in internal __map_file function
2018-10-22 Rich Felkermake the default locale (& a variant) failure-free...
2018-10-22 Rich Felkersimplify newlocale and allow failure for explicit local...
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-18 Rich Felkerfurther optimize getc/putc when locking is needed
2018-10-18 Rich Felkeruse prototype for function pointer in static link libc...
2018-10-18 Rich Felkerfix error in constraints for static link libc init...
2018-10-18 Rich Felkerfix build regression due to missing file for putc changes
2018-10-18 Rich Felkerbypass indirection through pointer objects to access...
2018-10-18 Rich Felkeroptimize hot paths of putc with manual shrink-wrapping
next