NetBSD/sys/compat
yamt 6c4915e34d linux_sys_ioctl: map EPASSTHROUGH to EINVAL as sys_ioctl does.
otherwise, linux_syscall() returns garbage, at least on i386.
(it returns native_to_linux_errno[EPASSTHROUGH] where EPASSTHROUGH == -4.)

i choose EINVAL rather than ENOTTY, because linux's pipe returns it
and i think that it's a common case.
2004-06-03 01:53:28 +00:00
..
aout Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
aoutm68k Regen for statvfs changes. 2004-04-22 05:44:30 +00:00
common grr, forgot to take out the & 2004-05-22 20:53:26 +00:00
darwin Sysctl descriptions under emul subtree. 2004-05-25 04:29:08 +00:00
freebsd regen 2004-05-11 10:55:29 +00:00
hpux hpux_ioctl(): acquire a reference to the file. 2004-06-01 11:05:40 +00:00
ibcs2 Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
irix Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. 2004-05-25 14:54:55 +00:00
linux linux_sys_ioctl: map EPASSTHROUGH to EINVAL as sys_ioctl does. 2004-06-03 01:53:28 +00:00
m68k4k
mach all ports define __HAVE_SIGINFO now, so remove the CPP conditionals 2004-03-26 17:34:18 +00:00
netbsd32 Tweak sysctl setup functions (the macros, actually) for use in lkms, 2004-05-20 06:34:24 +00:00
osf1 Line 175 VFS_STAVTFS -> STATVFS (tyop) 2004-04-27 21:37:49 +00:00
ossaudio
pecoff regenerate for fsync_range, uuidgen, getvfsstat, statvfs1, fstatvfs1, and fhstatvfs1 2004-05-08 14:33:12 +00:00
sunos sunos_ioctl(): acquire a reference to the file. 2004-06-01 10:27:39 +00:00
sunos32 Constify the speedtab arrays 2004-04-25 06:23:40 +00:00
svr4 svr4_sys_ioctl(): acquire a reference to the file. 2004-06-01 10:38:39 +00:00
svr4_32 Fix statfs->statvfs fallout. 2004-04-22 14:32:09 +00:00
ultrix Constify the speedtab arrays 2004-04-25 06:23:40 +00:00
vax1k Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
Makefile