summaryrefslogtreecommitdiff
path: root/nuttx/fs/vfs
Commit message (Expand)AuthorAgeFilesLines
* Don't build pread()/pwrite() if file system support is disabledGregory Nutt2014-12-281-4/+0
* Fix a typo in a recent commitGregory Nutt2014-12-081-1/+1
* Fix compilation errors if CONFIG_DISABLE_MOUNTPOINT is selectedGregory Nutt2014-12-082-3/+13
* Updated commentsGregory Nutt2014-11-291-1/+1
* Add support for a variadic ioctl() function. The ioctl() interface is a non-...Gregory Nutt2014-11-291-1/+5
* apps/examples/bridge: Add host-side test driverGregory Nutt2014-11-211-0/+2
* vfs/poll: add proper handling for sem_timedwait errnos. From Jussi KivilinnaGregory Nutt2014-11-211-0/+16
* Simplifed semaphore wait logic in poll()Gregory Nutt2014-11-191-10/+4
* poll() was not waking up from signals (for example mq_notify() events).Gregory Nutt2014-11-191-13/+26
* Cosmetic. Fix some conditional logic in some conditioned out codeGregory Nutt2014-11-021-1/+1
* Major structure of file system functions to better support asynchronous I/O. ...Gregory Nutt2014-10-0618-260/+484
* First pread/pwrite typo fixesGregory Nutt2014-10-042-4/+4
* Add pread() and pwrite()Gregory Nutt2014-10-044-3/+267
* Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.hGregory Nutt2014-09-2920-20/+20
* More testing, bugfixes and integration of VFS-based named semaphoresGregory Nutt2014-09-283-7/+35
* Completes VFS-based named semaphore implemetation. Still a little buggyGregory Nutt2014-09-281-2/+0
* straighten out files in some Make.defs filesGregory Nutt2014-09-281-2/+2
* Move renaming files in fs/. to fs/vfs/. (Don't all belong there)Gregory Nutt2014-09-2823-0/+4303