home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3297 / BLURB < prev    next >
Encoding:
Text File  |  1991-05-07  |  1.4 KB  |  25 lines

  1. kstuff includes a whole bunch of stuff related to reading the kernel,
  2. including pff, a more portable, improved version of ofiles/fstat. Of
  3. long-term interest are the many kernel-reading libraries---you might
  4. never have to open kmem again. Also here is an updated release of my
  5. authd server and authuser client RFC 931 implementation, and as an extra
  6. bonus you get findinode, a user-level reverse namei for BSD systems with
  7. ndbm. I stole a few pieces of code from various versions of ofiles (as
  8. indicated in the source). Everything else here is public-domain.
  9.  
  10. At various times various parts of kstuff have been run under each of
  11. these systems: SunOS 4.0.3, SunOS 4.1, Ultrix 2.2, Ultrix 4.1, BSD
  12. 4.3-Tahoe, Convex UNIX 9.0, Dynix 3.0.17. If you're interested in
  13. porting these programs or libraries to other BSD variants, get in touch
  14. with me. If you're brave enough to attempt a System V port, good luck.
  15.  
  16. This is kstuff 0.18. Keep in mind that it's alpha software---it's not
  17. supposed to work, and if it happens to compile and install without a
  18. hitch on your machine, you should be happy. When you post constructive
  19. criticism of kstuff to alt.sources.d, remember that I don't consider the
  20. package finished. You shouldn't be complaining that the package doesn't
  21. do something. You should be explaining your needs and showing how kstuff
  22. 1.00 could fulfill them.
  23.  
  24. ---Dan Bernstein, brnstnd@nyu.edu
  25.