Date: Wed, 29 Jun 2005 15:16:20 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c freebsd32_util.h Message-ID: <200506291516.j5TFGK89014631@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-06-29 15:16:20 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c freebsd32_util.h Log: - Change the commented out freebsd32_xxx() example to use kern_xxx() along with a single copyin() + translate and translate + copyout() rather than using the stackgap. - Remove implementation of the stackgap for freebsd32 since it is no longer used for that compat ABI. Approved by: re (scottl) Revision Changes Path 1.37 +5 -15 src/sys/compat/freebsd32/freebsd32_misc.c 1.10 +0 -24 src/sys/compat/freebsd32/freebsd32_util.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506291516.j5TFGK89014631>