Histórico de Commits

Autor SHA1 Mensagem Data
  Rich Felker 0a005f499c fix C implementation of a_clz_32 há 4 anos atrás
  Julien Ramseier a62df9c9b7 vfscanf: fix possible invalid free due to uninitialized variable use há 4 anos atrás
  Rich Felker ea6d7847ac make mallocng the default malloc implementation há 4 anos atrás
  Rich Felker e71188fa05 add malloc implementation selection to configure há 4 anos atrás
  Rich Felker 503bd39766 import mallocng há 4 anos atrás
  Rich Felker 785752a595 add glue code for mallocng merge há 4 anos atrás
  Rich Felker fdf8b2ad9c add optimized aarch64 memcpy and memset há 4 anos atrás
  Andre McCurdy 9dce93ac7f add big-endian support to ARM assembler memcpy há 5 anos atrás
  Rich Felker 8ed2bd8bfc clear need_locks in child after fork há 4 anos atrás
  Rich Felker fca7428c09 only use memcpy realloc to shrink if an exact-sized free chunk exists há 4 anos atrás
  Rich Felker cb5babdc8d fix memset overflow in oldmalloc race fix overhaul há 4 anos atrás
  Rich Felker 4bd22b8f3e fix invalid use of access function in nftw há 4 anos atrás
  Rich Felker ca36573ecf add fallback a_clz_32 implementation há 4 anos atrás
  Rich Felker 1fc67fc117 only disable aligned_alloc if malloc was replaced but it wasn't há 4 anos atrás
  Rich Felker e9f4fd1185 have ldso track replacement of aligned_alloc há 4 anos atrás
  Rich Felker 25cef5c591 reintroduce calloc elison of memset for direct-mmapped allocations há 4 anos atrás
  Rich Felker 501a92660c move __malloc_replaced to a top-level malloc file há 4 anos atrás
  Rich Felker 28f64fa6ca switch to a common calloc implementation há 4 anos atrás
  Rich Felker 384c0131cc move oldmalloc to its own directory under src/malloc há 4 anos atrás
  Rich Felker eaa0f24967 move __expand_heap into malloc.c há 4 anos atrás
  Rich Felker e07138b880 rename memalign source file back to its proper name há 4 anos atrás
  Rich Felker fc18facf6e rename aligned_alloc source file back to its proper name há 4 anos atrás
  Rich Felker d1e6fdd367 reverse dependency order of memalign and aligned_alloc há 4 anos atrás
  Rich Felker de798308e8 rename aligned_alloc source file há 4 anos atrás
  Rich Felker 96490a4aef remove stale document from malloc src directory há 4 anos atrás
  Rich Felker c4694f4061 rewrite bump allocator to fix corner cases, decouple from expand_heap há 4 anos atrás
  Rich Felker 135c94f097 move malloc_impl.h from src/internal to src/malloc há 4 anos atrás
  Rich Felker cee88b76f7 move declaration of interfaces between malloc and ldso to dynlink.h há 4 anos atrás
  Rich Felker 28be61227c reformat clock_adjtime with always-true condition removed há 4 anos atrás
  Rich Felker e0b17ef81e always use time64 syscall first for clock_adjtime há 4 anos atrás