summaryrefslogtreecommitdiff
path: root/nuttx/fs/vfs/fs_poll.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some time value changes; mostly changing greater than 1000000000 to ↵Gregory Nutt2015-02-201-1/+1
| | | | greater than or equal to 1000000000. From Juha Niskanen
* 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
| | | | Signed-off-by: Jussi Kivilinna <jussi.kivilinna@haltian.com>
* Major structure of file system functions to better support asynchronous I/O. ↵Gregory Nutt2014-10-061-9/+11
| | | | Respository should not be trusted until I have a chance to verify everything
* Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.hGregory Nutt2014-09-291-1/+1
|
* Move renaming files in fs/. to fs/vfs/. (Don't all belong there)Gregory Nutt2014-09-281-0/+357