From owner-cvs-all Sat Dec 11 1:58:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A47114E60; Sat, 11 Dec 1999 01:58:08 -0800 (PST) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA90189; Sat, 11 Dec 1999 01:58:08 -0800 (PST) (envelope-from dfr@FreeBSD.org) Message-Id: <199912110958.BAA90189@freefall.freebsd.org> From: Doug Rabson Date: Sat, 11 Dec 1999 01:58:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/12/11 01:58:07 PST Modified files: sys/alpha/alpha trap.c Log: Allow kernel accesses to a small region of the user stack which is used by the Linux emulator (and other emulators) for syscall argument translation. The x86 port currently seems to allow unrestricted kernel accesses to user memory. Reviewed by: alc, gallatin Revision Changes Path 1.23 +22 -5 src/sys/alpha/alpha/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message