aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cksum
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-206-0/+12
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-287-7/+7
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync from headSimon J. Gerraty2012-11-041-0/+3
| |\ | |/ |/|
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-201-0/+3
|/
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-117-28/+0
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-135-1/+4
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-115-4/+1
* Change a use of u_int32_t to uint32_t.Brooks Davis2008-05-151-1/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* - 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