From owner-cvs-src-old@FreeBSD.ORG Thu Sep 2 01:05:20 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65A4C1065714 for ; Thu, 2 Sep 2010 01:05:20 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 53E2E8FC1B for ; Thu, 2 Sep 2010 01:05:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8215KqV082331 for ; Thu, 2 Sep 2010 01:05:20 GMT (envelope-from rmacklem@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8215Kp0082330 for cvs-src-old@freebsd.org; Thu, 2 Sep 2010 01:05:20 GMT (envelope-from rmacklem@repoman.freebsd.org) Message-Id: <201009020105.o8215Kp0082330@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rmacklem@repoman.freebsd.org using -f From: Rick Macklem Date: Thu, 2 Sep 2010 01:05:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/libi386 pxe.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2010 01:05:20 -0000 rmacklem 2010-09-02 01:05:10 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 pxe.c Log: SVN rev 212126 on 2010-09-02 01:05:10Z by rmacklem Modify pxe.c to use the version of nfs_getrootfh() that returns the file handle's size and was recently committed to lib/libstand/nfs.c. This allows pxeboot to use NFSv3 and work correcty for non-FreeBSD as well as FreeBSD NFS servers. If built with OLD_NFSV2 defined, the old code that predated this patch will be used. Tested by: danny at cs.huji.ac.il Revision Changes Path 1.25 +59 -0 src/sys/boot/i386/libi386/pxe.c