- Sep 24, 2015
-
-
Stefan Kolb authored
-
- Sep 03, 2015
-
-
Stefan Kolb authored
Macros PR_BEGIN_EXTERN_C and PR_END_EXTERN_C were not defined in all contexts. Remove definition and replace with explicit expansion. From Stefan Kolb
-
Gregory Nutt authored
-
- Aug 31, 2015
-
-
Bruno Herrera authored
apps/nshlib: Fix error handling in 'mv' command. On a failure to expand the second path, the memory allocated for the expansion of the first path was not being freed. From Bruno Herrera.
-
Bruno Herrera authored
apps/nshlib: Fix error handling in 'cat' command. On a failure to allocate memory, a file was not being closed. From Bruno Herrera.
-
- Aug 26, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 23, 2015
-
-
Gregory Nutt authored
-
- Aug 21, 2015
-
-
Gregory Nutt authored
apps/system/netdb would not build unless CONFIG_NETDB_HOSTFILE was defined because it needed gethostbyname. Noted by OrbitalFox
-
- Aug 20, 2015
-
-
Gregory Nutt authored
apps/examples/usbserial: Can now be run as an NSH builtin-function. Now uses a configurable IO buffer size
-
- Aug 17, 2015
-
-
Gregory Nutt authored
-
- Aug 13, 2015
-
-
Gregory Nutt authored
-
- Aug 12, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 11, 2015
-
-
Gregory Nutt authored
apps/tools/mkkconfig.sh: The top-level Kconfig file is not auto-generated. The autogenerated Kconfig file will be constructed so that every second level directory that contains a Kconfig file will automatically be sourced
-
- Aug 09, 2015
-
-
Gregory Nutt authored
readline(): A a configuration option to enable/disable command line history; Additional cosmetic changes from code review
-
- Jul 30, 2015
-
-
Gregory Nutt authored
readline/NSH: Extend the tab-completion logic so that NSH commands can also be completed by pressing the tab key
-
- Jul 28, 2015
-
-
Gregory Nutt authored
-
- Jul 24, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 23, 2015
-
-
Gregory Nutt authored
Adjust for increased size of the scheduling policy field from 1 to 2 bits to allow additional, planned scheduling policies
-
- Jul 14, 2015
-
-
Gregory Nutt authored
apps/examples/nxlines: Clear a slightly larger rectangle than the one that we drew. This eliminates edge effects due to applying anti-aliasing twice: Once when the line was drawn, and again when the line was erased by overwriting it with the background color
-
- Jul 13, 2015
-
-
Gregory Nutt authored
-
- Jul 12, 2015
-
-
Gregory Nutt authored
-
- Jul 11, 2015
-
-
Gregory Nutt authored
-
- Jul 10, 2015
-
-
Gregory Nutt authored
apps/netuils/dnsclient and include/netutils/dnsclient.h: Move the DNS client logic into the NuttX C library. It is a necessary part for the full implementation of the netdb logic and provides more flexibility in that location.
-
- Jul 08, 2015
-
-
Gregory Nutt authored
-
- Jul 04, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 01, 2015
-
-
Gregory Nutt authored
-
- Jun 28, 2015
-
-
Gregory Nutt authored
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
-
- Jun 20, 2015
-
-
Gregory Nutt authored
-
- Jun 19, 2015
-
-
Gregory Nutt authored
-
- Jun 16, 2015
-
-
Gregory Nutt authored
-
- Jun 13, 2015
-
-
Gregory Nutt authored
-
- Jun 12, 2015
-
-
Gregory Nutt authored
-
- Jun 09, 2015
-
-
Gregory Nutt authored
-