index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
cksum
/
crc.c
Age
Commit message (
Expand
)
Author
2021-03-18
cksum: use POSIX type uint32_t instead of u_int32_t
cheusov
2020-04-27
Explicitly cast the number of bytes passed to crc_buf() to size_t, as
martin
2020-04-27
Speed up cksum word-by-word with a 15 KB table generated dynamically.
riastradh
2014-10-29
Fix build.
uebayasi
2006-09-04
Separate out the CRC functions in a manner that actually makes them useful
dsl
2005-02-05
De-register.
simonb
2005-01-12
* Kill __P()
xtraeme
2004-06-20
Completely rework how tools/compat is done. Purge all uses/references to
jmc
2003-12-20
Update to keep file lengths in appropriate data types (off_t, as opposed
kleink
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-03-31
Protect __RCSID and __COPYRIGHT from being invoked if not defined.
bjh21
2001-11-10
Remove calculation of crc_total from here, making the routine approximately
mycroft
2001-03-21
Apparently changing crc() to ccrc() was bad, since mtree does a reachover.
atatat
2001-03-20
Rename the crc() function to ccrc() since that removes a compiler warning
atatat
1997-10-17
WARNSify
lukem
1996-02-27
use const qualifer for crctab
jtc
1996-02-27
what's the point of having prototypes if they're not actually _used_
cgd
1995-03-26
merged with 4.4Lite
glass
1994-12-24
cksum uses 32-bit quantites, internally
cgd
1993-11-02
update to the latest cksum utility from uunet. this one is posix
cgd
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd