Historial de Commits

Autor SHA1 Mensaje Fecha
  Rich Felker dffc205918 support clang internal assembler when building for arm as thumb2 code hace 6 años
  Rich Felker 7b3348a98c support setting of default thread stack size via PT_GNU_STACK header hace 6 años
  Rich Felker c0058ab465 increase default thread stack/guard size hace 6 años
  Rich Felker 792f32772e limit the configurable default stack/guard size for threads hace 6 años
  Rich Felker c7ed3e909a remove redundant declarations of __default_stacksize, __default_guardsize hace 6 años
  Rich Felker 11ce1b133d fix benign data race in pthread_attr_init hace 6 años
  Rich Felker 84d061d5a3 fix deletion of pthread tsd keys that still have non-null values stored hace 6 años
  Kaarle Ritvanen 0db393d3a7 fix race condition in file locking hace 6 años
  Rich Felker 1f6cbdb434 getdelim: only grow buffer when necessary, improve OOM behavior hace 6 años
  Rich Felker 849e7603e9 fix null pointer subtraction and comparison in stdio hace 6 años
  Rich Felker 5cd309f0cc fix failure of getdelim to set stream orientation on error hace 6 años
  Rich Felker 5994de4e02 check for kernel support before allowing robust mutex creation hace 6 años
  Benjamin Peterson dbcfb16e43 always reset DST rules during tzset hace 6 años
  Rich Felker d6c855caa8 fix undefined behavior in strto* via FILE buffer pointer abuse hace 6 años
  Benjamin Peterson c84971995b improve error handling of ttyname_r and isatty hace 6 años
  Rich Felker e13063aad7 add hidden version of &errno accessor function hace 6 años
  Rich Felker da55d4884b fix build regression in sysconf for archs with variable page size hace 6 años
  Rich Felker 017e67ddde drop lazy plural forms init in dcngettext hace 6 años
  Rich Felker 1281779330 fix broken atomic store on powerpc[64] hace 6 años
  Khem Raj 7d7f44253f define MAX_HANDLE_SZ for use with name_to_handle_at hace 6 años
  Rich Felker 036df43d2a fix regression with compilers not incorporating C99 DR#289 resolution hace 6 años
  Rich Felker 7634101069 configure: only try -Qunused-arguments for clang hace 6 años
  Khem Raj 3e14bbcd19 wireup linux/name_to_handle_at and name_to_handle_at syscalls hace 6 años
  Rich Felker 5e46e8d4b0 remove vis.h protected-visibility hack hace 6 años
  Rich Felker 5f12ffe123 split internal lock API out of libc.h, creating lock.h hace 6 años
  Rich Felker 09e87db555 move misplaced __fork_handler declaration hace 6 años
  Rich Felker 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases hace 6 años
  Rich Felker 5ce3737931 reduce spurious inclusion of libc.h hace 6 años
  Rich Felker 0676c3a34c use wrapper headers to hide most namespaced/internally-public symbols hace 6 años
  Rich Felker ced75472d7 remove __vfork alias hace 6 años