cvs commit: src/sys/kern uipc_socket.c src/sys/sys poll.h src/sys/vfs/fifofs fifo_vnops.c

David Rhodus drhodus at catpa.com
Thu Sep 4 08:40:28 PDT 2003


Now I'm not longer able to boot off my 3ware controller.
It starts to boot but goes into an infinite loop resetting itself....
-DR

On Wednesday, September 3, 2003, at 08:58 AM, Hiten Pandya wrote:

hmp         2003/09/03 05:58:05 PDT

  Modified files:
    sys/kern             uipc_socket.c
    sys/sys              poll.h
    sys/vfs/fifofs       fifo_vnops.c
  Log:
  Introduce a new poll operation bit, `POLLINGIGNEOF'.  It is used for
  ignoring EOFs on a FIFO.  POLLIN/POLLRDNORM is converted withing the
  FIFO implementation to effect the correct behaviour.
  Yes... POLLINIGNEOF flag name is a bit hard on the eyes. :-(

  Obtained from:  	FreeBSD

  More information:	FreeBSD GNATS (PR #34020)

  Revision  Changes    Path
  1.10      +8 -1      src/sys/kern/uipc_socket.c
  1.4       +5 -0      src/sys/sys/poll.h
  1.9       +27 -5     src/sys/vfs/fifofs/fifo_vnops.c






More information about the Commits mailing list