aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cksum
Commit message (Expand)AuthorAgeFilesLines
* - For variables holding offset values, use off_t rather thanRobert Drehmel2003-03-137-41/+57
* ANSIify function definitions to avoid a warning.David Malone2002-07-286-25/+9
* Consistently use FBSDIDDavid E. O'Brien2002-06-306-14/+12
* remove __PWarner Losh2002-03-222-10/+10
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* WARNS=2 fixup.Mark Murray2001-12-027-34/+44
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-5/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-071-1/+1
* mdoc(7) police: fixed broken references.Ruslan Ermilov2001-01-161-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-8/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Minimal use of .Ar and .Nm.Philippe Charnier1999-12-057-20/+38
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Some man page cleanup. Make the NAME and SYNOPSIS sections agree soMike Pritchard1999-06-241-2/+3
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-065-4/+5
* Avoid infinite loop if read() fails consistently.Dag-Erling Smørgrav1998-09-161-1/+1
* cksum does a 32-bit checksum, so it needs to use u_int32_t variables,John Birrell1998-03-107-29/+31
* -Wall cleanup.Alexander Langer1997-12-291-2/+3
* Document the ``-o 3'' option.David E. O'Brien1997-11-091-2/+9
* 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-265-3/+127
* 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-062-14/+37
* This commit was generated by cvs2svn to compensate for changes in r27219,Bruce Evans1997-07-061-1/+3
|\
| * Import Lite2's src/usr.bin/cksum. The Makefile is still on the vendorBruce Evans1997-07-063-0/+317
* Update manpage to newer version. Use err(3).Philippe Charnier1997-06-252-19/+20
* add md5(1) to SEE ALSO section.John-Mark Gurney1997-04-291-1/+3
* ``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)John-Mark Gurney1997-04-271-6/+7
* 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-278-0/+692