From owner-cvs-usrbin Thu Sep 5 00:28:00 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA28037 for cvs-usrbin-outgoing; Thu, 5 Sep 1996 00:28:00 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA28004; Thu, 5 Sep 1996 00:27:44 -0700 (PDT) Date: Thu, 5 Sep 1996 00:27:44 -0700 (PDT) From: Peter Wemm Message-Id: <199609050727.AAA28004@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xinstall xinstall.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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