Historique des commits

Auteur SHA1 Message Date
  Rich Felker 1f5ff26cd7 fix broken FD_* macros on 64-bit targets il y a 13 ans
  Rich Felker 291666a14a bring back ___environ symbol (3 underscores) il y a 13 ans
  Rich Felker 1c8bead345 use new a_crash() asm to optimize double-free handler. il y a 13 ans
  Rich Felker df0b5a4940 security hardening: ensure suid programs have valid stdin/out/err il y a 13 ans
  Rich Felker c0f344160d in pathconf, -1, not 0, means unsupported.. syncio presumably works, too. il y a 13 ans
  Rich Felker 3e082df3cc fix bogus pathconf result for file size bits il y a 13 ans
  Rich Felker 47a8816ded partially working strptime il y a 13 ans
  Rich Felker cf8506ad94 ldso: move the suid/secure check code closer to env/auxv processing il y a 13 ans
  Rich Felker a045883365 honor AT_SECURE aux vector flag il y a 13 ans
  Rich Felker 623753ad64 RTLD_NEXT support il y a 13 ans
  Rich Felker 2719cc8628 LD_PRELOAD support il y a 13 ans
  Rich Felker ce7c6341d3 simplify and improve double-free check il y a 13 ans
  Rich Felker 6cb277d75e typo in macro definitions for x86_64 il y a 13 ans
  Rich Felker 9205e48609 macro for pthread_equal il y a 13 ans
  Rich Felker ef9dd03534 fix missing include in last commit il y a 13 ans
  Rich Felker ad5759821c fix clock() function il y a 13 ans
  Rich Felker 4054a135fc implement forkall il y a 13 ans
  Rich Felker 407d933052 pthread and synccall cleanup, new __synccall_wait op il y a 13 ans
  Rich Felker b1a7102d83 more efficient signal blocking for timer threads il y a 13 ans
  Rich Felker 8b625e45ff normal exit from timer thread should run dtors, restore cancel state il y a 13 ans
  Rich Felker c516807173 block signals in timer threads il y a 13 ans
  Rich Felker 1407785824 condition variable signal/bcast need not wake unless there are waiters il y a 13 ans
  Rich Felker cdfb725ca3 use weak aliase rather than weak reference for vdso clock_gettime il y a 13 ans
  Rich Felker b3c08a16c0 simplify unified timed wait code, drop support for newer method il y a 13 ans
  Rich Felker b2b95a58b4 add fast path for normal mutexes back to pthread_mutex_lock il y a 13 ans
  Rich Felker 188ebf51b4 close should not be cancellable after "failing" with EINTR il y a 13 ans
  Rich Felker 8426a99048 ensure the compiler does not move around thread-register-based reads il y a 13 ans
  Rich Felker 357876052b simplify multi-threaded errno, eliminate useless function pointer il y a 13 ans
  Rich Felker 98acf04fc0 use weak aliases rather than function pointers to simplify some code il y a 13 ans
  Rich Felker 338b663ddb fix off-by-one bug in siglongjmp that caused unpredictable behavior il y a 13 ans