Historie revizí

Autor SHA1 Zpráva Datum
  Rich Felker 7356c2554e fix multiple bugs in SIGEV_THREAD timers před 11 roky
  Rich Felker 2c074b0d6c transition to using functions for internal signal blocking/restoring před 12 roky
  Rich Felker 14a835b386 implement pthread_getattr_np před 12 roky
  Rich Felker ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG před 12 roky
  Rich Felker facc6acbfd replace __wake function with macro that performs direct syscall před 12 roky
  Rich Felker 1e21e78bf7 add support for thread scheduling (POSIX TPS option) před 12 roky
  Rich Felker efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h před 12 roky
  Rich Felker dcd6037150 support for TLS in dynamic-loaded (dlopen) modules před 12 roky
  Rich Felker 9b153c043e beginnings of full TLS support in shared libraries před 12 roky
  Rich Felker 2f437040e7 fix (hopefully) all hard-coded 8's for kernel sigset_t size před 12 roky
  Rich Felker bbbe87e35c fix several locks that weren't updated right for new futex-based __lock před 12 roky
  Rich Felker 819006a88b add pthread_attr_setstack interface (and get) před 13 roky
  Rich Felker 13b3645c46 increase default thread stack size to 80k před 13 roky
  Rich Felker 7efd14ecc9 remove cruft from pthread structure (old cancellation stuff) před 13 roky
  Rich Felker 9ae1cf6d29 fix out-of-bounds array access in pthread barriers on 64-bit před 13 roky
  Rich Felker 58aa5f45ed overhaul SSP support to use a real canary před 13 roky
  Rich Felker 5a2e180937 synchronize cond var destruction with exiting waits před 13 roky
  Rich Felker 9cee9307e3 improve pshared barriers před 13 roky
  Rich Felker 6016457011 process-shared barrier support, based on discussion with bdonlan před 13 roky
  Rich Felker 1fa0521010 fix lost signals in cond vars před 13 roky
  Rich Felker 729d6368bd redo cond vars again, use sequence numbers před 13 roky
  Rich Felker cba4e1c0a3 new futex-requeue-based pthread_cond_broadcast implementation před 13 roky
  Rich Felker 4b153ac424 fix deadlock in condition wait whenever there are multiple waiters před 13 roky
  Rich Felker 3f72cdac73 overhaul clone syscall wrapping před 13 roky
  Rich Felker 407d933052 pthread and synccall cleanup, new __synccall_wait op před 13 roky
  Rich Felker 50304f2eef overhaul rwlocks to address several issues před 13 roky
  Rich Felker ec381af902 unify and overhaul timed futex waits před 13 roky
  Rich Felker dba68bf98f add proper fuxed-based locking for stdio před 13 roky
  Rich Felker acb0480662 new attempt at making set*id() safe and robust před 13 roky
  Rich Felker 7779dbd266 fix race condition in pthread_kill před 14 roky