- Sep 03, 2015
-
-
Gregory Nutt authored
-
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
-
Gregory Nutt authored
-
- Sep 02, 2015
-
-
Gregory Nutt authored
-
- Sep 01, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Correct #if to #ifdef when the macro can be undefined
-
Paul A. Patience authored
-
- Aug 31, 2015
-
-
Gregory Nutt authored
-
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 27, 2015
-
-
Gregory Nutt authored
examples/nettest: Fix a couple of crazy long delays that may make you think something is broken. In main, add a wait for the server to exit
-
- Aug 26, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 24, 2015
-
-
Gregory Nutt authored
-
- Aug 23, 2015
-
-
Gregory Nutt authored
-
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
-
-
Pavel Pisa authored
-
Gregory Nutt authored
apps/examples/usbserial: Can now be run as an NSH builtin-function. Now uses a configurable IO buffer size
-
- Aug 18, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 17, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 14, 2015
-
-
Gregory Nutt authored
-
- Aug 13, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/examples/can: In extended ID mode, need to set some unused bits to zero or otherwise the memcmp() will fail on comparison with the returned value
-
- 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
-
Gregory Nutt authored
-
- Aug 10, 2015
-
-
Anton D. Kachalov authored
webserver: Allow to build webserver as an application Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
-
- Aug 09, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
readline(): A a configuration option to enable/disable command line history; Additional cosmetic changes from code review
-
Gregory Nutt authored
Added command history using up/down arrow keys.
-
Nghia Ho authored
-
- Jul 31, 2015
-
-
Gregory Nutt authored
Change the name of the local variable sigset to set to prevent name collisions with the function of the same name
-