4527 Commits (19f8642494b7d27b2ceed5c14d4a0b27cb749afe)
 

Author SHA1 Message Date
Rich Felker 19f8642494 report res_query failures, including nxdomain/nodata, via h_errno 6 years ago
Rich Felker 9d0b8b92a5 make h_errno thread-local 6 years ago
Rich Felker 4d5786544b add tcgetwinsize and tcsetwinsize functions, move struct winsize 6 years ago
Rich Felker 9d4b25b473 fix MUSL_LOCPATH search 6 years ago
Rich Felker d49cf07541 add gettid function 6 years ago
Szabolcs Nagy 22359b54ab aarch64: fix setjmp return value 6 years ago
Alexander Monakov 4554f155dd setjmp: optimize longjmp prologues 6 years ago
Alexander Monakov 59b64ff686 setjmp: optimize x86 longjmp epilogues 6 years ago
Alexander Monakov c6a6fe4ccd setjmp: avoid useless REX-prefix on xor %eax, %eax 6 years ago
Alexander Monakov 21431a0e43 setjmp: fix x86-64 longjmp argument adjustment 6 years ago
Rich Felker c2feda4e2e prefer new socket syscalls, fallback to SYS_socketcall only if needed 6 years ago
Szabolcs Nagy 933f8e72eb math: new software sqrtl 6 years ago
Szabolcs Nagy 4f893997e4 math: add __math_invalidl 6 years ago
Szabolcs Nagy b1756ec884 math: new software sqrtf 6 years ago
Szabolcs Nagy 97e9b73d59 math: new software sqrt 6 years ago
Rich Felker f1198ea3cf in hosts file lookups, honor first canonical name regardless of family 6 years ago
Rich Felker 20c6d83f55 in hosts file lookups, use only first match for canonical name 6 years ago
Rich Felker 73cc775bee release 1.2.1 6 years ago
Rich Felker 845e4f6692 add m68k sqrtl using native instruction 6 years ago
Bartosz Brachaczek ddf1750e42 getentropy: fix UB if len==0 6 years ago
Rich Felker 52ee0dd6d5 fix async-cancel-safety of pthread_cancel 6 years ago
Rich Felker 7cc9496a18 make thread killlock async-signal-safe for pthread_kill 6 years ago
Rich Felker 0a005f499c fix C implementation of a_clz_32 6 years ago
Julien Ramseier a62df9c9b7 vfscanf: fix possible invalid free due to uninitialized variable use 6 years ago
Rich Felker ea6d7847ac make mallocng the default malloc implementation 6 years ago
Rich Felker e71188fa05 add malloc implementation selection to configure 6 years ago
Rich Felker 503bd39766 import mallocng 6 years ago
Rich Felker 785752a595 add glue code for mallocng merge 6 years ago
Rich Felker fdf8b2ad9c add optimized aarch64 memcpy and memset 6 years ago
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