Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 1997 01:30:09 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern sys_pipe.c
Message-ID:  <199710060830.BAA07753@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1997/10/06 01:30:09 PDT

  Modified files:
    sys/kern             sys_pipe.c 
  Log:
  Ack!  Fix excessive cut/paste blunder during poll mods.  Who had the
  pointy hat last? :-]
  
  When one is selecting (or polling) for write, it helps if we use the
  write side of the pipe when requesting wakeups instead of the read side.
  This broke ghostview (at least) - I'm suprised it wasn't noticed for
  so long.
  
  Reviewed by:  Greg Lehey <grog@lemis.com>
  
  Revision  Changes    Path
  1.34      +3 -3      src/sys/kern/sys_pipe.c



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