Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2010 01:38:13 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libstand nfs.c src/sys/boot/i386/libi386 pxe.c
Message-ID:  <201009160139.o8G1dfbh004376@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2010-09-16 01:38:13 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    lib/libstand         nfs.c 
    sys/boot/i386/libi386 pxe.c 
  Log:
  SVN rev 212717 on 2010-09-16 01:38:13Z by rmacklem
  
  MFC: r212125, r212126
  Modify lib/libstand/nfs.c to use NFSv3 instead of NFSv2.
  This allows the nfs_getrootfh() function to return the
  correct file handle size to pxe.c for pxeboot. It also
  results in NFSv2 no longer being used by default anywhere
  in FreeBSD. If built with OLD_NFSV2 defined, the old
  code that predated this patch will be built and NFSv2
  will be used. pxe.c is also modified to use this version
  of nfs_getrootfh() so that pxeboot will use NFSv3 and
  work for non-FreeBSD as well as FreeBSD NFS servers.
  
  Revision  Changes    Path
  1.14.2.2  +742 -2    src/lib/libstand/nfs.c
  1.23.2.3  +59 -0     src/sys/boot/i386/libi386/pxe.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009160139.o8G1dfbh004376>