Histórico de Commits

Autor SHA1 Mensagem Data
  Rich Felker 36b72cd6fd fix potential deadlock in dlerror buffer handling at thread exit há 2 anos atrás
  Rich Felker 833a469167 configure: disable TBAA optimization because most compilers are buggy há 2 anos atrás
  Rich Felker e6e8213244 disable MADV_FREE usage in mallocng há 2 anos atrás
  Rich Felker 25e6fee27f remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE há 2 anos atrás
  Rich Felker 246f1c8114 remove LFS64 symbol aliases; replace with dynamic linker remapping há 2 anos atrás
  Rich Felker dec8f0a4fa dns query core: detect udp truncation at recv time há 2 anos atrás
  Rich Felker 8c408937da getaddrinfo dns lookup: use larger answer buffer to handle long CNAMEs há 2 anos atrás
  Rich Felker 759bf785a8 arpa/nameser.h: update RR types list há 2 anos atrás
  Rich Felker 51d4669fb9 dns: implement tcp fallback in __res_msend query core há 2 anos atrás
  Rich Felker e2e9517607 res_send: use a temp buffer if caller's buffer is under 512 bytes há 2 anos atrás
  Rich Felker c87d75f2aa adapt res_msend DNS query core for working with multiple sockets há 2 anos atrás
  Rich Felker 85050ac5a2 getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomain há 2 anos atrás
  Rich Felker dc9285ad1d fix error cases in gethostbyaddr_r há 2 anos atrás
  Rich Felker f9827fc7da remove impossible error case from gethostbyname2_r há 2 anos atrás
  Rich Felker f081d5336a fix return value of gethostnbyname[2]_r on result not found há 2 anos atrás
  Rich Felker 1e7fb12f77 dns: treat names rejected by res_mkquery as nonexistent rather than error há 2 anos atrás
  Rich Felker 001c1afb0a res_mkquery: error out on consecutive final dots in name há 2 anos atrás
  Alexey Izbyshev 3ad3fa962e fix thread leak on timer_create(SIGEV_THREAD) failure há 2 anos atrás
  Rich Felker bf14ef193b re-enable vdso clock_gettime on arm (32-bit) with workaround há 2 anos atrás
  Rich Felker 6f3ead0ae1 process DT_RELR relocations in ldso-startup/static-pie há 2 anos atrás
  Rich Felker 25085c85a0 fix fwprintf missing output to open_wmemstream FILEs há 2 anos atrás
  Rich Felker a636fd630f dns: fail if ipv6 is disabled and resolv.conf has only v6 nameserves há 2 anos atrás
  Rich Felker 996b6154b2 use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ) há 2 anos atrás
  Rich Felker 25340a9337 add sysconf keys/values for signal stack size há 2 anos atrás
  Rich Felker d8fddb9641 fix fallback when ipv6 is disabled but resolv.conf has v6 nameserves há 2 anos atrás
  Kristina Martsenko d4f987e4ac epoll_create: fail with EINVAL if size is non-positive há 2 anos atrás
  Rich Felker 2e5fff43dd use alt signal stack when present for implementation-internal signals há 2 anos atrás
  Érico Nogueira 379b18218d ldso: make exit condition clearer in fixup_rpath há 2 anos atrás
  Rich Felker 37e18b7bf3 freopen: reset stream orientation (byte/wide) and encoding rule há 2 anos atrás
  Rich Felker bf99258564 ldso: process RELR only for non-FDPIC archs há 2 anos atrás