1. 28 Feb, 2005 1 commit
    • Linus Torvalds's avatar
      Make pipe "poll()" take direction of pipe into account. · a4f7f170
      Linus Torvalds authored
      The pipe code has traditionally not cared about which end-point of the
      pipe you are polling, meaning that if you poll the write-only end of a
      pipe, it will still set the "this pipe is readable" bits if there is
      data to be read on the read side.
      
      That makes no sense, and together with the new bigger buffers breaks
      python-twisted.
      
      Based on debugging/patch by Andrea Arcangeli and testcase from
      Thomas Crhak
      a4f7f170
  2. 27 Feb, 2005 5 commits
  3. 26 Feb, 2005 7 commits
  4. 25 Feb, 2005 10 commits
  5. 24 Feb, 2005 3 commits
  6. 23 Feb, 2005 14 commits