Skip to content
  1. Mar 23, 2015
  2. Mar 21, 2015
  3. Mar 15, 2015
  4. Mar 14, 2015
  5. Mar 12, 2015
  6. Mar 11, 2015
  7. Mar 05, 2015
  8. Mar 02, 2015
  9. Feb 25, 2015
  10. Feb 20, 2015
  11. Feb 19, 2015
  12. Feb 18, 2015
  13. Feb 17, 2015
  14. Feb 15, 2015
  15. Feb 11, 2015
  16. Feb 09, 2015
  17. Feb 06, 2015
  18. Feb 05, 2015
  19. Feb 03, 2015
  20. Feb 01, 2015
  21. Jan 30, 2015
    • Gregory Nutt's avatar
      Unix domain/FIFOs: Fix a race condition between FIFO buffer operations and... · f5558cd1
      Gregory Nutt authored
      Unix domain/FIFOs:  Fix a race condition between FIFO buffer operations and the opening and closing of FIFOs which necessary when the FIFOs are used to support Unix domain, datagram sockets.  The default policy is the deallocate FIFO buffering when the last client closes the pipe.  When when used for datagram communicatinos, packets left in the FIFO will be lost.  Some like UDP read-ahead is needed:  The buffered data in the FIFO needs to be retained until the reader gets a chance to re-open the FIFO.  Added an ioctl (PIPEIOC_POLICY) to control the buffer policy. Default (0) is the legacy behavior; Unix domain datagram logic sets the alternative policy so that the packet data persists after the FIFO is closed.
      f5558cd1
    • Gregory Nutt's avatar
  22. Jan 29, 2015