Gregory Nutt
|
41f0c86cad
|
Optimized sendfile() from Max Holtzberg
|
2013-09-28 14:47:49 -06:00 |
Gregory Nutt
|
d69228b5f7
|
poll again; if fd is less than zero, it should set revents to zero, not POLLNVAL
|
2013-05-23 15:41:15 -06:00 |
Gregory Nutt
|
b5dd706120
|
poll needs to set POLLNVAL if file descriptor is bad
|
2013-05-23 07:48:32 -06:00 |
Gregory Nutt
|
16d04c7aa7
|
poll should ignore invalid file descriptors
|
2013-05-23 07:02:44 -06:00 |
patacongo
|
40b9bd7a97
|
Clean-up files in fs/ directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4942 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-14 21:05:40 +00:00 |
patacongo
|
2fe4ad52f8
|
Move file-system header files to include/nuttx/fs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-21 18:01:07 +00:00 |
patacongo
|
041c5430b7
|
Add the beginnings of an FTP server
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4368 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-04 21:02:45 +00:00 |
patacongo
|
74e2893056
|
Eliminate some warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2376 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-17 19:52:47 +00:00 |
patacongo
|
d67e9f0ad9
|
Switching to C99 stdint/stdbool.h types
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2341 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-15 00:18:32 +00:00 |
patacongo
|
e72dce9e1b
|
Consolidate buffer dumping; fix all occurrences of 'the the'
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
|
2009-06-25 17:44:35 +00:00 |
patacongo
|
6ad27ed177
|
Reserved word 'private' in C header files is a problem for C++
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1890 42af7a65-404d-4744-a932-0658087f49c3
|
2009-06-16 23:23:31 +00:00 |
patacongo
|
14d2342d9e
|
Make sure the private data is initially NULL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1293 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-20 14:13:04 +00:00 |
patacongo
|
cf12e1690e
|
Move poll save area back into struct pollfd (as it was
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1288 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-19 18:43:50 +00:00 |
patacongo
|
0f4896d7b8
|
Revert part of last change
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1285 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-19 02:39:21 +00:00 |
patacongo
|
0dd623a473
|
Basic setup of network select
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1278 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-18 22:14:25 +00:00 |
patacongo
|
b2b69f173b
|
Implement poll/select for sockets
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1277 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-18 17:30:30 +00:00 |
patacongo
|
d5000bfdc5
|
Fix improper access to table
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1271 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-17 23:24:22 +00:00 |
patacongo
|
acbefdbb30
|
Initial integration of poll()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1266 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-17 20:27:26 +00:00 |
patacongo
|
72d4fbf168
|
Poll API may be disabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1259 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-16 22:05:28 +00:00 |
patacongo
|
dbda581f26
|
Add infrastructure to support poll()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1258 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-16 18:48:29 +00:00 |
patacongo
|
57c41ff2fc
|
Basic file structure for poll() API
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1257 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-16 17:19:38 +00:00 |