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