4698 Commits (e99c4258275507c576d7d5bebdba1a8aadf120c4)
 

Author SHA1 Message Date
Andre McCurdy 9dce93ac7f add big-endian support to ARM assembler memcpy 6 years ago
Rich Felker 8ed2bd8bfc clear need_locks in child after fork 6 years ago
Rich Felker fca7428c09 only use memcpy realloc to shrink if an exact-sized free chunk exists 6 years ago
Rich Felker cb5babdc8d fix memset overflow in oldmalloc race fix overhaul 6 years ago
Rich Felker 4bd22b8f3e fix invalid use of access function in nftw 6 years ago
Rich Felker ca36573ecf add fallback a_clz_32 implementation 6 years ago
Rich Felker 1fc67fc117 only disable aligned_alloc if malloc was replaced but it wasn't 6 years ago
Rich Felker e9f4fd1185 have ldso track replacement of aligned_alloc 6 years ago
Rich Felker 25cef5c591 reintroduce calloc elison of memset for direct-mmapped allocations 6 years ago
Rich Felker 501a92660c move __malloc_replaced to a top-level malloc file 6 years ago
Rich Felker 28f64fa6ca switch to a common calloc implementation 6 years ago
Rich Felker 384c0131cc move oldmalloc to its own directory under src/malloc 6 years ago
Rich Felker eaa0f24967 move __expand_heap into malloc.c 6 years ago
Rich Felker e07138b880 rename memalign source file back to its proper name 6 years ago
Rich Felker fc18facf6e rename aligned_alloc source file back to its proper name 6 years ago
Rich Felker d1e6fdd367 reverse dependency order of memalign and aligned_alloc 6 years ago
Rich Felker de798308e8 rename aligned_alloc source file 6 years ago
Rich Felker 96490a4aef remove stale document from malloc src directory 6 years ago
Rich Felker c4694f4061 rewrite bump allocator to fix corner cases, decouple from expand_heap 6 years ago
Rich Felker 135c94f097 move malloc_impl.h from src/internal to src/malloc 6 years ago
Rich Felker cee88b76f7 move declaration of interfaces between malloc and ldso to dynlink.h 6 years ago
Rich Felker 28be61227c reformat clock_adjtime with always-true condition removed 6 years ago
Rich Felker e0b17ef81e always use time64 syscall first for clock_adjtime 6 years ago
Rich Felker ef51b76222 fix broken time64 clock_adjtime 6 years ago
Rich Felker 3e16313f8f fix unbounded heap expansion race in malloc 6 years ago
Rich Felker c40157d87e suppress unwanted warnings when configuring with clang 6 years ago
Rich Felker 8d81ba8c0b restore lock-skipping for processes that return to single-threaded state 6 years ago
Rich Felker f12888e9eb cut down size of some libc struct members 6 years ago
Rich Felker e01b5939b3 don't use libc.threads_minus_1 as relaxed atomic for skipping locks 6 years ago
Rich Felker 4d5aa20a94 reorder thread list unlink in pthread_exit after all locks 6 years ago
Rich Felker cabc36969b fix incorrect SIGSTKFLT on all mips archs 6 years ago
Rich Felker 09c54607e3 handle possibility that SIGEMT replaces SIGSTKFLT in strsignal 6 years ago
Rich Felker 1b4e84c56d fix return value of res_send, res_query on errors from nameserver 6 years ago
Rich Felker 5cf1ac2443 fix handling of errors resolving one of paired A+AAAA query 6 years ago
Rich Felker fd7ec068ef set AD bit in dns queries, suppress for internal use 6 years ago
Rich Felker 593caa4563 fix undefined behavior from signed overflow in strstr and memmem 6 years ago
Rich Felker 4486c579cb remove arm (32-bit) support for vdso clock_gettime 6 years ago
Rich Felker f3ecdc1043 fix undefined behavior in wcsto[ld] family functions 6 years ago
Rich Felker 043c6e31d9 fix sh fesetround failure to clear old mode 6 years ago
Rich Felker 2e0907ce62 move __string_read into vsscanf source file 6 years ago
Rich Felker 2acf3bce01 remove spurious repeated semicolon in fmemopen 6 years ago
Rich Felker 74fa4aac12 combine two calls to memset in fmemopen 6 years ago
Rich Felker 086542fb5b fix possible access to uninitialized memory in shgetc (via scanf) 6 years ago
Rich Felker b287cd745c fix undefined behavior in scanf core 6 years ago
Alexander Monakov 19f870c3a6 math: add x86_64 remquol 6 years ago
Alexander Monakov bc87299ce7 math: move x87-family fmod functions to C with inline asm 6 years ago
Alexander Monakov b173e4262f math: move x87-family remainder functions to C with inline asm 6 years ago
Alexander Monakov 51f4f8c512 math: move x87-family rint functions to C with inline asm 6 years ago
Alexander Monakov 9443f1b5cf math: move x87-family lrint functions to C with inline asm 6 years ago
Alexander Monakov 6bbdbfdcde math: move x86_64 (l)lrint(f) functions to C with inline asm 6 years ago