OSDN Git Service

Rework syscall handling. Rewrite syscall handlers for x86 and ARM.
authorEric Andersen <andersen@codepoet.org>
Mon, 22 Jul 2002 17:10:30 +0000 (17:10 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 22 Jul 2002 17:10:30 +0000 (17:10 -0000)
commit72677cc3d8403da4b35c99617352bde347780222
tree7d5d29cc3f49a1b69f90ca9ae6fbf3f61e81b1ce
parent980e7850176c30ba374a706298b2865f387ec2ae
Rework syscall handling.  Rewrite syscall handlers for x86 and ARM.
Prepare to kill the UNIFIED_SYSCALL option and instead have it be
a per arch thing that is either enabled or not for that arch.
 -Erik
22 files changed:
extra/scripts/gen_bits_syscall_h.sh
include/sys/syscall.h
libc/sysdeps/linux/alpha/bits/syscalls.h
libc/sysdeps/linux/arm/bits/syscalls.h
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/common/ftruncate64.c
libc/sysdeps/linux/common/getcwd.c
libc/sysdeps/linux/common/getpagesize.c
libc/sysdeps/linux/common/pread_write.c
libc/sysdeps/linux/common/syscalls.c
libc/sysdeps/linux/common/truncate64.c
libc/sysdeps/linux/h8300/bits/syscalls.h
libc/sysdeps/linux/i386/bits/syscalls.h
libc/sysdeps/linux/i960/bits/syscalls.h
libc/sysdeps/linux/m68k/bits/syscalls.h
libc/sysdeps/linux/mips/Makefile
libc/sysdeps/linux/mips/bits/syscalls.h
libc/sysdeps/linux/mips/setjmp_aux.c
libc/sysdeps/linux/powerpc/bits/syscalls.h
libc/sysdeps/linux/sh/bits/syscalls.h
libc/sysdeps/linux/sparc/bits/syscalls.h
libc/sysdeps/linux/v850/bits/syscalls.h