Historial de Commits

Autor SHA1 Mensaje Fecha
  Rich Felker 9be4ed5d89 getopt_long_only: don't prefix-match long-options that match short ones hace 7 años
  Rich Felker b4b1e10364 reintroduce hardening against partially-replaced allocator hace 7 años
  Rich Felker 72141795d4 return chunks split off by memalign using __bin_chunk instead of free hace 7 años
  Rich Felker 3c2cbbe7ba using malloc implementation types/macros/idioms for memalign hace 7 años
  Rich Felker 23389b1988 move malloc implementation types and macros to an internal header hace 7 años
  Rich Felker 618b18c78e revert detection of partially-replaced allocator hace 7 años
  Will Dietz 3f3cc3e995 setvbuf: minor comment typo fix hace 7 años
  Andre McCurdy 8c2943f057 arm: use a_ll/a_sc atomics when building for ARMv6T2 hace 7 años
  Andre McCurdy 749a06b4c5 arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros hace 7 años
  Andre McCurdy ea489b8b0d provide optimized a_ctz_32 for arm hace 7 años
  Andre McCurdy 0c6abb5882 remove a_ctz_l from arch specific atomic_arch.h hace 7 años
  Marc André Tanner 3f6dc30470 fix out of bounds write for zero length buffer in gethostname hace 7 años
  Rich Felker 0b80a7b040 add support for caller-provided buffers to setvbuf hace 7 años
  Rich Felker 6019459251 clean up allocation/setup logic for open_[w]memstream hace 7 años
  Rich Felker 0b043c7b70 clean up allocation/setup logic for fmemopen hace 7 años
  Rich Felker 4245a233c1 minor cleanup in fopencookie hace 7 años
  Rich Felker c9f415d7ea allow interposition/replacement of allocator (malloc) hace 7 años
  Rich Felker c1014a812c refactor flockfile not to duplicate lock mechanism logic hace 7 años
  Rich Felker c21f750727 fix stdio lock dependency on read-after-free not faulting hace 7 años
  Rich Felker 502027540b remove unused __brk function/source file hace 7 años
  Rich Felker d610c14855 enable reclaim_gaps for fdpic hace 7 años
  Rich Felker 14032c30e2 comment __malloc_donate overflow logic hace 7 años
  Alexander Monakov ce7ae11acf ldso, malloc: implement reclaim_gaps via __malloc_donate hace 7 años
  Alexander Monakov d889cc3463 malloc: fix an over-allocation bug hace 7 años
  Rich Felker b9410061e2 use explicit dynamic-list rather than symbolic-functions for linking hace 7 años
  Rich Felker 4bf0717e51 fix return value of nice function hace 7 años
  Alexander Monakov 424eab2225 optimize malloc0 hace 7 años
  Rich Felker 10e4bd3780 fix incorrect results for catan with some inputs hace 7 años
  Rich Felker ae2a01da2e fix wrong result in casin and many related complex functions hace 7 años
  Samuel Holland ea81529fb9 implement wcsftime padding specifier extensions hace 7 años