Commit Verlauf

Autor SHA1 Nachricht Datum
  Rich Felker 1e21e78bf7 add support for thread scheduling (POSIX TPS option) vor 12 Jahren
  Rich Felker efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h vor 12 Jahren
  Rich Felker dcd6037150 support for TLS in dynamic-loaded (dlopen) modules vor 12 Jahren
  Rich Felker 9b153c043e beginnings of full TLS support in shared libraries vor 12 Jahren
  Rich Felker 2f437040e7 fix (hopefully) all hard-coded 8's for kernel sigset_t size vor 12 Jahren
  Rich Felker bbbe87e35c fix several locks that weren't updated right for new futex-based __lock vor 12 Jahren
  Rich Felker 819006a88b add pthread_attr_setstack interface (and get) vor 12 Jahren
  Rich Felker 13b3645c46 increase default thread stack size to 80k vor 12 Jahren
  Rich Felker 7efd14ecc9 remove cruft from pthread structure (old cancellation stuff) vor 13 Jahren
  Rich Felker 9ae1cf6d29 fix out-of-bounds array access in pthread barriers on 64-bit vor 13 Jahren
  Rich Felker 58aa5f45ed overhaul SSP support to use a real canary vor 13 Jahren
  Rich Felker 5a2e180937 synchronize cond var destruction with exiting waits vor 13 Jahren
  Rich Felker 9cee9307e3 improve pshared barriers vor 13 Jahren
  Rich Felker 6016457011 process-shared barrier support, based on discussion with bdonlan vor 13 Jahren
  Rich Felker 1fa0521010 fix lost signals in cond vars vor 13 Jahren
  Rich Felker 729d6368bd redo cond vars again, use sequence numbers vor 13 Jahren
  Rich Felker cba4e1c0a3 new futex-requeue-based pthread_cond_broadcast implementation vor 13 Jahren
  Rich Felker 4b153ac424 fix deadlock in condition wait whenever there are multiple waiters vor 13 Jahren
  Rich Felker 3f72cdac73 overhaul clone syscall wrapping vor 13 Jahren
  Rich Felker 407d933052 pthread and synccall cleanup, new __synccall_wait op vor 13 Jahren
  Rich Felker 50304f2eef overhaul rwlocks to address several issues vor 13 Jahren
  Rich Felker ec381af902 unify and overhaul timed futex waits vor 13 Jahren
  Rich Felker dba68bf98f add proper fuxed-based locking for stdio vor 13 Jahren
  Rich Felker acb0480662 new attempt at making set*id() safe and robust vor 13 Jahren
  Rich Felker 7779dbd266 fix race condition in pthread_kill vor 13 Jahren
  Rich Felker f09e78de98 fix sigset macro for 64-bit systems (<< was overflowing due to wrong type) vor 13 Jahren
  Rich Felker 11c531e21d implement uselocale function (minimal) vor 14 Jahren
  Rich Felker 4c4e22d781 optimize compound-literal sigset_t's not to contain useless hurd bits vor 14 Jahren
  Rich Felker 99b8a25e94 overhaul implementation-internal signal protections vor 14 Jahren
  Rich Felker f16a3089be completely new barrier implementation, addressing major correctness issues vor 14 Jahren