From owner-freebsd-hackers Mon Nov 17 21:10:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA19845 for hackers-outgoing; Mon, 17 Nov 1997 21:10:30 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from trojanhorse.ml.org (mdean.vip.best.com [206.86.94.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA19823 for ; Mon, 17 Nov 1997 21:10:24 -0800 (PST) (envelope-from jamil@trojanhorse.ml.org) Received: from localhost (jamil@localhost) by trojanhorse.ml.org (8.8.8/8.8.5) with SMTP id UAA02037 for ; Mon, 17 Nov 1997 20:39:01 -0800 (PST) Date: Mon, 17 Nov 1997 20:39:01 -0800 (PST) From: "Jamil J. Weatherbee" To: hackers@freebsd.org Subject: Please Verify This. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Would I be correct to say that buffered I/O is necessarily blocking. In other words I noticed that FNONBLOCK flags cannot? be looked at in a strategy routine. Either the block read returns something or it returns an error, or it times out and returns an error. There is no way to look @ fflags though from a strategy routine, correct?