oweals/musl.git
2019-01-21 Rich Felkerrelease 1.1.21 v1.1.21
2019-01-21 Rich Felkerfix call to __pthread_tsd_run_dtors with too many arguments
2019-01-19 Rich Felkerconfigure: accept ppc[64] as alias for powerpc[64]...
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 Szabolcs Nagyadd NT_VMCOREDD to elf.h from linux v4.18
2018-12-10 Szabolcs Nagyadd AT_MINSIGSTKSZ to elf.h from linux v4.18
2018-12-10 Szabolcs Nagyadd io_pgetevents and rseq syscall numbers from linux...
2018-12-10 Szabolcs Nagyadd TRAP_UNK si_code to signal.h from linux v4.18
2018-12-10 Szabolcs Nagyadd SIGSYS support to sys/signalfd.h from linux v4.18
2018-12-10 Szabolcs Nagyadd AF_XDP to sys/socket.h from linux v4.18
2018-12-10 Szabolcs Nagyupdate netinet/udp.h for linux v4.18
2018-12-10 Szabolcs Nagyupdate netinet/tcp.h for linux v4.18
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-19 Rich Felkerfix regression in access to optopt object
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 Felkermake thread-pointer-loading asm non-volatile
2018-10-16 Rich Felkerremove ancient clang workaround from powerpc pthread_ar...
2018-10-16 Rich Felkerrestore attribute((const)) to pthread_self and errno...
2018-10-16 Rich Felkeradd new stage 2b to dynamic linker bootstrap for thread...
2018-10-16 Rich Felkermove stdio locking MAYBE_WAITERS definition to stdio_impl.h
2018-10-15 Rich Felkerfix misleading placement of statement on same line...
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 Felkerfix dlsym of thread-local symbols on archs with DTP_OFF...
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-20 Szabolcs Nagyadd arm and sh bits/ptrace.h
2018-09-19 Rich Felkerfix getaddrinfo regression with AI_ADDRCONFIG on some...
2018-09-19 Rich Felkersupport clang internal assembler when building for...
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-14 Rich Felkerfix broken atomic store on powerpc[64]
2018-09-13 Khem Rajdefine MAX_HANDLE_SZ for use with name_to_handle_at
2018-09-13 Rich Felkerfix regression with compilers not incorporating C99...
2018-09-13 Rich Felkerconfigure: only try -Qunused-arguments for clang
2018-09-13 Khem Rajwireup linux/name_to_handle_at and name_to_handle_at...
next