summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorFilesLines
2011-10-02synchronize cond var destruction with exiting waitsRich Felker1-0/+1
2011-09-28improve pshared barriersRich Felker1-1/+1
2011-09-27process-shared barrier support, based on discussion with bdonlanRich Felker1-3/+5
2011-09-26fix lost signals in cond varsRich Felker1-0/+1
2011-09-26cleanup various minor issues reported by nszRich Felker1-3/+3
2011-09-26redo cond vars again, use sequence numbersRich Felker1-3/+3
2011-09-25new futex-requeue-based pthread_cond_broadcast implementationRich Felker1-3/+6
2011-09-22fix deadlock in condition wait whenever there are multiple waitersRich Felker1-0/+1
2011-09-18initial commit of the arm portRich Felker1-0/+15
2011-09-18overhaul clone syscall wrappingRich Felker1-2/+1
2011-08-23security hardening: ensure suid programs have valid stdin/out/errRich Felker1-2/+4
2011-08-12pthread and synccall cleanup, new __synccall_wait opRich Felker2-0/+2
2011-08-06simplify multi-threaded errno, eliminate useless function pointerRich Felker1-2/+1
2011-08-06use weak aliases rather than function pointers to simplify some codeRich Felker1-2/+0
2011-08-03overhaul rwlocks to address several issuesRich Felker1-4/+2
2011-08-02unify and overhaul timed futex waitsRich Felker2-2/+4
2011-07-30add proper fuxed-based locking for stdioRich Felker3-6/+8
2011-07-29new attempt at making set*id() safe and robustRich Felker2-4/+5
2011-07-25comment non-obvious de bruijn sequence code in int parserRich Felker1-0/+2
2011-07-14fix various bugs in new integer parser frameworkRich Felker1-4/+7
2011-07-14new restartable integer parsing framework.Rich Felker2-0/+116
2011-06-14restore use of .type in asm, but use modern @function (vs %function)Rich Felker2-0/+2
2011-06-14fix race condition in pthread_killRich Felker1-0/+1
2011-06-13fix sigset macro for 64-bit systems (<< was overflowing due to wrong type)Rich Felker1-1/+1
2011-06-13remove all .size and .type directives for functions from the asmRich Felker2-4/+0
2011-05-30implement uselocale function (minimal)Rich Felker1-0/+2
2011-05-07optimize compound-literal sigset_t's not to contain useless hurd bitsRich Felker1-2/+4
2011-05-07overhaul implementation-internal signal protectionsRich Felker1-3/+6
2011-05-06completely new barrier implementation, addressing major correctness issuesRich Felker1-4/+4
2011-05-01workaround for preprocessor bug in pccRich Felker1-7/+7
2011-04-20fix minor bugs due to incorrect threaded-predicate semanticsRich Felker1-0/+1
2011-04-17clean up handling of thread/nothread mode, lockingRich Felker2-5/+4
2011-04-17optimize cancellation enable/disable codeRich Felker1-0/+1
2011-04-17overhaul pthread cancellationRich Felker3-8/+18
2011-04-14use a separate signal from SIGCANCEL for SIGEV_THREAD timersRich Felker1-0/+1
2011-04-09greatly improve SIGEV_THREAD timersRich Felker1-0/+1
2011-04-06move rsyscall out of pthread_create moduleRich Felker2-1/+5
2011-04-05new framework to inhibit thread cancellation when neededRich Felker1-0/+2
2011-04-03simplify calling of timer signal handlerRich Felker1-2/+1
2011-04-03simplify pthread tsd key handlingRich Felker1-2/+1
2011-04-01reorganize the __libc structure for threaded performance issuesRich Felker1-6/+6
2011-03-30optimize timer creation and possibly protect against some minor racesRich Felker1-2/+0
2011-03-29major improvements to cancellation handlingRich Felker2-2/+6
2011-03-29some preliminaries for adding POSIX timersRich Felker1-0/+4
2011-03-28remove useless field in pthread struct (wasted a good bit of space)Rich Felker1-1/+0
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker1-12/+22
2011-03-24simplify and optimize FILE lock handlingRich Felker1-3/+2
2011-03-24overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker1-1/+2
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-22/+0
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker1-0/+32