summaryrefslogtreecommitdiff
path: root/nuttx/examples/nsh/nsh_fscmds.c
Commit message (Expand)AuthorAgeFilesLines
* Move NSH to apps/ as librarypatacongo2011-03-181-1341/+0
* Fix NSH redirection hangpatacongo2011-03-011-1/+1
* cat and cp need to exit if a signal is recievednuttx-5.18patacongo2011-02-271-14/+49
* Fix potential memory leakpatacongo2011-02-231-1/+1
* Back out last change; correct fix is in NSHpatacongo2011-02-231-13/+51
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-14/+17
* Fix mount problempatacongo2009-05-291-1/+1
* Add losetup to NSHpatacongo2008-11-151-0/+122
* Allow each NSH command to be disabledpatacongo2008-11-141-0/+24
* Add /etc via ROMFS and /tmp via FAT FS to NSHpatacongo2008-09-111-8/+35
* ROMFS filesystem supportpatacongo2008-09-101-14/+12
* updatepatacongo2008-09-071-0/+4
* Add NSH xd commandpatacongo2008-09-071-0/+2
* Add NSH command to create RAMDISKpatacongo2008-09-061-1/+95
* Add test and [ commandspatacongo2008-09-021-1/+1
* Fix Linux sim errors/warningpatacongo2008-08-291-3/+3
* Added ch and pwd to NSHpatacongo2008-08-231-99/+238
* cat accepts multiple filespatacongo2008-08-221-43/+53
* Misc. if-then-else-fi fixespatacongo2008-08-181-3/+10
* Added 130 and if-then-else-fi to NSHpatacongo2008-08-171-38/+57
* Allow in all loctionspatacongo2008-08-171-1/+1
* NSH redirected outputpatacongo2008-08-161-56/+56
* Add 'sh' to NSHpatacongo2008-08-121-1/+46
* Clean configuration varialbe namespatacongo2008-08-111-8/+14
* Added mkfifo command to NSHpatacongo2008-08-101-0/+15
* Added mkfatfs command to NSHpatacongo2008-08-101-4/+21
* strerror() is big; don't use it unless requestedpatacongo2008-02-201-13/+13
* Debug NSH on z80simpatacongo2007-12-311-4/+10
* Add TELNET front end to NSHpatacongo2007-12-021-47/+49
* Add rm and rmdir commandsChangeLogpatacongo2007-07-011-0/+28
* Added cp commandpatacongo2007-07-011-12/+154
* Break into several filespatacongo2007-07-011-0/+558