From owner-cvs-all Thu Apr 11 2:50:15 2002 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 21F3B37B41A; Thu, 11 Apr 2002 02:50:12 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3B9oCS66256; Thu, 11 Apr 2002 02:50:12 -0700 (PDT) (envelope-from peter) Message-Id: <200204110950.g3B9oCS66256@freefall.freebsd.org> From: Peter Wemm Date: Thu, 11 Apr 2002 02:50:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/libefi efifs.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 peter 2002/04/11 02:50:12 PDT Modified files: sys/boot/efi/libefi efifs.c Log: Finally fix loader completely for IA64. efifs_stat() wasn't setting the S_IFREG bit for regular files. This caused the path search code to skip it when it finally did find the kernel (after the common/module.c buffer overrun bug was fixed) Revision Changes Path 1.6 +2 -0 src/sys/boot/efi/libefi/efifs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message