aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cksum/cksum.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* 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-111-4/+0
* Change a use of u_int32_t to uint32_t.Brooks Davis2008-05-151-1/+1
* - For variables holding offset values, use off_t rather thanRobert Drehmel2003-03-131-3/+5
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-4/+2
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* remove __PWarner Losh2002-03-221-3/+3
* WARNS=2 fixup.Mark Murray2001-12-021-1/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Minimal use of .Ar and .Nm.Philippe Charnier1999-12-051-5/+2
* $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