Skip to content
Snippets Groups Projects
  1. Feb 01, 2015
  2. Jan 31, 2015
  3. Jan 30, 2015
  4. Jan 05, 2015
  5. Dec 31, 2014
  6. Dec 30, 2014
  7. Dec 29, 2014
  8. Dec 19, 2014
  9. Dec 13, 2014
  10. Nov 29, 2014
    • Gregory Nutt's avatar
      Add support for a variadic ioctl() function. The ioctl() interface is a... · e31d5125
      Gregory Nutt authored
      Add support for a variadic ioctl() function.  The ioctl() interface is a non-standard, Unix interface.  NuttX has always used the older, three-parameter version.  Most contemporary systems now, however, use a variadic form of the ioctl() function.  Added an option to insert a shim layer to adapt the three-parameter ioctl() to use the variadic interface form.  Internally, the ioctl handling is the same three-parameter logic.  The only real complexity to the shim is in how the system calls must be handled.
      e31d5125
  11. Nov 28, 2014
  12. Nov 23, 2014
  13. Nov 22, 2014
  14. Nov 20, 2014
  15. Nov 17, 2014
  16. Nov 15, 2014
  17. Oct 30, 2014
  18. Oct 22, 2014
  19. Oct 15, 2014
  20. Oct 11, 2014
  21. Oct 10, 2014
  22. Oct 09, 2014
  23. Oct 07, 2014
  24. Oct 06, 2014
  25. Oct 04, 2014
  26. Oct 03, 2014
  27. Sep 30, 2014
  28. Sep 29, 2014
  29. Sep 25, 2014
  30. Sep 20, 2014
Loading