summaryrefslogtreecommitdiffstats
path: root/apps/nshlib
AgeCommit message (Expand)AuthorFilesLines
2015-03-31NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt4-34/+8
2015-03-31Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt4-7/+8
2015-03-29Cortex-M7: Add support for enabled the D-Cache in write only mode.Gregory Nutt1-1/+2
2015-03-24SAMV7 USB: Updates to early initialization logicGregory Nutt1-0/+1
2015-03-15Costmetic changes name while debugging a filename issueGregory Nutt1-3/+4
2015-03-02Add missing options to NSH Library Kconfig. From Freddie ChopinGregory Nutt1-0/+9
2015-02-20Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt1-1/+1
2015-02-17NSH: The default priority of the network initialization thread should be lowe...Gregory Nutt1-1/+5
2015-02-06apps/netutils/netlib: Add utilities to convert to/from prefix lengths from/t...Gregory Nutt1-8/+18
2015-02-05Fix errors in range of IPv6 netmask range in Kconfig filesGregory Nutt1-8/+8
2015-02-03ICMPv6: Some initial bugfix from first tests of the ICMPv6 auto-configuratio...Gregory Nutt1-1/+11
2015-02-03ICMPv6: This completes coding of the ICMPv6 auto-configuration feature. It i...Gregory Nutt2-12/+8
2015-02-03Add netlib and application hooks for ICMPv6 auto-configuration (still incompleteGregory Nutt2-19/+22
2015-02-03NSH: Fix error in conditional compilation in PS command. From Macs NGregory Nutt1-1/+1
2015-02-01drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of th...Gregory Nutt1-1/+2
2015-01-29Elminate some warnings with TCP and UDP are disabledGregory Nutt1-1/+3
2015-01-27Unix domain: A few fixes from early integrationGregory Nutt1-1/+2
2015-01-27Unix domain: With these changes I can build a system with no link layer enab...Gregory Nutt1-0/+16
2015-01-27Various fixes to get Unix domain sockets to build on the simulator without Et...Gregory Nutt1-1/+1
2015-01-24NSH: A few minor improvements/corrections to the network status presentationGregory Nutt1-4/+4
2015-01-24Fix another error in conditional compilation; plus some additional cosmetic c...Gregory Nutt1-1/+1
2015-01-24Correct a typo in conditional compilationGregory Nutt1-1/+1
2015-01-24Networking: Clean up network status collection and presentation for IPv6Gregory Nutt1-33/+110
2015-01-23Networking: Various bugfixes related to IPv6 pingGregory Nutt1-1/+1
2015-01-23apps/nshlib: Add the ping6 command to support checking IPv6 networks. NSH l...Gregory Nutt4-84/+265
2015-01-20Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, no...Gregory Nutt3-47/+39
2015-01-20Fix defaults for IPv6 netmaskGregory Nutt1-17/+17
2015-01-19NSH library: Disable put and get commends of TFTP client is not enabled; dis...Gregory Nutt1-0/+16
2015-01-19apps/nshlib: Add logic to initialize IPv6 addresses, to display IPv6 address...Gregory Nutt2-43/+170
2015-01-19Update ChangeLogGregory Nutt2-8/+348
2015-01-18Rename IPv4 netlib functions and files to make room in the namespace for corr...Gregory Nutt2-13/+19
2015-01-16Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt1-8/+14
2014-12-10NSH TFTP get command: Wrong file name used for the destination. From LazloGregory Nutt1-1/+1
2014-12-01Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are pro...Gregory Nutt4-7/+7
2014-11-16Clarify MTU/BUFSIZE in apps/ README.txt files and DocumentationGregory Nutt1-4/+6
2014-11-16NSH USB Console: Add logic to restart the console wait if an error occurs wh...Gregory Nutt1-0/+13
2014-11-15Network: Various fixes for clean compile with both Ethernet and SLIPGregory Nutt2-7/+18
2014-11-13Remove use of CONFIG_MASK_TASK_ARGS from NSHGregory Nutt2-11/+1
2014-11-12Emit a warning if number of arguments to builtin or file app can be truncatedGregory Nutt1-0/+6
2014-11-05Move CONFIG_NSH_TMPDIR to CONFIG_LIBC_TMPDIRGregory Nutt3-14/+3
2014-10-29Fix some errors that I introduced into NSH telnet this morningGregory Nutt1-4/+6
2014-10-29Fix some typosGregory Nutt1-1/+1
2014-10-29Fix problem with trailing whitespace (newline) in Telnet username/password. ...Gregory Nutt1-7/+93
2014-10-08Update everything under apps/ to use the corrected syslog interfacesGregory Nutt1-13/+22
2014-10-03fix reversed in/out file closing when an error occurs. From Ken PettitGregory Nutt1-2/+2
2014-09-30NSH Fix ls -l output for regular filesGregory Nutt1-1/+1
2014-09-30Add support for a custom NSH ROMFS startup image header file location. From ...Gregory Nutt2-6/+39
2014-09-28More testing, bugfixes and integration of VFS-based named semaphoresGregory Nutt1-0/+4
2014-09-16Eliminate some nshlib warngingsGregory Nutt1-0/+3
2014-09-12Fix more errors associated with posix_spawn system callsGregory Nutt2-1/+2