From owner-cvs-all@FreeBSD.ORG Fri Mar 12 12:37:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 358FA16A4CE; Fri, 12 Mar 2004 12:37:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1636743D45; Fri, 12 Mar 2004 12:37:41 -0800 (PST) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2CKbeGe076783; Fri, 12 Mar 2004 12:37:40 -0800 (PST) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2CKbeKD076782; Fri, 12 Mar 2004 12:37:40 -0800 (PST) (envelope-from brooks) Message-Id: <200403122037.i2CKbeKD076782@repoman.freebsd.org> From: Brooks Davis Date: Fri, 12 Mar 2004 12:37:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient bootp_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 20:37:41 -0000 brooks 2004/03/12 12:37:40 PST FreeBSD src repository Modified files: sys/nfsclient bootp_subr.c Log: Allow kernel with the BOOTP option to boot when DHCP/BOOTP sets the root path to an absolute path without a host name. Previously, there was a nasty POLA violation where a system would PXE boot until you added the BOOTP option and then it would panic instead. Reviewed by: tegge, Dirk-Willem van Gulik (a previous version) Submitted by: tegge (getip function) Revision Changes Path 1.57 +37 -11 src/sys/nfsclient/bootp_subr.c