summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_poll.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some warningspatacongo2009-12-171-1/+1
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-7/+8
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-2/+2
* 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