Skip to content
  1. Oct 23, 2017
    • Gregory Nutt's avatar
      This commite eliminates the ping command from NSH and replaces it with a ping... · c1ec7db8
      Gregory Nutt authored
      This commite eliminates the ping command from NSH and replaces it with a ping 'built-in' at apps/system/ping.  The original NSH version of ping violated the portable POSIX interface and, hence, had to be removed.  The new system/ping command uses the new IPPROTO_ICMP AF_INET datagram sockets to implement ping.
      
      Squashed commit of the following:
      
          apps/system/ping:  Fix some timing issues.
          apps/system/ping:  A few timing related corrections.
          apps/nshlib:  Remove support for the NSH 'ping' command.  The implementation of that command violated the portable POSIX interface and has been replaced with a ping 'built-in' command at apps/system/ping.
          apps/system/ping:  Add larger payload.  Verify content of echoed payload.
          apps/system/ping:  Various fixes for a clean compile
          system/ping: Add new build structure for system ping command.
      c1ec7db8
    • Alan Carvalho de Assis's avatar
  2. Oct 21, 2017
  3. Oct 20, 2017
    • Gregory Nutt's avatar
      Squashed commit of the following: · 35ec1b92
      Gregory Nutt authored
          apps/fsutils/mkfatfs:  New user-space fatfs appears to work fine.
          apps/fsutils/mkfatfs:  Move mkfatfs from the OS to here.  Not fully integrated on the intial commit.
      35ec1b92
  4. Oct 17, 2017
  5. Oct 16, 2017
  6. Oct 15, 2017
  7. Oct 14, 2017
  8. Oct 13, 2017
  9. Oct 12, 2017
  10. Oct 11, 2017
  11. Oct 10, 2017
    • Gregory Nutt's avatar
      examples/ostest: Works around a bug in printf() when cancellation points are... · 73c10a26
      Gregory Nutt authored
      examples/ostest:  Works around a bug in printf() when cancellation points are enabled.  printf() is a cancellation point because it calls write().  This is correct according to OpenGroup.org.  However, printf holds the stdio library semaphore when it is canceled and this leaves the semaphore in a bad state.  No fix for the printf bug yet.
      73c10a26
  12. Oct 08, 2017
  13. Oct 06, 2017
  14. Oct 02, 2017
  15. Sep 27, 2017
  16. Sep 26, 2017