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