Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2010 01:00:13 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libstand nfs.c
Message-ID:  <201009020100.o8210TaW080913@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:
    lib/libstand         nfs.c 
  Log:
  SVN rev 212125 on 2010-09-02 01:00:13Z by rmacklem
  
  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.
  
  Tested by:      danny at cs.huji.ac.il
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.16      +742 -2    src/lib/libstand/nfs.c



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