aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cksum/cksum.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* cksum does a 32-bit checksum, so it needs to use u_int32_t variables,John Birrell1998-03-101-4/+4
* Need to skip argv[0] when we are named "sum".David E. O'Brien1997-11-091-1/+2
* When called "sum", it is not documented as accepting any arguments.David E. O'Brien1997-11-091-23/+23
* Add canonical 32bit crc as alorithm 3.Poul-Henning Kamp1997-09-261-1/+4
* Default to `cksum' instead of to `sum' for unusual program names.Bruce Evans1997-07-061-7/+10
* Merge from Lite2 (make the command `sum' an alias for `cksum -o 1', andBruce Evans1997-07-061-10/+21
* Update manpage to newer version. Use err(3).Philippe Charnier1997-06-251-10/+10
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+124