summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_poll.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure the private data is initially NULLpatacongo2008-11-201-0/+1
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-191-5/+5
* Revert part of last changepatacongo2008-11-191-5/+5
* Basic setup of network selectpatacongo2008-11-181-1/+1
* Implement poll/select for socketspatacongo2008-11-181-4/+4
* Fix improper access to tablepatacongo2008-11-171-6/+6
* Initial integration of poll()patacongo2008-11-171-4/+9
* Poll API may be disabledpatacongo2008-11-161-0/+4
* Add infrastructure to support poll()patacongo2008-11-161-5/+223
* Basic file structure for poll() APIpatacongo2008-11-161-0/+97