Skip to content
  1. Oct 24, 2017
    • Gregory Nutt's avatar
      This commit removes the ping6 command from NSH and replaces it with the... · 749ea9e8
      Gregory Nutt authored
      This commit removes the ping6 command from NSH and replaces it with the apps/system/ping6 built-in command.  The NSH ping6 command had to be removed because it violated the portable POSIX OS interface.  The apps/system/ping6 command uses the sem-standard IPPROTO_ICMP6 socket interface.
      
      Squashed commit of the following:
      
          apps/system ping and ping6:  Fix a backward test.
          apps/system/ping6: ping6 logic now builds without error.
          apps/system/ping and ping6:  Minor clean-up to configuration settings.
          apps/system/ping6:  Minor clean-up to be able to configure CONFIG_SYSTEM_PING6
          apps/nshlib:  Remove support for ping6 from NSH.
          apps/system/ping6:  Add IPPROTO_ICMPv6 ping6.  Initial commit is simply a clone of the IPPROTO_ICMP ping logic.
          Rename CONFIG_NET_ICMPv6_PING to CONFIG_NET_ICMPv6_SOCKET.
      749ea9e8
  2. Oct 23, 2017
  3. Oct 21, 2017
  4. 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
  5. Oct 17, 2017
  6. Oct 16, 2017
  7. Oct 15, 2017
  8. Oct 14, 2017
  9. Oct 13, 2017
  10. Oct 12, 2017
  11. Oct 11, 2017
  12. 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
  13. Oct 08, 2017
  14. Oct 06, 2017
  15. Oct 02, 2017
  16. Sep 27, 2017
  17. Sep 26, 2017