1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sys/compat/linux
Marcel Moolenaar b18013f823 The arg parameter is passed by value in Linux, but not in FreeBSD.
We still have to account for a copyin. Make sure the copyin will
succeed by passing the FreeBSD syscall a pointer to userspace,
albeit one that's automagically mapped into kernel space.

Reported by: mr, Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
Tested by: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
2001-09-26 05:39:59 +00:00
..
linux_file.c Whitespace fix. 2001-09-12 22:16:18 +00:00
linux_getcwd.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
linux_ioctl.c Fix off by one error introduced by the use of the ifnet_byindex() 2001-09-14 08:04:25 +00:00
linux_ioctl.h
linux_ipc.c The arg parameter is passed by value in Linux, but not in FreeBSD. 2001-09-26 05:39:59 +00:00
linux_ipc.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
linux_mib.c Round of cleanups and enhancements. These include (in random order): 2001-09-08 19:07:04 +00:00
linux_mib.h
linux_misc.c Add a wrapper for linux_getsid -> getsid Syscall. 2001-09-15 09:57:30 +00:00
linux_signal.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
linux_signal.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
linux_socket.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
linux_socket.h translate the flags in recvfrom and recvmsg from linux to bsd ones 2000-12-19 00:24:25 +00:00
linux_stats.c Fix abuse of vtagtype. In addition, after this the linux programs will be 2001-09-19 12:35:51 +00:00
linux_sysctl.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
linux_uid16.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
linux_util.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
linux_util.h KSE Milestone 2 2001-09-12 08:38:13 +00:00