summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_fscmds.c
Commit message (Expand)AuthorAgeFilesLines
* NSH Fix ls -l output for regular filesGregory Nutt2014-09-301-1/+1
* More testing, bugfixes and integration of VFS-based named semaphoresGregory Nutt2014-09-281-0/+4
* Add conversion of Intel HEX to binaryGregory Nutt2014-06-151-2/+3
* NSH library: malloc/free IOBUFFER instead of using stackGregory Nutt2014-04-211-1/+9
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* NSH cat command now adds to newline at the end of the file so that the NSH pr...Gregory Nutt2014-02-271-0/+11
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new co...Gregory Nutt2014-02-201-5/+5
* Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-...Gregory Nutt2014-02-191-1/+1
* mkdir can now be used to create empty directories in the pseudo-filesystem.Gregory Nutt2014-02-191-1/+1
* rmdir now may be used to remove empty nodes from the pseudo-filesystemGregory Nutt2014-02-191-1/+1
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-2/+3
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-101-1/+1
* NSH: Add an option to the mkfatfs command to specify FAT12, FAT16, or FAT32Gregory Nutt2013-12-051-7/+78
* fs/procfs: Add a tiny, primitive procfs file system. Might get more interes...Gregory Nutt2013-11-131-1/+6
* Remove some warningsGregory Nutt2013-10-011-0/+4
* NSH: Fix 'ls' output for a single file. Provided by Lorenz MeierGregory Nutt2013-09-131-19/+55
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-181-0/+112
* Add -h option to NSH git command; And NSH mksmartfs command. From Ken PetitGregory Nutt2013-04-301-1/+55
* Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not workpatacongo2013-02-261-0/+2
* Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-291-66/+1
* Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo2012-08-031-225/+1
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-2/+6
* Prep for 6.19 releasenuttx-6.19patacongo2012-06-151-1/+1
* Clean up NFS user interface; Fix NFS disconnect bugpatacongo2012-06-141-3/+1
* Minor change to NFS interfacepatacongo2012-06-141-2/+1
* NFS just finished a major weight reduction programpatacongo2012-06-141-73/+6
* Add NSH mv commandpatacongo2012-06-111-0/+44
* First round of compile fixes for IPv6patacongo2012-06-071-1/+10
* NFS updatepatacongo2012-05-181-3/+1
* Update of NSH nfsmount commandpatacongo2012-05-141-17/+23
* NxWidgets: Fix a potential deadlock that can occur waiting for toolbard geome...patacongo2012-05-071-5/+5
* Add configuration for testing NxWMpatacongo2012-05-071-1/+2
* NSH fixpatacongo2012-05-071-4/+7
* Add GPIO support to STMPE11 driver; NFS updatepatacongo2012-05-051-27/+16
* NSF updatepatacongo2012-05-031-2/+1
* NSF updatepatacongo2012-05-031-19/+29
* NFS updatepatacongo2012-04-231-18/+20
* NFS fixespatacongo2012-04-231-5/+6
* NFS updatespatacongo2012-04-231-10/+6
* Kconfig updated + NFS updatepatacongo2012-04-231-5/+47
* More NFS updatespatacongo2012-04-201-2/+129
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-111-91/+111
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-0/+1
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-3/+3
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-21/+21
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+1341