summaryrefslogtreecommitdiff
path: root/nuttx/examples/nsh/nsh_main.c
Commit message (Expand)AuthorAgeFilesLines
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-23/+24
* Partial testing of wget commandpatacongo2009-03-281-1/+1
* Add wget command to NSHpatacongo2009-03-281-0/+6
* Add losetup to NSHpatacongo2008-11-151-0/+6
* Add dd command to NSHpatacongo2008-11-151-0/+6
* Allow each NSH command to be disabledpatacongo2008-11-141-10/+111
* Add NXP LPC214x-specific NSH supportpatacongo2008-10-151-2/+4
* Fixes for clean compile w/o environment variablespatacongo2008-09-191-2/+3
* Add /etc via ROMFS and /tmp via FAT FS to NSHpatacongo2008-09-111-1/+7
* ROMFS filesystem supportpatacongo2008-09-101-9/+9
* Add NSH xd commandpatacongo2008-09-071-1/+2
* Add NSH command to create RAMDISKpatacongo2008-09-061-0/+1
* Add get and put commands to NSHpatacongo2008-09-061-1/+7
* Add NSH ping commandpatacongo2008-09-021-1/+5
* Add option to disable background commandspatacongo2008-09-021-13/+13
* Add test and [ commandspatacongo2008-09-021-5/+25
* Fix compilation when pthreads disabledpatacongo2008-08-301-0/+10
* Use pthreads instead of tasks in BGpatacongo2008-08-301-90/+193
* Basic telnet NSH on ARM9patacongo2008-08-291-0/+1
* Fixes for clean Neuros OSD NSH buildpatacongo2008-08-291-0/+1
* Add mem command to NSHpatacongo2008-08-291-0/+1
* Fix Linux sim errors/warningpatacongo2008-08-291-3/+2
* Added ch and pwd to NSHpatacongo2008-08-231-4/+13
* cat accepts multiple filespatacongo2008-08-221-2/+3
* Add memory inspect modify commands to NSHpatacongo2008-08-201-0/+6
* Support nested if-then[-else]-fipatacongo2008-08-191-37/+80
* Misc. if-then-else-fi fixespatacongo2008-08-181-14/+23
* NSH now supports commentspatacongo2008-08-171-28/+40
* backout un-necessary main_t castspatacongo2008-08-171-2/+2
* Added 130 and if-then-else-fi to NSHpatacongo2008-08-171-80/+287
* Allow in all loctionspatacongo2008-08-171-28/+56
* Concurrent telnet+serialpatacongo2008-08-161-3/+13
* NSH redirected outputpatacongo2008-08-161-152/+353
* Fix reentrancy problems for serialpatacongo2008-08-141-8/+51
* Add 'sh' to NSHpatacongo2008-08-121-0/+3
* Clean configuration varialbe namespatacongo2008-08-111-4/+1
* Misc NSH enhancementspatacongo2008-08-101-40/+230
* Added mkfifo command to NSHpatacongo2008-08-101-1/+4
* Added mkfatfs command to NSHpatacongo2008-08-101-17/+18
* strerror() is big; don't use it unless requestedpatacongo2008-02-201-0/+4
* Debug NSH on z80simpatacongo2007-12-311-2/+6
* Add ifconfig command to NSHpatacongo2007-12-111-15/+18
* Add TELNET front end to NSHpatacongo2007-12-021-77/+69
* add set and unsetpatacongo2007-07-011-14/+12
* Add rm and rmdir commandsChangeLogpatacongo2007-07-011-3/+5
* Added cp commandpatacongo2007-07-011-7/+9
* Break into several filespatacongo2007-07-011-587/+13
* EINTR is not an errorpatacongo2007-06-111-5/+18
* NSH: Add cat; add -l, -s, -R to lspatacongo2007-06-101-78/+403
* Add mount, umount, and mkdir commandspatacongo2007-06-101-78/+207