index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
cksum
Commit message (
Expand
)
Author
Age
Files
Lines
*
More -Wmissing-variable-declarations fixes.
ed
2012-10-20
1
-0
/
+3
*
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
1
-1
/
+1
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
7
-28
/
+0
*
mdoc: drop redundant .Pp and .LP calls
uqs
2010-10-08
1
-1
/
+0
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
5
-1
/
+4
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
5
-4
/
+1
*
Change a use of u_int32_t to uint32_t.
brooks
2008-05-15
1
-1
/
+1
*
Added the EXIT STATUS section where appropriate.
ru
2005-01-17
1
-1
/
+1
*
- For variables holding offset values, use off_t rather than
robert
2003-03-13
7
-41
/
+57
*
ANSIify function definitions to avoid a warning.
dwmalone
2002-07-28
6
-25
/
+9
*
Consistently use FBSDID
obrien
2002-06-30
6
-14
/
+12
*
remove __P
imp
2002-03-22
2
-10
/
+10
*
Remove leaf node WARNS?=2 (that mainly I added). This should
markm
2002-02-08
1
-1
/
+0
*
WARNS=2 fixup.
markm
2001-12-02
7
-34
/
+44
*
mdoc(7) police: utilize the new .Ex macro.
ru
2001-08-15
1
-5
/
+1
*
Remove whitespace at EOL.
dd
2001-07-15
1
-1
/
+1
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Include missing header files which define functions for which gcc has
dd
2001-06-24
1
-0
/
+1
*
mdoc(7) police: Change -filled displays (which just happen
ru
2001-02-07
1
-1
/
+1
*
mdoc(7) police: fixed broken references.
ru
2001-01-16
1
-1
/
+1
*
Prepare for mdoc(7)NG.
ru
2000-12-27
1
-8
/
+1
*
Prepare for mdoc(7)NG.
ru
2000-12-19
1
-1
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-1
/
+1
*
Minimal use of .Ar and .Nm.
charnier
1999-12-05
7
-20
/
+38
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+2
*
Some man page cleanup. Make the NAME and SYNOPSIS sections agree so
mpp
1999-06-24
1
-2
/
+3
*
Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).
archie
1998-12-06
5
-4
/
+5
*
Avoid infinite loop if read() fails consistently.
des
1998-09-16
1
-1
/
+1
*
cksum does a 32-bit checksum, so it needs to use u_int32_t variables,
jb
1998-03-10
7
-29
/
+31
*
-Wall cleanup.
alex
1997-12-29
1
-2
/
+3
*
Document the ``-o 3'' option.
obrien
1997-11-09
1
-2
/
+9
*
Need to skip argv[0] when we are named "sum".
obrien
1997-11-09
1
-1
/
+2
*
When called "sum", it is not documented as accepting any arguments.
obrien
1997-11-09
1
-23
/
+23
*
Add canonical 32bit crc as alorithm 3.
phk
1997-09-26
5
-3
/
+127
*
Default to `cksum' instead of to `sum' for unusual program names.
bde
1997-07-06
1
-7
/
+10
*
Merge from Lite2 (make the command `sum' an alias for `cksum -o 1', and
bde
1997-07-06
2
-14
/
+37
*
This commit was generated by cvs2svn to compensate for changes in r27219,
bde
1997-07-06
1
-1
/
+3
|
\
|
*
Import Lite2's src/usr.bin/cksum. The Makefile is still on the vendor
bde
1997-07-06
3
-22
/
+45
*
|
Update manpage to newer version. Use err(3).
charnier
1997-06-25
2
-19
/
+20
*
|
add md5(1) to SEE ALSO section.
jmg
1997-04-29
1
-1
/
+3
*
|
``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)
jmg
1997-04-27
1
-6
/
+7
*
|
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
|
/
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
8
-0
/
+692