NetBSD/sys/compat/linux32
chs fc7a196102 implement the following syscalls for linux32:
truncate64
  ftruncate64
  profil
  ioperm
  iopl
  setdomainname
  modify_ldt
  statfs64
  fstatfs64

note that iopl(), ioperm() and modify_ldt() just call
the respective 64-bit handlers, which don't do anything yet.
2010-11-02 18:14:05 +00:00
..
arch/amd64 implement the following syscalls for linux32: 2010-11-02 18:14:05 +00:00
common implement the following syscalls for linux32: 2010-11-02 18:14:05 +00:00
files.linux32
linux32_syscall.h
linux32_syscallargs.h
linux32_syscalls.c
Makefile.inc