summaryrefslogtreecommitdiff
path: root/arch/i386/bits/syscall.h
AgeCommit message (Expand)AuthorFilesLines
2012-04-04work around nasty gcc bug in the i386 syscall asmRich Felker1-4/+4
2012-01-20add prlimit syscall wrapperRich Felker1-0/+2
2011-09-21update syscalls with off_t arguments to handle argument alignment, if neededRich Felker1-1/+2
2011-06-14__syscall5 inline is having trouble with PIC; just use the function for nowRich Felker1-0/+7
2011-04-20add syscall wrappers for posix_fadvise, posix_fallocateRich Felker1-0/+4
2011-04-17overhaul pthread cancellationRich Felker1-1/+3
2011-03-28fix bug from syscall overhaul: extra __syscall_ret call for 0-arg syscallsRich Felker1-1/+1
2011-03-19honor namespace for i386 syscall.h, even though it's not a standard headerRich Felker1-50/+50
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker1-0/+131
2011-03-19overhaul syscall interfaceRich Felker1-0/+810