Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: othersrc/external/bsd/crc



Module Name:    othersrc
Committed By:   agc
Date:           Thu Apr 28 02:09:00 UTC 2011

Update of /cvsroot/othersrc/external/bsd/crc
In directory ivanova.netbsd.org:/tmp/cvs-serv7562

Log Message:
initial import of some routines to perform CRC calculations:

there is a libcrc(3) with an interface modelled on the sha2(3) API, a
crc(1) program (which is the CRC analogy of cksum(1) or sha1(1)), and
a gencrctab(1) program which generates the table of CRC values, which
is usually included in the source code of a program.

the code was originally based on the CRC code in

        http://www.ross.net/crc/download/crc_v3.txt

which is in the public domain, but this has changed drastically since
that code was written originally. the original paper is included in the
dist/ directory here.


Status:

Vendor Tag:     CROOKS
Release Tags:   crc-base
                
N othersrc/external/bsd/crc/Makefile
N othersrc/external/bsd/crc/dist/crc_v3.txt
N othersrc/external/bsd/crc/dist/Makefile
N othersrc/external/bsd/crc/dist/crc.c
N othersrc/external/bsd/crc/dist/crctable.expected
N othersrc/external/bsd/crc/dist/gencrctab.c
N othersrc/external/bsd/crc/dist/provenance
N othersrc/external/bsd/crc/dist/libcrc.3
N othersrc/external/bsd/crc/dist/crc.1
N othersrc/external/bsd/crc/dist/libcrc.h
N othersrc/external/bsd/crc/dist/libcrc.c
N othersrc/external/bsd/crc/libcrc/Makefile
N othersrc/external/bsd/crc/libcrc/shlib_version
N othersrc/external/bsd/crc/libcrc/crcmodel.pico
N othersrc/external/bsd/crc/libcrc/crcmodel.po
N othersrc/external/bsd/crc/crc/Makefile
N othersrc/external/bsd/crc/gencrctab/Makefile
N othersrc/external/bsd/crc/gencrctab/crctab.h

No conflicts created by this import



Home | Main Index | Thread Index | Old Index