summaryrefslogtreecommitdiff
path: root/src/internal/libc.h
AgeCommit message (Expand)AuthorLines
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-4/+3
2011-04-17optimize cancellation enable/disable codeRich Felker-0/+1
2011-04-17overhaul pthread cancellationRich Felker-7/+1
2011-04-06move rsyscall out of pthread_create moduleRich Felker-1/+2
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-29major improvements to cancellation handlingRich Felker-0/+1
2011-03-24overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker-1/+2
2011-03-12implement flockfile api, rework stdio lockingRich Felker-0/+4
2011-02-24various changes in preparation for dynamic linking supportRich Felker-4/+12
2011-02-20use an accessor function for __libc data pointer when compiled as PICRich Felker-3/+10
2011-02-18add pthread_atfork interfaceRich Felker-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+43