Историја ревизија

Аутор SHA1 Порука Датум
  Rich Felker ce7c6341d3 simplify and improve double-free check пре 13 година
  Rich Felker 6cb277d75e typo in macro definitions for x86_64 пре 13 година
  Rich Felker 9205e48609 macro for pthread_equal пре 13 година
  Rich Felker ef9dd03534 fix missing include in last commit пре 13 година
  Rich Felker ad5759821c fix clock() function пре 13 година
  Rich Felker 4054a135fc implement forkall пре 13 година
  Rich Felker 407d933052 pthread and synccall cleanup, new __synccall_wait op пре 13 година
  Rich Felker b1a7102d83 more efficient signal blocking for timer threads пре 13 година
  Rich Felker 8b625e45ff normal exit from timer thread should run dtors, restore cancel state пре 13 година
  Rich Felker c516807173 block signals in timer threads пре 14 година
  Rich Felker 1407785824 condition variable signal/bcast need not wake unless there are waiters пре 14 година
  Rich Felker cdfb725ca3 use weak aliase rather than weak reference for vdso clock_gettime пре 14 година
  Rich Felker b3c08a16c0 simplify unified timed wait code, drop support for newer method пре 14 година
  Rich Felker b2b95a58b4 add fast path for normal mutexes back to pthread_mutex_lock пре 14 година
  Rich Felker 188ebf51b4 close should not be cancellable after "failing" with EINTR пре 14 година
  Rich Felker 8426a99048 ensure the compiler does not move around thread-register-based reads пре 14 година
  Rich Felker 357876052b simplify multi-threaded errno, eliminate useless function pointer пре 14 година
  Rich Felker 98acf04fc0 use weak aliases rather than function pointers to simplify some code пре 14 година
  Rich Felker 338b663ddb fix off-by-one bug in siglongjmp that caused unpredictable behavior пре 14 година
  Rich Felker 5f37fc132a further debloat cancellation handlers пре 14 година
  Rich Felker 56385dd5fe missed detail in cancellation bloat fix пре 14 година
  Rich Felker 730bee725a fix static linking dependency bloat with cancellation пре 14 година
  Rich Felker fc0ecd35d8 implement if_nameindex and if_freenameindex пре 14 година
  Rich Felker 50304f2eef overhaul rwlocks to address several issues пре 14 година
  Rich Felker 8aeee8db21 timedwait: play it safe for now пре 14 година
  Rich Felker 4f5ba9211e fix stubbed-out reboot call пре 14 година
  Rich Felker 4717bfec70 correctly handle old kernels without FUTEX_WAIT_BITSET пре 14 година
  Rich Felker bdd893377f fix sem_timedwait bug introduced in timedwait unification пре 14 година
  Rich Felker ec381af902 unify and overhaul timed futex waits пре 14 година
  Rich Felker c68de0be2f avoid accessing mutex memory after atomic unlock пре 14 година