summaryrefslogtreecommitdiff
path: root/src/internal/syscall.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-17fix missing argument in variadic syscall macrosRich Felker1-1/+1
2012-10-25use explicit visibility to optimize a few hot-path function callsRich Felker1-3/+5
2012-09-09add 7-arg syscall support for mipsRich Felker1-2/+3
2012-09-08syscall organization overhaulRich Felker1-5/+138
2011-05-01workaround for preprocessor bug in pccRich Felker1-7/+7
2011-04-17overhaul pthread cancellationRich Felker1-0/+14
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-02-15move arch-specific internal headers into placeRich Felker1-500/+0
2011-02-13cleaning up syscalls in preparation for x86_64 portRich Felker1-9/+40
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+469