home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / v21 / 014 < prev    next >
Internet Message Format  |  1990-12-05  |  2KB

  1. From uucp@tic.com  Mon Aug  6 13:36:21 1990
  2. Received: from cs.utexas.edu by uunet.uu.net (5.61/1.14) with SMTP 
  3.     id AA17647; Mon, 6 Aug 90 13:36:21 -0400
  4. Posted-Date: 6 Aug 90 15:30:22 GMT
  5. Received: by cs.utexas.edu (5.64/1.68)
  6.     id AA28978; Mon, 6 Aug 90 12:36:17 -0500
  7. Received: by longway.tic.com (4.22/tic.1.2)
  8.     id AA02229; Mon, 6 Aug 90 11:24:43 cdt
  9. From: James W. Williams <williams@nssdcs.gsfc.nasa.gov>
  10. Newsgroups: comp.std.unix
  11. Subject: need POSIX cksum tables
  12. Message-Id: <10940@cs.utexas.edu>
  13. Sender: fletcher@cs.utexas.edu
  14. Reply-To: std-unix@uunet.uu.net
  15. Date: 6 Aug 90 15:30:22 GMT
  16. Apparently-To: std-unix-archive@uunet.uu.net
  17.  
  18. From:  James W. Williams <williams@nssdcs.gsfc.nasa.gov>
  19.  
  20. I am implementing, for BSD 4.4, the POSIX cksum program as described in
  21. P1003.2/D10.  This program uses table look-up to calculate a CRC
  22. "checksum" for each of its file arguments.  This table consists of 256
  23. hexadecimal constants and it would be extremely tedious and error-prone
  24. for me to type this in.  If someone out there on the committee has this
  25. table on line and could mail it to me, I would be most grateful.  So as
  26. not to waste net bandwidth, and clog my mailbox with multiple copies of
  27. the table, I suggest you just let me know that you have it, and I'll
  28. pick a random person to actually send it to me.
  29.  
  30. While I have your attention, the section on this program, 4.9, is
  31. titled "cksum - Display file checksums and block counts".  Given that
  32. this program, unlike the sum programs of BSD and system V, prints byte
  33. counts, not block counts, shouldn't the section title be "cksum -
  34. Display file checksums and byte counts"?
  35.  
  36. Also, it is noted that this program is not backward compatible with
  37. either the BSD or system V versions of sum, thus it was given a new
  38. name.  It is further noted that the term "checksum" is used for
  39. historical reasons, even though the algorithm given is not,
  40. technically, a checksum.  This seems oddly inconsistent.  Given that
  41. the name is changing, why not call it crcsum, or just crc?
  42.  
  43. Thanks for your help and attention,
  44.  
  45. Spoken: Jim Williams             Domain: williams@nssdcs.gsfc.nasa.gov
  46. Phone: +1-301-555-1212           UUCP:   uunet!mimsy!williams
  47. USPS: NASA/GSFC, Code 633, Greenbelt, MD 20771
  48. Motto: There is no 'd' in "kluge"!  It rhymes with "deluge", not "sludge".
  49.  
  50.  
  51. Volume-Number: Volume 21, Number 14
  52.  
  53.