home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / internal / 1807 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.5 KB

  1. Xref: sparky comp.unix.internals:1807 comp.unix.sysv386:14484 comp.unix.programmer:4654
  2. Path: sparky!uunet!dtix!darwin.sura.net!udel!gvls1!jabber!candle!root
  3. From: root@candle.uucp (Bruce Momjian)
  4. Newsgroups: comp.unix.internals,comp.unix.sysv386,comp.unix.programmer
  5. Subject: Poll()/select() device driver - new version available
  6. Message-ID: <1992Sep15.011711.18041@candle.uucp>
  7. Date: 15 Sep 92 01:17:11 GMT
  8. Organization: a consultant's basement
  9. Lines: 25
  10. X-Newsreader: Tin 1.1 PL5
  11.  
  12. Version 1.03 of Pol is now available.
  13.  
  14. Pol is my device driver implementation of poll() and select() for
  15. systems that don't have them.
  16.  
  17. It allows me to run pcomm2.0, iscreen3.2, and ptyshl, all of which
  18. require select() and/or poll().  My SVr3.1 machine has neither pty's,
  19. nor a poll(), select() system call for normal (non-streams) file
  20. descriptors.
  21.  
  22. I also include a patch to the publically available pty device driver for
  23. System V (see my README on where to get it).
  24.  
  25. For those of you who already have pol, version 1.02, the only addition
  26. in my 1.03 release is the inclusion of many comments to pol.c.   The
  27. original posted source to comp.unix.internals is my 1.0 release, which
  28. has been greatly improved.
  29.  
  30. Let me know if you want this and I will e-mail you a copy.
  31.  
  32. -- 
  33. Bruce Momjian                          |  830 Blythe Avenue
  34. root%candle.uucp@bts.com               |  Drexel Hill, Pennsylvania 19026 
  35. < If your life is a hard drive,      > |  (215) 353-9879(w)  853-3000(h)
  36. < Christ will make a backup for you. > |
  37.