summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_rename.c
Commit message (Expand)AuthorAgeFilesLines
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new co...Gregory Nutt2014-02-201-2/+29
* SAMD20: Move some common SERCOM logic to a separate file where it can be sharedGregory Nutt2014-02-191-1/+1
* Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-...Gregory Nutt2014-02-191-37/+110
* Cosmetic updates to commentsGregory Nutt2014-02-191-4/+6
* Clean-up files in fs/ directorypatacongo2012-07-141-3/+2
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-3/+3
* Make use of FAR consistent in stdio.hpatacongo2008-11-101-1/+1
* cosmeticpatacongo2008-09-121-3/+3
* Simply conditional build; fix conditional compilationpatacongo2007-06-091-5/+0
* Finish FAT directory operations; add option to disable mountpoints; fix ARM c...patacongo2007-05-261-0/+2
* Add unlink(), mkdir(), rmdir(), and rename()patacongo2007-05-211-0/+157