From owner-cvs-all Sat Oct 27 4:15:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7097C37B405; Sat, 27 Oct 2001 04:15:19 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9RBFJ401378; Sat, 27 Oct 2001 04:15:19 -0700 (PDT) (envelope-from des) Message-Id: <200110271115.f9RBFJ401378@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 27 Oct 2001 04:15:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux_sysvec.c src/sys/compat/linux linux_util.c linux_util.h src/sys/i386/linux linux_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/27 04:15:19 PDT Modified files: sys/alpha/linux linux_sysvec.c sys/compat/linux linux_util.c linux_util.h sys/i386/linux linux_sysvec.c Log: Eliminate the prefix parameter to linux_emul_find(), which was always linux_emul_path anyway. Linux_emul_find() has interesting bugs in its prefix handling (which luckily are not currently exploitable); this commit is preliminary to an attempt at cleaning it up. Approved by: marcel Revision Changes Path 1.79 +3 -3 src/sys/alpha/linux/linux_sysvec.c 1.17 +4 -4 src/sys/compat/linux/linux_util.c 1.16 +2 -4 src/sys/compat/linux/linux_util.h 1.92 +3 -3 src/sys/i386/linux/linux_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message