about summary refs log tree commit diff
path: root/arch/i386/bits/syscall.h
Commit message (Expand)AuthorAgeFilesLines
* update syscall defs to latest kernel onesRich Felker2012-06-231-0/+16
* work around nasty gcc bug in the i386 syscall asmRich Felker2012-04-041-4/+4
* add prlimit syscall wrapperRich Felker2012-01-201-0/+2
* update syscalls with off_t arguments to handle argument alignment, if neededRich Felker2011-09-211-1/+2
* __syscall5 inline is having trouble with PIC; just use the function for nowRich Felker2011-06-141-0/+7
* add syscall wrappers for posix_fadvise, posix_fallocateRich Felker2011-04-201-0/+4
* overhaul pthread cancellationRich Felker2011-04-171-1/+3
* fix bug from syscall overhaul: extra __syscall_ret call for 0-arg syscallsRich Felker2011-03-281-1/+1
* honor namespace for i386 syscall.h, even though it's not a standard headerRich Felker2011-03-191-50/+50
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-0/+131
* overhaul syscall interfaceRich Felker2011-03-191-0/+810