Historique des commits

Auteur SHA1 Message Date
  Rich Felker 4b153ac424 fix deadlock in condition wait whenever there are multiple waiters il y a 13 ans
  Rich Felker 3f72cdac73 overhaul clone syscall wrapping il y a 13 ans
  Rich Felker 407d933052 pthread and synccall cleanup, new __synccall_wait op il y a 13 ans
  Rich Felker 50304f2eef overhaul rwlocks to address several issues il y a 13 ans
  Rich Felker ec381af902 unify and overhaul timed futex waits il y a 13 ans
  Rich Felker dba68bf98f add proper fuxed-based locking for stdio il y a 13 ans
  Rich Felker acb0480662 new attempt at making set*id() safe and robust il y a 13 ans
  Rich Felker 7779dbd266 fix race condition in pthread_kill il y a 14 ans
  Rich Felker f09e78de98 fix sigset macro for 64-bit systems (<< was overflowing due to wrong type) il y a 14 ans
  Rich Felker 11c531e21d implement uselocale function (minimal) il y a 14 ans
  Rich Felker 4c4e22d781 optimize compound-literal sigset_t's not to contain useless hurd bits il y a 14 ans
  Rich Felker 99b8a25e94 overhaul implementation-internal signal protections il y a 14 ans
  Rich Felker f16a3089be completely new barrier implementation, addressing major correctness issues il y a 14 ans
  Rich Felker feee98903c overhaul pthread cancellation il y a 14 ans
  Rich Felker 016a5dc192 use a separate signal from SIGCANCEL for SIGEV_THREAD timers il y a 14 ans
  Rich Felker 82171d6ac0 greatly improve SIGEV_THREAD timers il y a 14 ans
  Rich Felker b2486a8922 move rsyscall out of pthread_create module il y a 14 ans
  Rich Felker b8be64c43d optimize timer creation and possibly protect against some minor races il y a 14 ans
  Rich Felker bf619d82c8 major improvements to cancellation handling il y a 14 ans
  Rich Felker 70c31c7bd7 some preliminaries for adding POSIX timers il y a 14 ans
  Rich Felker 83b6c9e052 remove useless field in pthread struct (wasted a good bit of space) il y a 14 ans
  Rich Felker 047e434ef5 implement robust mutexes il y a 14 ans
  Rich Felker 93cc986ab3 reorder mutex struct fields to make room for pointers (upcoming robust mutexes) il y a 14 ans
  Rich Felker b1c43161c2 unify lock and owner fields of mutex structure il y a 14 ans
  Rich Felker 5fcebcde6a optimize pthread termination in the non-detached case il y a 14 ans
  Rich Felker 4820f9268d fix and optimize non-default-type mutex behavior il y a 14 ans
  Rich Felker 5fd4a98165 use the selected clock from the condattr for pthread_cond_timedwait il y a 14 ans
  Rich Felker e882756311 reorganize pthread data structures and move the definitions to alltypes.h il y a 14 ans
  Rich Felker 7b2dd2235d finish unifying thread register handling in preparation for porting il y a 14 ans
  Rich Felker 0b2006c8fe begin unifying clone/thread management interface in preparation for porting il y a 14 ans