summaryrefslogtreecommitdiff
path: root/src/internal/syscall.h
AgeCommit message (Expand)AuthorLines
2014-04-17make socketcall types common as they are same for all architecturesTimo Teräs-0/+23
2014-04-12use hidden visibility rather than protected for syscall internalsRich Felker-1/+1
2014-02-23mostly-cosmetic fixups to x32 port mergeRich Felker-5/+2
2014-02-22internal/syscall.h: add syscall_arg_t macrorofl0r-6/+11
2014-02-22internal/syscall.h: use a macro for the syscall args castsrofl0r-13/+17
2013-07-17fix missing argument in variadic syscall macrosRich Felker-1/+1
2012-10-25use explicit visibility to optimize a few hot-path function callsRich Felker-3/+5
2012-09-09add 7-arg syscall support for mipsRich Felker-2/+3
2012-09-08syscall organization overhaulRich Felker-5/+138
2011-05-01workaround for preprocessor bug in pccRich Felker-7/+7
2011-04-17overhaul pthread cancellationRich Felker-0/+14
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-02-15move arch-specific internal headers into placeRich Felker-500/+0
2011-02-13cleaning up syscalls in preparation for x86_64 portRich Felker-9/+40
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+469