OSDN Git Service

fix invalid-/double-/use-after-free in new dlopen ctor execution
[android-x86/external-musl-libc.git] / src /
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
2018-10-18 Rich Felkeroptimize hot paths of getc with manual shrink-wrapping
2018-10-18 Rich Felkerdocument and make explicit desired noinline property...
2018-10-18 Rich Felkerimpose barrier between thread pointer setup and use...
2018-10-16 Rich Felkermove stdio locking MAYBE_WAITERS definition to stdio_impl.h
2018-10-15 Szabolcs Nagyx86_64: add single instruction fma
2018-10-15 Szabolcs Nagyarm: add single instruction fma
2018-10-15 Szabolcs Nagypowerpc: add single instruction fabs, fabsf, fma, fmaf...
2018-10-15 Szabolcs Nagys390x: add single instruction fma and fmaf
2018-10-13 Rich Felkerallow escaped path-separator slashes in glob
2018-10-13 Rich Felkerrewrite core of the glob implementation for correctness...
2018-10-12 Rich Felkercombine arch ABI's DTP_OFFSET into DTV pointers
2018-10-11 Rich Felkerfix redundant computations of strlen in glob append...
2018-10-11 Rich Felkerfix invalid substitute of [1] for flexible array member...
2018-10-10 Szabolcs Nagyfix fesetround error checking
2018-10-09 Rich Felkerfix build regression on armhf in tlsdesc asm
2018-10-05 Rich Felkerallow freeaddrinfo of arbitrary sublists of addrinfo...
2018-10-01 Rich Felkerinline cp15 thread pointer load in arm dynamic TLSDESC...
2018-10-01 Rich Felkeradd TLSDESC support for 32-bit arm
2018-09-26 Rich Felkerfix aliasing-based undefined behavior in string functions
2018-09-23 Rich Felkeroptimize nop case of wmemmove
2018-09-23 Rich Felkerfix undefined pointer comparison in wmemmove
2018-09-23 Rich Felkerfix undefined pointer comparison in memmove
2018-09-20 Szabolcs Nagynew tsearch implementation
2018-09-19 Rich Felkerfix getaddrinfo regression with AI_ADDRCONFIG on some...
2018-09-19 Rich Felkersupport setting of default thread stack size via PT_GNU...
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 Felkerremove redundant declarations of __default_stacksize...
2018-09-18 Rich Felkerfix benign data race in pthread_attr_init
2018-09-18 Rich Felkerfix deletion of pthread tsd keys that still have non...
2018-09-18 Kaarle Ritvanenfix race condition in file locking
2018-09-17 Rich Felkergetdelim: only grow buffer when necessary, improve...
2018-09-16 Rich Felkerfix null pointer subtraction and comparison in stdio
2018-09-16 Rich Felkerfix failure of getdelim to set stream orientation on...
2018-09-15 Rich Felkercheck for kernel support before allowing robust mutex...
2018-09-15 Benjamin Petersonalways reset DST rules during tzset
2018-09-15 Rich Felkerfix undefined behavior in strto* via FILE buffer pointe...
2018-09-15 Benjamin Petersonimprove error handling of ttyname_r and isatty
2018-09-15 Rich Felkeradd hidden version of &errno accessor function
2018-09-14 Rich Felkerfix build regression in sysconf for archs with variable...
2018-09-14 Rich Felkerdrop lazy plural forms init in dcngettext
2018-09-13 Rich Felkerfix regression with compilers not incorporating C99...
2018-09-13 Khem Rajwireup linux/name_to_handle_at and name_to_handle_at...
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
next