- Mar 15, 2014
-
-
Gregory Nutt authored
-
- Mar 06, 2014
-
-
Gregory Nutt authored
-
- Mar 04, 2014
-
-
Gregory Nutt authored
-
- Mar 03, 2014
-
-
Gregory Nutt authored
dhcpd_allocipaddr() should not call ntohl(). The return value is already in host order. From Brennan Ashton
-
- Feb 27, 2014
-
-
Gregory Nutt authored
NSH cat command now adds to newline at the end of the file so that the NSH prompt is always on a newline
-
- Feb 22, 2014
-
-
Gregory Nutt authored
NSH telnet: Use strncpy vs strcpy to avoid overrunning username and password buffers. From Bertold Van den Bergh
-
- Feb 21, 2014
-
-
Gregory Nutt authored
Add CONFIG_DEFAULT_SMALL that will select default values for configuration settings based upon either more features or smaller footprint. Turns out not be be useful for modifying existing defconfig files because the defaults do not apply in that case
-
Gregory Nutt authored
unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
-
- Feb 19, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 18, 2014
-
-
Gregory Nutt authored
-
- Feb 11, 2014
-
-
Gregory Nutt authored
More changes to reduce complaints from CppCheck. Some latent bugs fixes, but probably some new typos introduced
-
- Feb 10, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Add a mouse interface that is similar to the touchscreen interface except that it can handle multple buttons and continuously reports positional data so that it can control a cursor
-
- Feb 07, 2014
-
-
Gregory Nutt authored
-
- Feb 02, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 29, 2014
-
-
Gregory Nutt authored
-
- Jan 21, 2014
-
-
Gregory Nutt authored
VI: all commands not seem functional. Still at least on display artifact and probably some things not properly tested
-
Gregory Nutt authored
-
- Jan 20, 2014
-
-
Gregory Nutt authored
-
- Jan 18, 2014
-
-
Gregory Nutt authored
NSH: Add a break command; if-then-else and looping behavior can not be configured out of the build for small systems that need minimal scripting capability
-
Gregory Nutt authored
NSH: Loosen up if-then-else-fi syntx so that a command can be on the same line as the 'then' and 'else' tokens. This allows, as an example, 'if true; then echo true; else echo false; fi' which is much more bash-like
-
- Jan 17, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 16, 2014
-
-
Gregory Nutt authored
-
- Jan 15, 2014
-
-
Gregory Nutt authored
-
- Jan 12, 2014
-
-
Gregory Nutt authored
-
- Jan 11, 2014
-
-
Gregory Nutt authored
NSH can not handle command arguments that are concatenations of constant strings, command output, application program output, and environment varaible values.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 10, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
NSH: Separate command line parsing from command execution. Add support for multiple, semicolone separated commands on each line
-
- Jan 09, 2014
-
-
Gregory Nutt authored
-
- Jan 04, 2014
-
-
Gregory Nutt authored
-
- Jan 01, 2014
-
-
Gregory Nutt authored
-
- Dec 29, 2013
-
-
Gregory Nutt authored
-
- Dec 12, 2013
-
-
Gregory Nutt authored
-
- Dec 07, 2013
-
-
Gregory Nutt authored
-