home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sun / misc / 3855 next >
Encoding:
Text File  |  1992-08-23  |  1.4 KB  |  36 lines

  1. Newsgroups: comp.sys.sun.misc
  2. Path: sparky!uunet!boulder!tigger!panos
  3. From: panos@tigger.cs.Colorado.EDU (Panos Tsirigotis)
  4. Subject: Yet another /dev/fd driver implementation
  5. Message-ID: <1992Aug23.171952.11050@colorado.edu>
  6. Sender: news@colorado.edu (The Daily Planet)
  7. Nntp-Posting-Host: tigger.cs.colorado.edu
  8. Organization: University of Colorado, Boulder
  9. Date: Sun, 23 Aug 1992 17:19:52 GMT
  10. Lines: 24
  11.  
  12. From the README.fd file:
  13.  
  14. ----------------------------------------------------------------------
  15. This is an implementation of the /dev/fd driver. This driver provides
  16. access to a process's file descriptors via the file system name space.
  17. For example, when a process opens /dev/fd/9 the operation performed is
  18. the equivalent of dup(9).
  19. Standard input/output/error (i.e. descriptors 0,1,2) are also visible 
  20. as /dev/{stdin,stdout,stderr}.
  21.  
  22. This is a loadable driver. Check the README file in the tar archive
  23. for instructions on how to set up your system so that the driver is 
  24. loaded automatically at system boot time.
  25. ----------------------------------------------------------------------
  26.  
  27. The driver is available via anonymous ftp from mystique.cs.colorado.edu in
  28. the pub/kernel directory. It is in compressed archive form: fd.1.0.tar.Z
  29.  
  30. Panos
  31.  
  32. -- 
  33. Panos Tsirigotis, CS grad                        
  34. Pmail: Computer Science Dept., U. of Colorado @ Boulder, Boulder, CO 80309-0430
  35. Email: panos@cs.colorado.edu
  36.