NetBSD/sys/compat/linux
dsl 893faeae9e Update all the compat stuff to not use the 'stackgap' for processing
sys_stat() and friends, instead use do_sys_stat() and do_sys_fstat()
that write the answer into a kernel buffer (on stack) that can be
converted to the correct form and written the userspace.
I've test compiled a few kernels, and tested i386 netbsd1.6 ls.
Given I think I've fixed some bugs, it might be 50-50 with new ones.
2007-03-10 21:40:23 +00:00
..
arch more caddr_t lossage. 2007-03-05 14:13:10 +00:00
common Update all the compat stuff to not use the 'stackgap' for processing 2007-03-10 21:40:23 +00:00
files.linux merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
linux_syscall.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
linux_syscallargs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
linux_syscalls.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
Makefile.inc merge ktrace-lwp. 2005-12-11 12:16:03 +00:00