Historique des commits

Auteur SHA1 Message Date
  Rich Felker c2feda4e2e prefer new socket syscalls, fallback to SYS_socketcall only if needed il y a 4 ans
  Szabolcs Nagy 933f8e72eb math: new software sqrtl il y a 4 ans
  Szabolcs Nagy 4f893997e4 math: add __math_invalidl il y a 4 ans
  Szabolcs Nagy b1756ec884 math: new software sqrtf il y a 4 ans
  Szabolcs Nagy 97e9b73d59 math: new software sqrt il y a 4 ans
  Rich Felker f1198ea3cf in hosts file lookups, honor first canonical name regardless of family il y a 4 ans
  Rich Felker 20c6d83f55 in hosts file lookups, use only first match for canonical name il y a 4 ans
  Rich Felker 73cc775bee release 1.2.1 il y a 4 ans
  Rich Felker 845e4f6692 add m68k sqrtl using native instruction il y a 4 ans
  Bartosz Brachaczek ddf1750e42 getentropy: fix UB if len==0 il y a 4 ans
  Rich Felker 52ee0dd6d5 fix async-cancel-safety of pthread_cancel il y a 4 ans
  Rich Felker 7cc9496a18 make thread killlock async-signal-safe for pthread_kill il y a 4 ans
  Rich Felker 0a005f499c fix C implementation of a_clz_32 il y a 4 ans
  Julien Ramseier a62df9c9b7 vfscanf: fix possible invalid free due to uninitialized variable use il y a 4 ans
  Rich Felker ea6d7847ac make mallocng the default malloc implementation il y a 4 ans
  Rich Felker e71188fa05 add malloc implementation selection to configure il y a 4 ans
  Rich Felker 503bd39766 import mallocng il y a 4 ans
  Rich Felker 785752a595 add glue code for mallocng merge il y a 4 ans
  Rich Felker fdf8b2ad9c add optimized aarch64 memcpy and memset il y a 4 ans
  Andre McCurdy 9dce93ac7f add big-endian support to ARM assembler memcpy il y a 5 ans
  Rich Felker 8ed2bd8bfc clear need_locks in child after fork il y a 4 ans
  Rich Felker fca7428c09 only use memcpy realloc to shrink if an exact-sized free chunk exists il y a 4 ans
  Rich Felker cb5babdc8d fix memset overflow in oldmalloc race fix overhaul il y a 4 ans
  Rich Felker 4bd22b8f3e fix invalid use of access function in nftw il y a 4 ans
  Rich Felker ca36573ecf add fallback a_clz_32 implementation il y a 4 ans
  Rich Felker 1fc67fc117 only disable aligned_alloc if malloc was replaced but it wasn't il y a 4 ans
  Rich Felker e9f4fd1185 have ldso track replacement of aligned_alloc il y a 4 ans
  Rich Felker 25cef5c591 reintroduce calloc elison of memset for direct-mmapped allocations il y a 4 ans
  Rich Felker 501a92660c move __malloc_replaced to a top-level malloc file il y a 4 ans
  Rich Felker 28f64fa6ca switch to a common calloc implementation il y a 4 ans