Histórico de commits

Autor SHA1 Mensagem Data
  Rich Felker cfa0a54c08 fix printf precision specifier for hex floats on non-ld80 archs 6 anos atrás
  Rich Felker 6aeb131b4c getopt: update optarg and optind correctly on missing argument 6 anos atrás
  Rich Felker 184ef36f85 fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #if 6 anos atrás
  Rich Felker 767f7a1091 remove erroneous SYMLINK_MAX definition from limits.h, pathconf 6 anos atrás
  Segev Finer 8b2b61e000 mips archs: fix runaway execution if start fn passed to clone returns 6 anos atrás
  Rich Felker 91e1e29d6d fix pthread_create return value with PTHREAD_EXPLICIT_SCHED 6 anos atrás
  Rich Felker 1ad8138819 fix sign of strftime %z output with offsets <1 hour west of UTC 6 anos atrás
  Rich Felker 7dad9c2125 fix musl-gcc wrapper to be compatible with default-pie gcc toolchains 6 anos atrás
  Rich Felker 14992d4384 make pthread_attr_init honor defaults set by pthread_setattr_default_np 6 anos atrás
  Fangrui Song 3d8322c7ad bsearch: simplify and optimize 6 anos atrás
  midipix f2c6dbe244 move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits 6 anos atrás
  midipix 2fab90a71a remove inclusion guard hacks for sys/kd.h 6 anos atrás
  Rich Felker 18fbc7e4fa remove spurious declaration of __getdents from readdir.c 6 anos atrás
  Rich Felker b3fa0f2b1b fix regression in alignment of dirent structs produced by readdir 6 anos atrás
  Szabolcs Nagy df6d9450ea add support for arch-specific ptrace command macros 6 anos atrás
  Szabolcs Nagy 7ea32a8282 sys/ptrace.h: add missing PTRACE_EVENT_STOP 6 anos atrás
  Szabolcs Nagy cbf16c4abf uchar.h: define char16_t and char32_t for old c++ 6 anos atrás
  Rich Felker 5c2f46a214 block dlopen of libraries with initial-exec refs to dynamic TLS 6 anos atrás
  Rich Felker 5fdccbcd8f fix inefficient choice of tlsdesc function due to off-by-one 6 anos atrás
  Rich Felker 187bcc3bf4 implement getaddrinfo's AI_ADDRCONFIG flag 6 anos atrás
  Rich Felker 9cad27a3dc fix writes outside buffer by ungetc after setvbuf 6 anos atrás
  Rich Felker 062015204a add ST_RELATIME to statvfs.h 6 anos atrás
  Rich Felker 4f35eb7591 resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrs 6 anos atrás
  Alexander Monakov b0d2b3a1e5 optimize explicit_bzero for size 6 anos atrás
  Rich Felker 193338e619 avoid spurious dso matches by dladdr outside bounds of load segments 6 anos atrás
  Rich Felker f6870d6b4f make dladdr consistently produce the first symbol in presence of aliases 6 anos atrás
  Rich Felker c8b49b2fbc fix symtab-order-dependent spurious matches in dladdr 6 anos atrás
  Rich Felker 8b8fb7f037 correctly handle non-matching symbols in dladdr 6 anos atrás
  Rich Felker e829695fcc avoid using undefined pointer arithmetic in dladdr 6 anos atrás
  Patrick Oppenlander a0d64dccbc fix missing timeout argument to futex syscall in __futexwait 6 anos atrás