about summary refs log tree commit diff
path: root/src/internal/syscall.h
Commit message (Expand)AuthorAgeFilesLines
* use hidden visibility rather than protected for syscall internalsRich Felker2014-04-121-1/+1
* mostly-cosmetic fixups to x32 port mergeRich Felker2014-02-231-5/+2
* internal/syscall.h: add syscall_arg_t macrorofl0r2014-02-221-6/+11
* internal/syscall.h: use a macro for the syscall args castsrofl0r2014-02-221-13/+17
* fix missing argument in variadic syscall macrosRich Felker2013-07-171-1/+1
* use explicit visibility to optimize a few hot-path function callsRich Felker2012-10-251-3/+5
* add 7-arg syscall support for mipsRich Felker2012-09-091-2/+3
* syscall organization overhaulRich Felker2012-09-081-5/+138
* workaround for preprocessor bug in pccRich Felker2011-05-011-7/+7
* overhaul pthread cancellationRich Felker2011-04-171-0/+14
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-22/+0
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-0/+32
* move arch-specific internal headers into placeRich Felker2011-02-151-500/+0
* cleaning up syscalls in preparation for x86_64 portRich Felker2011-02-131-9/+40
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+469