Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 1996 00:27:44 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/xinstall xinstall.c
Message-ID:  <199609050727.AAA28004@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/09/05 00:27:44

  Modified:    usr.bin/xinstall  xinstall.c
  Log:
  Only attempt to mmap() files from a ufs or cd9660 fs for comparing or
  installing.  mmap'ing stuff over a nfs mount took out my machine during
  a 'make world' last night while I was asleep.  I started out with a list
  of fs's to avoid, when I realised that I really didn't know which ones
  were safe with mmap, so I went for the ones I knew and implemented a
  fallback compare.
  
  Revision  Changes    Path
  1.10      +45 -4     src/usr.bin/xinstall/xinstall.c



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