Commit History

Author SHA1 Message Date
  Alexander Monakov 59b64ff686 setjmp: optimize x86 longjmp epilogues 4 years ago
  Alexander Monakov c6a6fe4ccd setjmp: avoid useless REX-prefix on xor %eax, %eax 4 years ago
  Alexander Monakov 21431a0e43 setjmp: fix x86-64 longjmp argument adjustment 4 years ago
  Rich Felker c2feda4e2e prefer new socket syscalls, fallback to SYS_socketcall only if needed 4 years ago
  Szabolcs Nagy 933f8e72eb math: new software sqrtl 4 years ago
  Szabolcs Nagy 4f893997e4 math: add __math_invalidl 4 years ago
  Szabolcs Nagy b1756ec884 math: new software sqrtf 4 years ago
  Szabolcs Nagy 97e9b73d59 math: new software sqrt 4 years ago
  Rich Felker f1198ea3cf in hosts file lookups, honor first canonical name regardless of family 4 years ago
  Rich Felker 20c6d83f55 in hosts file lookups, use only first match for canonical name 4 years ago
  Rich Felker 73cc775bee release 1.2.1 4 years ago
  Rich Felker 845e4f6692 add m68k sqrtl using native instruction 4 years ago
  Bartosz Brachaczek ddf1750e42 getentropy: fix UB if len==0 4 years ago
  Rich Felker 52ee0dd6d5 fix async-cancel-safety of pthread_cancel 4 years ago
  Rich Felker 7cc9496a18 make thread killlock async-signal-safe for pthread_kill 4 years ago
  Rich Felker 0a005f499c fix C implementation of a_clz_32 4 years ago
  Julien Ramseier a62df9c9b7 vfscanf: fix possible invalid free due to uninitialized variable use 4 years ago
  Rich Felker ea6d7847ac make mallocng the default malloc implementation 4 years ago
  Rich Felker e71188fa05 add malloc implementation selection to configure 4 years ago
  Rich Felker 503bd39766 import mallocng 4 years ago
  Rich Felker 785752a595 add glue code for mallocng merge 4 years ago
  Rich Felker fdf8b2ad9c add optimized aarch64 memcpy and memset 4 years ago
  Andre McCurdy 9dce93ac7f add big-endian support to ARM assembler memcpy 4 years ago
  Rich Felker 8ed2bd8bfc clear need_locks in child after fork 4 years ago
  Rich Felker fca7428c09 only use memcpy realloc to shrink if an exact-sized free chunk exists 4 years ago
  Rich Felker cb5babdc8d fix memset overflow in oldmalloc race fix overhaul 4 years ago
  Rich Felker 4bd22b8f3e fix invalid use of access function in nftw 4 years ago
  Rich Felker ca36573ecf add fallback a_clz_32 implementation 4 years ago
  Rich Felker 1fc67fc117 only disable aligned_alloc if malloc was replaced but it wasn't 4 years ago
  Rich Felker e9f4fd1185 have ldso track replacement of aligned_alloc 4 years ago