1. Nesco Add-A-Tray for FD-1010/FD-1018P/FD-1020
2. Error: sh: cannot duplicate fd 31 to fd 0: Bad file descriptor
I get this error apparently from the following line, where I call ls,
then grep the results, then write the output to a temporarily file all
using the system command:
sprintf(buf, "ls -p \"%s\" |grep \"[^/]$\" >> \"%s\"", dir,
tempfileName ); system(buf);
I have no idea what's causing it, or what the error even means. Can
anyone help?
I'm running Windows XP.
3. PROBLEM: close(fd) doesn't wake up read(fd) or select() in another thread
4. [PATCH] dcache: don't expose uninitialized memory in /proc/<pid>/fd/<fd>
5. fd&Wc Rich or Stupid? fd&WcH_
8. [PATCH] dcache: don't expose uninitialized memory in /proc/<pid>/fd/<fd>
9. PROBLEM: close(fd) doesn't wake up read(fd) or select() in another thread
10. Bug found, was: read(fd, buf, size) reads more than the given buffer size
11. read(fd, buf, size) reads more than the given buffer size
12. given an fd, how to tell if it's open?
13. Need to find whether a FD represents a socket or a file using ACE_OS.
14. Setting the number of open fd per user process
15. How can I set a timeout value for a network fd?