aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-19remove comment cruft that got left behind in x86_64 syscall.sRich Felker1-1/+0
2011-03-19overhaul syscall interfaceRich Felker4-11/+46
2011-03-18implement [v]swprintfRich Felker1-1/+1
2011-03-17implement robust mutexesRich Felker1-0/+5
2011-03-17reorder mutex struct fields to make room for pointers (upcoming robust mutexes)Rich Felker1-1/+3
2011-03-17unify lock and owner fields of mutex structureRich Felker1-1/+0
2011-03-12implement flockfile api, rework stdio lockingRich Felker2-12/+11
2011-03-10optimize pthread termination in the non-detached caseRich Felker1-0/+1
2011-03-08fix and optimize non-default-type mutex behaviorRich Felker1-0/+1
2011-03-07use the selected clock from the condattr for pthread_cond_timedwaitRich Felker1-0/+1
2011-02-24various changes in preparation for dynamic linking supportRich Felker2-5/+13
2011-02-20use an accessor function for __libc data pointer when compiled as PICRich Felker2-4/+19
2011-02-18add pthread_atfork interfaceRich Felker1-0/+1
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker1-0/+19
2011-02-15move arch-specific internal headers into placeRich Felker4-637/+0
2011-02-15finish unifying thread register handling in preparation for portingRich Felker1-8/+2
2011-02-15begin unifying clone/thread management interface in preparation for portingRich Felker1-5/+3
2011-02-13cleaning up syscalls in preparation for x86_64 portRich Felker1-9/+40
2011-02-12ensure that the compiler doesn't try to reorder around atomic opsRich Felker1-13/+13
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker11-0/+852