summaryrefslogtreecommitdiff
path: root/apps/nshlib
Commit message (Expand)AuthorAgeFilesLines
* Add missing options to NSH Library Kconfig. From Freddie ChopinGregory Nutt2015-03-021-0/+9
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-201-1/+1
* NSH: The default priority of the network initialization thread should be lowe...Gregory Nutt2015-02-171-1/+5
* apps/netutils/netlib: Add utilities to convert to/from prefix lengths from/t...Gregory Nutt2015-02-061-8/+18
* Fix errors in range of IPv6 netmask range in Kconfig filesGregory Nutt2015-02-051-8/+8
* ICMPv6: Some initial bugfix from first tests of the ICMPv6 auto-configuratio...Gregory Nutt2015-02-031-1/+11
* ICMPv6: This completes coding of the ICMPv6 auto-configuration feature. It i...Gregory Nutt2015-02-032-12/+8
* Add netlib and application hooks for ICMPv6 auto-configuration (still incompleteGregory Nutt2015-02-032-19/+22
* NSH: Fix error in conditional compilation in PS command. From Macs NGregory Nutt2015-02-031-1/+1
* drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of th...Gregory Nutt2015-02-011-1/+2
* Elminate some warnings with TCP and UDP are disabledGregory Nutt2015-01-291-1/+3
* Unix domain: A few fixes from early integrationGregory Nutt2015-01-271-1/+2
* Unix domain: With these changes I can build a system with no link layer enab...Gregory Nutt2015-01-271-0/+16
* Various fixes to get Unix domain sockets to build on the simulator without Et...Gregory Nutt2015-01-271-1/+1
* NSH: A few minor improvements/corrections to the network status presentationGregory Nutt2015-01-241-4/+4
* Fix another error in conditional compilation; plus some additional cosmetic c...Gregory Nutt2015-01-241-1/+1
* Correct a typo in conditional compilationGregory Nutt2015-01-241-1/+1
* Networking: Clean up network status collection and presentation for IPv6Gregory Nutt2015-01-241-33/+110
* Networking: Various bugfixes related to IPv6 pingGregory Nutt2015-01-231-1/+1
* apps/nshlib: Add the ping6 command to support checking IPv6 networks. NSH l...Gregory Nutt2015-01-234-84/+265
* Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, no...Gregory Nutt2015-01-203-47/+39
* Fix defaults for IPv6 netmaskGregory Nutt2015-01-201-17/+17
* NSH library: Disable put and get commends of TFTP client is not enabled; dis...Gregory Nutt2015-01-191-0/+16
* apps/nshlib: Add logic to initialize IPv6 addresses, to display IPv6 address...Gregory Nutt2015-01-192-43/+170
* Update ChangeLogGregory Nutt2015-01-192-8/+348
* Rename IPv4 netlib functions and files to make room in the namespace for corr...Gregory Nutt2015-01-182-13/+19
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-161-8/+14
* NSH TFTP get command: Wrong file name used for the destination. From LazloGregory Nutt2014-12-101-1/+1
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are pro...Gregory Nutt2014-12-014-7/+7
* Clarify MTU/BUFSIZE in apps/ README.txt files and DocumentationGregory Nutt2014-11-161-4/+6
* NSH USB Console: Add logic to restart the console wait if an error occurs wh...Gregory Nutt2014-11-161-0/+13
* Network: Various fixes for clean compile with both Ethernet and SLIPGregory Nutt2014-11-152-7/+18
* Remove use of CONFIG_MASK_TASK_ARGS from NSHGregory Nutt2014-11-132-11/+1
* Emit a warning if number of arguments to builtin or file app can be truncatedGregory Nutt2014-11-121-0/+6
* Move CONFIG_NSH_TMPDIR to CONFIG_LIBC_TMPDIRGregory Nutt2014-11-053-14/+3
* Fix some errors that I introduced into NSH telnet this morningGregory Nutt2014-10-291-4/+6
* Fix some typosGregory Nutt2014-10-291-1/+1
* Fix problem with trailing whitespace (newline) in Telnet username/password. ...Gregory Nutt2014-10-291-7/+93
* Update everything under apps/ to use the corrected syslog interfacesGregory Nutt2014-10-081-13/+22
* fix reversed in/out file closing when an error occurs. From Ken PettitGregory Nutt2014-10-031-2/+2
* NSH Fix ls -l output for regular filesGregory Nutt2014-09-301-1/+1
* Add support for a custom NSH ROMFS startup image header file location. From ...Gregory Nutt2014-09-302-6/+39
* More testing, bugfixes and integration of VFS-based named semaphoresGregory Nutt2014-09-281-0/+4
* Eliminate some nshlib warngingsGregory Nutt2014-09-161-0/+3
* Fix more errors associated with posix_spawn system callsGregory Nutt2014-09-122-1/+2
* Several commands must be disabled in the kernel build because they depend on ...Gregory Nutt2014-09-072-3/+27
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+2
* Fix NSH PS command: If there are not argument, it would print garbage for ar...Gregory Nutt2014-09-011-6/+6
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-295-13/+16
* Update README files, Kconfig help comments, and make the network monitor not ...Gregory Nutt2014-08-181-4/+4