Age | Commit message (Expand) | Author | Files | Lines |
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 | cleanup various minor issues reported by nsz | Rich Felker | 1 | -3/+3 |
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 | initial commit of the arm port | Rich Felker | 1 | -0/+15 |
2011-09-18 | overhaul clone syscall wrapping | Rich Felker | 1 | -2/+1 |
2011-08-23 | security hardening: ensure suid programs have valid stdin/out/err | Rich Felker | 1 | -2/+4 |
2011-08-12 | pthread and synccall cleanup, new __synccall_wait op | Rich Felker | 2 | -0/+2 |
2011-08-06 | simplify multi-threaded errno, eliminate useless function pointer | Rich Felker | 1 | -2/+1 |
2011-08-06 | use weak aliases rather than function pointers to simplify some code | Rich Felker | 1 | -2/+0 |
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 | 2 | -2/+4 |
2011-07-30 | add proper fuxed-based locking for stdio | Rich Felker | 3 | -6/+8 |
2011-07-29 | new attempt at making set*id() safe and robust | Rich Felker | 2 | -4/+5 |
2011-07-25 | comment non-obvious de bruijn sequence code in int parser | Rich Felker | 1 | -0/+2 |
2011-07-14 | fix various bugs in new integer parser framework | Rich Felker | 1 | -4/+7 |
2011-07-14 | new restartable integer parsing framework. | Rich Felker | 2 | -0/+116 |
2011-06-14 | restore use of .type in asm, but use modern @function (vs %function) | Rich Felker | 2 | -0/+2 |
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-06-13 | remove all .size and .type directives for functions from the asm | Rich Felker | 2 | -4/+0 |
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-05-01 | workaround for preprocessor bug in pcc | Rich Felker | 1 | -7/+7 |
2011-04-20 | fix minor bugs due to incorrect threaded-predicate semantics | Rich Felker | 1 | -0/+1 |
2011-04-17 | clean up handling of thread/nothread mode, locking | Rich Felker | 2 | -5/+4 |
2011-04-17 | optimize cancellation enable/disable code | Rich Felker | 1 | -0/+1 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | 3 | -8/+18 |
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 | 2 | -1/+5 |
2011-04-05 | new framework to inhibit thread cancellation when needed | Rich Felker | 1 | -0/+2 |
2011-04-03 | simplify calling of timer signal handler | Rich Felker | 1 | -2/+1 |
2011-04-03 | simplify pthread tsd key handling | Rich Felker | 1 | -2/+1 |
2011-04-01 | reorganize the __libc structure for threaded performance issues | Rich Felker | 1 | -6/+6 |
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 | 2 | -2/+6 |
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 |
2011-03-28 | major stdio overhaul, using readv/writev, plus other changes | Rich Felker | 1 | -12/+22 |
2011-03-24 | simplify and optimize FILE lock handling | Rich Felker | 1 | -3/+2 |
2011-03-24 | overhaul cancellation to fix resource leaks and dangerous behavior with signals | Rich Felker | 1 | -1/+2 |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | 1 | -22/+0 |
2011-03-19 | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | 1 | -0/+32 |
2011-03-19 | remove comment cruft that got left behind in x86_64 syscall.s | Rich Felker | 1 | -1/+0 |
2011-03-19 | overhaul syscall interface | Rich Felker | 4 | -11/+46 |