Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2001 02:28:32 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/fifofs fifo_vnops.c
Message-ID:  <200111081028.fA8ASW132591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2001/11/08 02:28:32 PST

  Modified files:
    sys/fs/fifofs        fifo_vnops.c 
  Log:
  Switch behavior of fifos to more closely match what goes on in other OSes.
  Basically FIFOs become a real pain to abuse as a rendevous point without
  this change because you can't really select(2) on them because they always
  return ready even though there is no writer (to signal EOF).
  
  Obtained from: BSD/os
  
  Revision  Changes    Path
  1.56      +6 -1      src/sys/fs/fifofs/fifo_vnops.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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