px4-firmware/nuttx/fs
patacongo 77efc9f9cd BINFS now supports open, close, and FIOC_FILENAME ioctl
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5522 42af7a65-404d-4744-a932-0658087f49c3
2013-01-16 14:14:14 +00:00
..
fat Implement redirection of output from NSH builtin commands to a file in a mounted volume 2013-01-15 21:01:37 +00:00
mmap Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
nfs BINFS now supports open, close, and FIOC_FILENAME ioctl 2013-01-16 14:14:14 +00:00
nxffs BINFS now supports open, close, and FIOC_FILENAME ioctl 2013-01-16 14:14:14 +00:00
romfs Implement redirection of output from NSH builtin commands to a file in a mounted volume 2013-01-15 21:01:37 +00:00
Kconfig Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
Makefile Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile 2012-11-20 15:47:41 +00:00
fs_close.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_closeblockdriver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_closedir.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_dup.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_dup2.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_fcntl.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_fdopen.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_filedup.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_filedup2.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_files.c Add support for dup2'ing files. Infrastructure and ROMFS done. Still need FAT, BINFS, NXFFS, and NFS 2013-01-14 15:42:03 +00:00
fs_findblockdriver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_foreachinode.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_foreachmountpoint.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_fsync.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_inode.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_inodeaddref.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_inodefind.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_inoderelease.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_inoderemove.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_inodereserve.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_internal.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_ioctl.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_lseek.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_mkdir.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_mount.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_open.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_openblockdriver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_opendir.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_poll.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_read.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_readdir.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_registerblockdriver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_registerdriver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_rename.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_rewinddir.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_rmdir.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_seekdir.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_select.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_stat.c ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configuration 2012-10-26 19:53:20 +00:00
fs_statfs.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_syslog.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_umount.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_unlink.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_unregisterblockdriver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_unregisterdriver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_write.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00