fgets: avoid arithmetic overflow when n==INT_MIN is passed
[musl] / src /
2020-12-09 Rich Felkerfix misleading comment in strstr
2020-12-08 Rich Felkerdrop use of pthread_once for aio thread stack size...
2020-12-07 Rich Felkerfix omission of non-stub pthread_mutexattr_getprotocol
2020-12-04 Rich Felkerfix failure to preserve r6 in s390x asm; per ABI it...
2020-11-30 Ariadne Conillimplement reallocarray
2020-11-30 Rich Felkerimplement realpath directly instead of using procfs...
2020-11-29 Dominic Chenfix mallocng regression in malloc_usable_size with...
2020-11-29 Érico Rolimfix segfault in lutimes when tv argument is NULL
2020-11-29 Jinliang Liarm fabs and sqrt: support single-precision-only fpu...
2020-11-24 Rich Felkerwork around linux bug in readlink syscall with zero...
2020-11-22 Rich Felkerparse v3 or future-unknown zoneinfo file versions as v2+
2020-11-22 Rich Felkerexplicitly prefer 64-bit/v2 zoneinfo tables
2020-11-20 Rich Felkerfix regression in pthread_exit
2020-11-19 Rich Felkerrewrite wcsnrtombs to fix buffer overflow and other...
2020-11-19 Rich Felkerprotect destruction of process-shared mutexes against...
2020-11-19 Rich Felkerpthread_exit: don't __vm_wait under thread list lock
2020-11-11 Rich Felkerlift child restrictions after multi-threaded fork
2020-11-11 Rich Felkerconvert malloc use under libc-internal locks to use...
2020-11-11 Rich Felkergive libc access to its own malloc even if public mallo...
2020-11-11 Rich Felkerdlerror: don't gratuitously hold freebuf_queue lock...
2020-10-30 Rich Felkerfix erroneous pthread_cond_wait mutex waiter count...
2020-10-30 Rich Felkerfix missing-wake regression in pthread_cond_wait
2020-10-29 James Y Knightadd support for SIGEV_THREAD_ID timers
2020-10-28 Rich Felkerfix sem_close unmapping of still-referenced semaphore
2020-10-27 Rich Felkerrefactor setxid return path to use __syscall_ret
2020-10-27 Rich Felkerfix setgroups behavior in multithreaded process
2020-10-27 Rich Felkeravoid __synccall for setrlimit on kernels with prlimit...
2020-10-26 Rich Felkerfix reintroduction of errno clobbering by atfork handlers
2020-10-26 Rich Felkerfix pthread_cond_wait paired with with priority-inherit...
2020-10-24 Rich Felkerlift sigaction abort locking to fix posix_spawn child...
2020-10-18 Julien Ramseierupdate crypt_blowfish to support $2b$ prefix
2020-10-15 Rich Felkerremove unused weak definition of __tl_sync in membarrier.c
2020-10-15 Rich Felkermove aio implementation details to a proper internal...
2020-10-15 Rich Felkerremove long-unused struct __timer from pthread_impl.h
2020-10-15 Rich Felkerdrop use of pthread_once in timer_create
2020-10-15 Rich Felkerremove unused SIGTIMER handler in timer_create
2020-10-15 Rich Felkerremove incorrect fflush from assert failure handler
2020-10-15 Rich Felkerfix getgrouplist when nscd reports an empty list
2020-10-15 Rich Felkerfix posix_spawn interaction with fork and abort by...
2020-10-15 Rich Felkerfix unintended observability of SIGABRT disposition...
2020-10-15 Rich Felkerimplement _Fork and refactor fork using it
2020-10-15 Rich Felkerrename fork source file
2020-10-15 Rich Felkerdrop use of pthread_once in mutexattr kernel support...
2020-10-15 Rich Felkerfix missing synchronization of fork with abort
2020-10-15 Rich Felkermove __abort_lock to its own file and drop pointless...
2020-09-28 Rich Felkerfix fork of processes with active async io contexts
2020-09-18 Rich Felkeravoid set*id/setrlimit misbehavior and hang in vforked...
2020-09-10 Rich Felkeruse new SYS_faccessat2 syscall to implement faccessat...
2020-09-03 Rich Felkerfix missing newline in herror output
2020-08-31 Rich Felkerfix i386 __set_thread_area fallback
2020-08-31 Rich Felkerrestore h_errno ABI compatibility with ancient binaries
2020-08-30 Rich Felkerclean up overinclusion in files using TIOCGWINSZ
2020-08-27 Rich Felkerremove redundant pthread struct members repeated for...
2020-08-27 Rich Felkerdeduplicate __pthread_self thread pointer adjustment...
2020-08-25 Rich Felkerdeduplicate TP_ADJ logic out of each arch, replace...
2020-08-25 Rich Felkerreport res_query failures, including nxdomain/nodata...
2020-08-25 Rich Felkermake h_errno thread-local
2020-08-25 Rich Felkeradd tcgetwinsize and tcsetwinsize functions, move struc...
2020-08-22 Rich Felkerfix MUSL_LOCPATH search
2020-08-18 Rich Felkeradd gettid function
2020-08-13 Szabolcs Nagyaarch64: fix setjmp return value
2020-08-13 Alexander Monakovsetjmp: optimize longjmp prologues
2020-08-11 Alexander Monakovsetjmp: optimize x86 longjmp epilogues
2020-08-11 Alexander Monakovsetjmp: avoid useless REX-prefix on xor %eax, %eax
2020-08-11 Alexander Monakovsetjmp: fix x86-64 longjmp argument adjustment
2020-08-09 Rich Felkerprefer new socket syscalls, fallback to SYS_socketcall...
2020-08-06 Szabolcs Nagymath: new software sqrtl
2020-08-06 Szabolcs Nagymath: add __math_invalidl
2020-08-06 Szabolcs Nagymath: new software sqrtf
2020-08-06 Szabolcs Nagymath: new software sqrt
2020-08-06 Rich Felkerin hosts file lookups, honor first canonical name regar...
2020-08-04 Rich Felkerin hosts file lookups, use only first match for canonic...
2020-08-03 Rich Felkeradd m68k sqrtl using native instruction
2020-07-24 Bartosz Brachaczekgetentropy: fix UB if len==0
2020-07-06 Rich Felkerfix async-cancel-safety of pthread_cancel
2020-07-06 Rich Felkermake thread killlock async-signal-safe for pthread_kill
2020-07-05 Rich Felkerfix C implementation of a_clz_32
2020-07-02 Julien Ramseiervfscanf: fix possible invalid free due to uninitialized...
2020-06-30 Rich Felkerimport mallocng
2020-06-29 Rich Felkeradd glue code for mallocng merge
2020-06-26 Rich Felkeradd optimized aarch64 memcpy and memset
2020-06-25 Andre McCurdyadd big-endian support to ARM assembler memcpy
2020-06-21 Rich Felkerclear need_locks in child after fork
2020-06-16 Rich Felkeronly use memcpy realloc to shrink if an exact-sized...
2020-06-16 Rich Felkerfix memset overflow in oldmalloc race fix overhaul
2020-06-15 Rich Felkerfix invalid use of access function in nftw
2020-06-11 Rich Felkeradd fallback a_clz_32 implementation
2020-06-11 Rich Felkeronly disable aligned_alloc if malloc was replaced but...
2020-06-11 Rich Felkerhave ldso track replacement of aligned_alloc
2020-06-11 Rich Felkerreintroduce calloc elison of memset for direct-mmapped...
2020-06-11 Rich Felkermove __malloc_replaced to a top-level malloc file
2020-06-11 Rich Felkerswitch to a common calloc implementation
2020-06-03 Rich Felkermove oldmalloc to its own directory under src/malloc
2020-06-03 Rich Felkermove __expand_heap into malloc.c
2020-06-03 Rich Felkerrename memalign source file back to its proper name
2020-06-03 Rich Felkerrename aligned_alloc source file back to its proper...
2020-06-03 Rich Felkerreverse dependency order of memalign and aligned_alloc
2020-06-03 Rich Felkerrename aligned_alloc source file
2020-06-03 Rich Felkerremove stale document from malloc src directory
2020-06-03 Rich Felkerrewrite bump allocator to fix corner cases, decouple...
next