Historique des commits

Auteur SHA1 Message Date
  M Farkas-Dyck 164c5c7a32 expose public execvpe interface il y a 11 ans
  Rich Felker 476cd1d965 fix false negatives with periodic needles in strstr, wcsstr, and memmem il y a 11 ans
  Timo Teräs fbeadd150f make socketcall types common as they are same for all architectures il y a 11 ans
  Rich Felker de45164eff add options when explicitly invoking dynamic loader il y a 11 ans
  Rich Felker b1ef806786 release 1.1.0 il y a 11 ans
  Rich Felker 58e75db471 add working vdso clock_gettime support, including static linking il y a 11 ans
  Rich Felker 0d0c2f4034 fix deadlock race in pthread_once il y a 11 ans
  Szabolcs Nagy fcea534e57 fix RLIMIT_ constants for mips il y a 11 ans
  Rich Felker 96315d27b0 add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconf il y a 11 ans
  Rich Felker de20a8ffc5 add namespace-protected name for sysinfo function il y a 11 ans
  Rich Felker 6cf7d17f53 in sysconf, use getrlimit function rather than raw syscall for rlimits il y a 11 ans
  Rich Felker 233767b48a avoid linear-time if/else special cases in sysconf il y a 11 ans
  Rich Felker 805698401d fix fallback code for old kernels in clock_gettime il y a 11 ans
  Rich Felker 3933fdd500 use dmb barrier instruction for atomics on arm v7 il y a 11 ans
  Rich Felker 83c98aac4c use hidden visibility rather than protected for syscall internals il y a 11 ans
  Szabolcs Nagy 73c870ed32 math: fix aliasing violation in long double wrappers il y a 11 ans
  Timo Teräs 6fbdeff0e5 fix search past the end of haystack in memmem il y a 11 ans
  Rich Felker e94d069286 fix printf rounding with %g for some corner case midpoints il y a 11 ans
  Rich Felker efe07b0f89 fix arm atomic asm register constraint il y a 11 ans
  Rich Felker 1974bffa2d use inline atomics and thread pointer on arm models supporting them il y a 11 ans
  Rich Felker 21ada94c4b add getauxval function il y a 11 ans
  Rich Felker 89740868c9 fix failure of printf %g to strip trailing zeros in some cases il y a 11 ans
  Rich Felker 109048e031 fix carry into uninitialized slots during printf floating point rounding il y a 11 ans
  Rich Felker 7e8b0761e5 remove some cruft from libc/tls init code il y a 11 ans
  Rich Felker 561e0a0968 remove cruft left behind when lazy thread pointer init was removed il y a 11 ans
  Rich Felker b9b2db2f37 add __sigsetjmp ABI-compat alias for sigsetjmp il y a 11 ans
  sin 141d3b5c2a remove struct elem entirely from hsearch.c il y a 11 ans
  sin fe1ba7dbf1 implement hcreate_r, hdestroy_r and hsearch_r il y a 11 ans
  Rich Felker 5446303328 avoid malloc failure for small requests when brk can't be extended il y a 11 ans
  Rich Felker 91d5aa0657 fix microblaze syscall register clobbers il y a 11 ans