summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_select.c
Commit message (Expand)AuthorAgeFilesLines
* Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringuppatacongo2013-03-271-3/+3
* Fix network poll() issue: don't interrupt poll if socket not connected. Lis...patacongo2013-03-071-13/+44
* Clean-up files in fs/ directorypatacongo2012-07-141-9/+9
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ...patacongo2012-02-241-6/+29
* Clean kernel-/user-mode module buildpatacongo2011-04-051-3/+3
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-3/+2
* cosmeticpatacongo2008-11-181-2/+2
* Extend test to verify selectpatacongo2008-11-171-3/+3
* Add select()patacongo2008-11-171-0/+217