Skip to content
  1. Mar 29, 2015
    • Gregory Nutt's avatar
      Cortex-M7: Add support for enabled the D-Cache in write only mode. · c9eff799
      Gregory Nutt authored
      SAMV7 Ethernet:  I- and D-Cache are now enabled in the netnsh/ configuration.  D-Cache is enabled in write-though mode.  This mode is necessary because the DMA descriptors are each 8-bytes in size but the D-Cache cache line is 32-bits in size. So it is impossible make coherency for every 8-byte DMA descriptor without write-through.
      c9eff799
  2. Mar 24, 2015
  3. Mar 23, 2015
  4. Mar 21, 2015
  5. Mar 15, 2015
  6. Mar 14, 2015
  7. Mar 12, 2015
  8. Mar 11, 2015
  9. Mar 05, 2015
  10. Mar 02, 2015
  11. Feb 25, 2015
  12. Feb 20, 2015
  13. Feb 19, 2015
  14. Feb 18, 2015
  15. Feb 17, 2015
  16. Feb 15, 2015
  17. Feb 11, 2015
  18. Feb 09, 2015
  19. Feb 06, 2015
  20. Feb 05, 2015
  21. Feb 03, 2015
  22. Feb 01, 2015
  23. 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
  24. Jan 29, 2015