summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_parse.c
Commit message (Expand)AuthorAgeFilesLines
* nsh: code style fixedAnton Babushkin2014-01-101-121/+139
* nsh: fixed syntax checking in env variables expandingAnton Babushkin2014-01-101-63/+59
* nsh: don’t try to expand env variables in nsh_argumentAnton Babushkin2014-01-101-18/+1
* nsh: env variables expansionAnton Babushkin2014-01-101-0/+164
* Added cmp command, from Andrew TridgellLorenz Meier2013-07-181-0/+3
* Add -h option to NSH git command; And NSH mksmartfs command. From Ken PetitGregory Nutt2013-04-301-0/+14
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-071-0/+4
* NSH needs to call pthread_detach() to avoid memory leakpatacongo2013-02-031-4/+14
* Correct a memory leak in NSHpatacongo2013-02-021-0/+14
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-1/+36
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-161-1/+1
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-161-1/+1
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-151-42/+53
* Rename namedapp as simply builtinpatacongo2012-12-231-4/+4
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfi...patacongo2012-11-271-1/+1
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-0/+6
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-14/+18
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-311-0/+25
* You can now configure a login for Telnet NSH session -- from Darcy Gongpatacongo2012-10-121-0/+11
* More patches/bugfixes from Katepatacongo2012-08-261-1/+1
* I learned how to spell PSEUDOpatacongo2012-08-051-9/+8
* Update NSH documentation; Add option to reduce size of help commnd without co...patacongo2012-08-041-4/+19
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-041-81/+250
* Add the NSH df commandpatacongo2012-08-041-4/+9
* Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo2012-08-031-1/+1
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-1/+1
* Lock the scheduler when starting NSH builtin applications to eliminate race c...patacongo2012-07-281-2/+4
* PM update; NSH extension to catch return valuespatacongo2012-07-281-12/+34
* Prep for 6.19 releasenuttx-6.19patacongo2012-06-151-1/+1
* NFS just finished a major weight reduction programpatacongo2012-06-141-1/+1
* Add NSH mv commandpatacongo2012-06-111-0/+6
* Update of NSH nfsmount commandpatacongo2012-05-141-1/+1
* More NFS updatespatacongo2012-04-201-1/+8
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-111-0/+3
* FTPD daemon and example now build without errorspatacongo2012-02-051-31/+0
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-1/+18
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-2/+2
* Add NSH date commandpatacongo2011-09-011-0/+4
* More FTP fixespatacongo2011-06-031-1/+1
* More FTP bugfixespatacongo2011-06-031-0/+19
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-211-1/+1
* Mostly cosmetic changes from Urospatacongo2011-05-071-15/+13
* THTTPD works on LPCXpressopatacongo2011-04-161-1/+1
* Add time and uptimepatacongo2011-04-151-0/+16
* Progress toward kernel buildpatacongo2011-04-051-2/+2
* Renamed nuttapp to namedapp; add binfs to nammedapp/patacongo2011-03-281-2/+2
* Move nuttx/examples to apps/examplespatacongo2011-03-201-0/+1299