summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorLines
2011-06-14restore use of .type in asm, but use modern @function (vs %function)Rich Felker-0/+2
2011-06-14fix race condition in pthread_killRich Felker-0/+1
2011-06-13fix sigset macro for 64-bit systems (<< was overflowing due to wrong type)Rich Felker-1/+1
2011-06-13remove all .size and .type directives for functions from the asmRich Felker-4/+0
2011-05-30implement uselocale function (minimal)Rich Felker-0/+2
2011-05-07optimize compound-literal sigset_t's not to contain useless hurd bitsRich Felker-2/+4
2011-05-07overhaul implementation-internal signal protectionsRich Felker-3/+6
2011-05-06completely new barrier implementation, addressing major correctness issuesRich Felker-4/+4
2011-05-01workaround for preprocessor bug in pccRich Felker-7/+7
2011-04-20fix minor bugs due to incorrect threaded-predicate semanticsRich Felker-0/+1
2011-04-17clean up handling of thread/nothread mode, lockingRich Felker-5/+4
2011-04-17optimize cancellation enable/disable codeRich Felker-0/+1
2011-04-17overhaul pthread cancellationRich Felker-8/+18
2011-04-14use a separate signal from SIGCANCEL for SIGEV_THREAD timersRich Felker-0/+1
2011-04-09greatly improve SIGEV_THREAD timersRich Felker-0/+1
2011-04-06move rsyscall out of pthread_create moduleRich Felker-1/+5
2011-04-05new framework to inhibit thread cancellation when neededRich Felker-0/+2
2011-04-03simplify calling of timer signal handlerRich Felker-2/+1
2011-04-03simplify pthread tsd key handlingRich Felker-2/+1
2011-04-01reorganize the __libc structure for threaded performance issuesRich Felker-6/+6
2011-03-30optimize timer creation and possibly protect against some minor racesRich Felker-2/+0
2011-03-29major improvements to cancellation handlingRich Felker-2/+6
2011-03-29some preliminaries for adding POSIX timersRich Felker-0/+4
2011-03-28remove useless field in pthread struct (wasted a good bit of space)Rich Felker-1/+0
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker-12/+22
2011-03-24simplify and optimize FILE lock handlingRich Felker-3/+2
2011-03-24overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker-1/+2
2011-03-20global cleanup to use the new syscall interfaceRich Felker-22/+0
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker-0/+32
2011-03-19remove comment cruft that got left behind in x86_64 syscall.sRich Felker-1/+0
2011-03-19overhaul syscall interfaceRich Felker-11/+46
2011-03-18implement [v]swprintfRich Felker-1/+1
2011-03-17implement robust mutexesRich Felker-0/+5
2011-03-17reorder mutex struct fields to make room for pointers (upcoming robust mutexes)Rich Felker-1/+3
2011-03-17unify lock and owner fields of mutex structureRich Felker-1/+0
2011-03-12implement flockfile api, rework stdio lockingRich Felker-12/+11
2011-03-10optimize pthread termination in the non-detached caseRich Felker-0/+1
2011-03-08fix and optimize non-default-type mutex behaviorRich Felker-0/+1
2011-03-07use the selected clock from the condattr for pthread_cond_timedwaitRich Felker-0/+1
2011-02-24various changes in preparation for dynamic linking supportRich Felker-5/+13
2011-02-20use an accessor function for __libc data pointer when compiled as PICRich Felker-4/+19
2011-02-18add pthread_atfork interfaceRich Felker-0/+1
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker-0/+19
2011-02-15move arch-specific internal headers into placeRich Felker-637/+0
2011-02-15finish unifying thread register handling in preparation for portingRich Felker-8/+2
2011-02-15begin unifying clone/thread management interface in preparation for portingRich Felker-5/+3
2011-02-13cleaning up syscalls in preparation for x86_64 portRich Felker-9/+40
2011-02-12ensure that the compiler doesn't try to reorder around atomic opsRich Felker-13/+13
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+852