Skip to content
  1. Oct 16, 2017
  2. Oct 15, 2017
  3. Oct 14, 2017
  4. Oct 13, 2017
  5. Oct 12, 2017
  6. Oct 11, 2017
  7. 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
  8. Oct 08, 2017
  9. Oct 06, 2017
  10. Oct 02, 2017
  11. Sep 27, 2017
  12. Sep 26, 2017
  13. Sep 25, 2017
    • Bruno Herrera's avatar
      Fixes for problems found by Coverity in the apps/ repository: · 3fe720d1
      Bruno Herrera authored
          nshlib/nsh_parse.c: Avoid truncating the strcmp result into a unsigned char variable.
      
          nshlib/nsh_netcmds.c: Check for valid hostip before using it.
      
          nshlib/nsh_ddcmd.c: Fix resouce leak when 'if=' or 'of=' params are repeated in the command line.  For example:
      
             dd if=/dev/null if=/dev/zero of=/dev/null or
             dd if=/dev/zero of=/dev/zero of=/dev/null
      3fe720d1
  14. Sep 24, 2017
  15. Sep 23, 2017
    • Gregory Nutt's avatar
      Update some comments. · c221af2f
      Gregory Nutt authored
      c221af2f
    • Gregory Nutt's avatar
      Squashed commit of the following: · 267521af
      Gregory Nutt authored
          apps/examples/flowc:  Adds the necessary termios controls to enable hardware flow control
      
          apps/examples/flowc:  Add a simple test of serial hardware flow control.  This commit just defines the frame work.  Hardware flow control is not yet enabled.
      267521af
  16. Sep 20, 2017