summaryrefslogtreecommitdiff
path: root/nuttx/net/net_poll.c
Commit message (Expand)AuthorAgeFilesLines
* When readahead data is available, poll needs to return POLLIN or POLLRDNORM, ...Gregory Nutt2013-05-231-3/+5
* Fix a whole in the logic from the previous check-inpatacongo2013-03-071-4/+32
* Fix network poll() issue: don't interrupt poll if socket not connected. Lis...patacongo2013-03-071-2/+17
* Add framework to support task groupspatacongo2013-01-251-2/+2
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-3/+1
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-45/+111
* poll was not checking if the socket was still connectedpatacongo2013-01-211-11/+27
* Add header files for z180patacongo2012-12-101-0/+2
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-2/+2
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-2/+2
* More SLIP integrationpatacongo2011-03-151-8/+8
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-6/+6
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-151-1/+1
* Fix race condition bug in poll() for backlogged connectionspatacongo2009-09-101-0/+6
* Cosmetic, synchronize source filespatacongo2009-09-091-0/+1
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-9/+9
* More fixes for picky ZDS archiverpatacongo2008-12-121-1/+1
* Filename changes needed by ZDS archiverpatacongo2008-12-121-0/+347