Historie revizí

Autor SHA1 Zpráva Datum
  Rich Felker fc18facf6e rename aligned_alloc source file back to its proper name před 5 roky
  Rich Felker d1e6fdd367 reverse dependency order of memalign and aligned_alloc před 5 roky
  Rich Felker de798308e8 rename aligned_alloc source file před 5 roky
  Rich Felker 96490a4aef remove stale document from malloc src directory před 5 roky
  Rich Felker c4694f4061 rewrite bump allocator to fix corner cases, decouple from expand_heap před 5 roky
  Rich Felker 135c94f097 move malloc_impl.h from src/internal to src/malloc před 5 roky
  Rich Felker cee88b76f7 move declaration of interfaces between malloc and ldso to dynlink.h před 5 roky
  Rich Felker 28be61227c reformat clock_adjtime with always-true condition removed před 5 roky
  Rich Felker e0b17ef81e always use time64 syscall first for clock_adjtime před 5 roky
  Rich Felker ef51b76222 fix broken time64 clock_adjtime před 5 roky
  Rich Felker 3e16313f8f fix unbounded heap expansion race in malloc před 5 roky
  Rich Felker c40157d87e suppress unwanted warnings when configuring with clang před 5 roky
  Rich Felker 8d81ba8c0b restore lock-skipping for processes that return to single-threaded state před 5 roky
  Rich Felker f12888e9eb cut down size of some libc struct members před 5 roky
  Rich Felker e01b5939b3 don't use libc.threads_minus_1 as relaxed atomic for skipping locks před 5 roky
  Rich Felker 4d5aa20a94 reorder thread list unlink in pthread_exit after all locks před 5 roky
  Rich Felker cabc36969b fix incorrect SIGSTKFLT on all mips archs před 5 roky
  Rich Felker 09c54607e3 handle possibility that SIGEMT replaces SIGSTKFLT in strsignal před 5 roky
  Rich Felker 1b4e84c56d fix return value of res_send, res_query on errors from nameserver před 5 roky
  Rich Felker 5cf1ac2443 fix handling of errors resolving one of paired A+AAAA query před 5 roky
  Rich Felker fd7ec068ef set AD bit in dns queries, suppress for internal use před 5 roky
  Rich Felker 593caa4563 fix undefined behavior from signed overflow in strstr and memmem před 5 roky
  Rich Felker 4486c579cb remove arm (32-bit) support for vdso clock_gettime před 5 roky
  Rich Felker f3ecdc1043 fix undefined behavior in wcsto[ld] family functions před 5 roky
  Rich Felker 043c6e31d9 fix sh fesetround failure to clear old mode před 5 roky
  Rich Felker 2e0907ce62 move __string_read into vsscanf source file před 5 roky
  Rich Felker 2acf3bce01 remove spurious repeated semicolon in fmemopen před 5 roky
  Rich Felker 74fa4aac12 combine two calls to memset in fmemopen před 5 roky
  Rich Felker 086542fb5b fix possible access to uninitialized memory in shgetc (via scanf) před 5 roky
  Rich Felker b287cd745c fix undefined behavior in scanf core před 5 roky