Age | Commit message (Expand) | Author | Files | Lines |
2014-09-07 | add C11 thread creation and related thread functions | Rich Felker | 1 | -0/+2 |
2014-08-23 | fix false ownership of stdio FILEs due to tid reuse | Rich Felker | 1 | -0/+1 |
2014-08-22 | fix fallback checks for kernels without private futex support | Rich Felker | 1 | -1/+1 |
2014-08-17 | redesign cond var implementation to fix multiple issues | Rich Felker | 1 | -5/+4 |
2014-08-17 | make pointers used in robust list volatile | Rich Felker | 1 | -2/+2 |
2014-08-15 | make futex operations use private-futex mode when possible | Rich Felker | 1 | -2/+8 |
2014-06-10 | simplify errno implementation | Rich Felker | 1 | -1/+1 |
2013-08-03 | fix multiple bugs in SIGEV_THREAD timers | Rich Felker | 1 | -1/+1 |
2013-04-26 | transition to using functions for internal signal blocking/restoring | Rich Felker | 1 | -0/+4 |
2013-03-31 | implement pthread_getattr_np | Rich Felker | 1 | -0/+2 |
2013-03-26 | remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG | Rich Felker | 1 | -3/+3 |
2013-02-01 | replace __wake function with macro that performs direct syscall | Rich Felker | 1 | -1/+2 |
2012-11-11 | add support for thread scheduling (POSIX TPS option) | Rich Felker | 1 | -0/+5 |
2012-11-08 | clean up sloppy nested inclusion from pthread_impl.h | Rich Felker | 1 | -8/+0 |
2012-10-05 | support for TLS in dynamic-loaded (dlopen) modules | Rich Felker | 1 | -2/+3 |
2012-10-04 | beginnings of full TLS support in shared libraries | Rich Felker | 1 | -1/+1 |
2012-08-09 | fix (hopefully) all hard-coded 8's for kernel sigset_t size | Rich Felker | 1 | -2/+5 |
2012-07-12 | fix several locks that weren't updated right for new futex-based __lock | Rich Felker | 1 | -3/+3 |
2012-06-09 | add pthread_attr_setstack interface (and get) | Rich Felker | 1 | -1/+2 |
2012-06-02 | increase default thread stack size to 80k | Rich Felker | 1 | -1/+1 |
2012-05-25 | remove cruft from pthread structure (old cancellation stuff) | Rich Felker | 1 | -2/+0 |
2012-05-21 | fix out-of-bounds array access in pthread barriers on 64-bit | Rich Felker | 1 | -1/+1 |
2012-05-03 | overhaul SSP support to use a real canary | Rich Felker | 1 | -0/+4 |
2011-10-02 | synchronize cond var destruction with exiting waits | Rich Felker | 1 | -0/+1 |
2011-09-28 | improve pshared barriers | Rich Felker | 1 | -1/+1 |
2011-09-27 | process-shared barrier support, based on discussion with bdonlan | Rich Felker | 1 | -3/+5 |
2011-09-26 | fix lost signals in cond vars | Rich Felker | 1 | -0/+1 |
2011-09-26 | redo cond vars again, use sequence numbers | Rich Felker | 1 | -3/+3 |
2011-09-25 | new futex-requeue-based pthread_cond_broadcast implementation | Rich Felker | 1 | -3/+6 |
2011-09-22 | fix deadlock in condition wait whenever there are multiple waiters | Rich Felker | 1 | -0/+1 |
2011-09-18 | overhaul clone syscall wrapping | Rich Felker | 1 | -2/+1 |
2011-08-12 | pthread and synccall cleanup, new __synccall_wait op | Rich Felker | 1 | -0/+1 |
2011-08-03 | overhaul rwlocks to address several issues | Rich Felker | 1 | -4/+2 |
2011-08-02 | unify and overhaul timed futex waits | Rich Felker | 1 | -2/+1 |
2011-07-30 | add proper fuxed-based locking for stdio | Rich Felker | 1 | -0/+2 |
2011-07-29 | new attempt at making set*id() safe and robust | Rich Felker | 1 | -3/+3 |
2011-06-14 | fix race condition in pthread_kill | Rich Felker | 1 | -0/+1 |
2011-06-13 | fix sigset macro for 64-bit systems (<< was overflowing due to wrong type) | Rich Felker | 1 | -1/+1 |
2011-05-30 | implement uselocale function (minimal) | Rich Felker | 1 | -0/+2 |
2011-05-07 | optimize compound-literal sigset_t's not to contain useless hurd bits | Rich Felker | 1 | -2/+4 |
2011-05-07 | overhaul implementation-internal signal protections | Rich Felker | 1 | -3/+6 |
2011-05-06 | completely new barrier implementation, addressing major correctness issues | Rich Felker | 1 | -4/+4 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | 1 | -1/+3 |
2011-04-14 | use a separate signal from SIGCANCEL for SIGEV_THREAD timers | Rich Felker | 1 | -0/+1 |
2011-04-09 | greatly improve SIGEV_THREAD timers | Rich Felker | 1 | -0/+1 |
2011-04-06 | move rsyscall out of pthread_create module | Rich Felker | 1 | -0/+3 |
2011-03-30 | optimize timer creation and possibly protect against some minor races | Rich Felker | 1 | -2/+0 |
2011-03-29 | major improvements to cancellation handling | Rich Felker | 1 | -2/+5 |
2011-03-29 | some preliminaries for adding POSIX timers | Rich Felker | 1 | -0/+4 |
2011-03-28 | remove useless field in pthread struct (wasted a good bit of space) | Rich Felker | 1 | -1/+0 |