summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh.h
Commit message (Expand)AuthorAgeFilesLines
* Remove use of CONFIG_MASK_TASK_ARGS from NSHGregory Nutt2014-11-131-6/+0
* 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-051-2/+2
* Several commands must be disabled in the kernel build because they depend on ...Gregory Nutt2014-09-071-2/+26
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-2/+2
* Minor corrections during integration of link status monitorGregory Nutt2014-08-171-1/+2
* Extend the NSH network initialization logic. There is now an option that wil...Gregory Nutt2014-08-171-5/+18
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-5/+3
* NSH networking: There is now a configuration option that will bring up the ne...Gregory Nutt2014-08-061-1/+11
* NSH Networking: Also add an option to let platform-specific logic select the...Gregory Nutt2014-08-061-0/+8
* NSH Networking: Software assigned MAC address is now configurable. From LazloGregory Nutt2014-08-061-0/+22
* NSH Keyboard Input: Worked okay until you try to disabled the keyboardGregory Nutt2014-07-061-6/+14
* NSH: Add an option to take stdin from a USB keyboard deviceGregory Nutt2014-07-031-3/+29
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-1/+1
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new co...Gregory Nutt2014-02-201-12/+37
* Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-...Gregory Nutt2014-02-191-3/+3
* mkdir can now be used to create empty directories in the pseudo-filesystem.Gregory Nutt2014-02-191-3/+3
* rmdir now may be used to remove empty nodes from the pseudo-filesystemGregory Nutt2014-02-191-3/+3
* NSH: Add a break command; if-then-else and looping behavior can not be confi...Gregory Nutt2014-01-181-1/+20
* NSH: Add support for while-do-done and until-do-done loopsGregory Nutt2014-01-171-17/+44
* Add true and false commands; repartition some logic to better support forthco...Gregory Nutt2014-01-171-18/+21
* Back quoted NSH arguments now functionalGregory Nutt2014-01-111-3/+3
* Add support for backquoated commands as command argumentsGregory Nutt2014-01-101-0/+9
* NSH: Separate command line parsing from command execution. Add support for m...Gregory Nutt2014-01-101-0/+21
* NSH library: Allow USB trace without a USB consoleGregory Nutt2013-11-061-33/+34
* Add NSH addroute and delroute commandsGregory Nutt2013-10-051-22/+30
* Changes to NSH and readline to permit NSH to work on a platform with no file ...Gregory Nutt2013-09-301-0/+8
* More ARMv7-A files that are just copies of the ARMv4/5 files for nowGregory Nutt2013-07-191-3/+4
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-181-2/+5
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-011-0/+4
* Add -h option to NSH git command; And NSH mksmartfs command. From Ken PetitGregory Nutt2013-04-301-0/+5
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-071-0/+9
* Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-291-11/+36
* The USB monitor now works with configs/stm32f4discovery/usbnshpatacongo2013-01-291-39/+39
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-291-34/+46
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-0/+5
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-151-1/+2
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-1/+5
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-2/+32
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-311-0/+24
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-201-0/+9
* You can now configure a login for Telnet NSH session -- from Darcy Gongpatacongo2012-10-121-1/+34
* Add perror()patacongo2012-08-281-1/+6
* Add the NSH df commandpatacongo2012-08-041-0/+3
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-1/+1
* Add NSH mv commandpatacongo2012-06-111-0/+3
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-261-6/+47
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-251-0/+36
* More NFS updatespatacongo2012-04-211-0/+6
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-111-3/+25