summaryrefslogtreecommitdiff
path: root/apps/nshlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-19/+18
* NSH net monitor: use a seamphore instead of boolean; use sem_timedwait inste...Gregory Nutt2014-08-171-21/+57
* Minor corrections during integration of link status monitorGregory Nutt2014-08-173-3/+4
* Extend the NSH network initialization logic. There is now an option that wil...Gregory Nutt2014-08-173-9/+352
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-1/+0
* Cosmetic changed, updated README files, improved commentsGregory Nutt2014-08-101-0/+1
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-075-19/+16
* NSH networking: There is now a configuration option that will bring up the ne...Gregory Nutt2014-08-064-8/+117
* NSH Networking: Also add an option to let platform-specific logic select the...Gregory Nutt2014-08-063-226/+295
* NSH Networking: Software assigned MAC address is now configurable. From LazloGregory Nutt2014-08-063-6/+36
* dd support for a USB keyboard as the NxConsole and text widget input. Not fu...Gregory Nutt2014-07-301-1/+1
* SAMA5: Poll USB keyboard at a higher rate for better responseGregory Nutt2014-07-291-1/+1
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-072-2/+2
* NSH Keyboard Input: Worked okay until you try to disabled the keyboardGregory Nutt2014-07-061-6/+14
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-045-1/+14
* Remove all inclusion of uip.hGregory Nutt2014-07-041-5/+0
* NSH Keyboard: Close stdin before trying to reopen. Otherwise, driver will pe...Gregory Nutt2014-07-031-13/+30
* NSH: Add an option to take stdin from a USB keyboard deviceGregory Nutt2014-07-038-88/+452
* NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_Gregory Nutt2014-07-022-19/+19
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-023-9/+9
* NSH: if # appears on line, need to comment ignore additinal commands on the lineGregory Nutt2014-07-011-9/+10
* NET: Rename uip_ping to icmp_pingGregory Nutt2014-06-301-1/+1
* Cosmetic changes, updates to README files, updates to some commentsGregory Nutt2014-06-302-3/+3
* NET: Renaming of IP address typesGregory Nutt2014-06-291-1/+1
* SAMA5D4-EK: NSH confuration now has FAT/ROMFS, /dev/zero, /dev/random via TRN...Gregory Nutt2014-06-282-2/+2
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-1/+1
* NSH: Networking features modified to handle the case of SLIP networks.Gregory Nutt2014-06-272-12/+47