Home | History | Annotate | Download | only in mtree
History log of /src/usr.sbin/mtree/crc.c
RevisionDateAuthorComments
 1.11  05-Dec-2024  christos PR/58875: Jose Luis Duran: Produce consistent checksums in verification
by scanning directories in the same order as usual. While here, fix some
incorrect types.
 1.10  18-Mar-2021  cheusov branches: 1.10.8;
mtree: use POSIX type uint32_t instead of u_int32_t
 1.9  05-Oct-2012  christos remove dup extern (brooks)
 1.8  02-Jun-2005  lukem branches: 1.8.42; 1.8.48;
appease gcc -Wuninitialized
 1.7  06-Feb-2005  perry ANSIfy function declaration, remove register declarations, and some
minor KNFing.
 1.6  20-Jun-2004  jmc Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulting tools 'different')

Wrap all required code with the inclusion of nbtool_config.h, attempt to
only use POSIX code in all places (or when reasonable test w. configure and
provide definitions: ala u_int, etc).

Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86
NetBSD current (x86 and amd64) and Solaris 9.

Fixes PR's: PR#17762 PR#25944
 1.5  07-Aug-2003  agc branches: 1.5.2;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22366, verified by myself.
 1.4  31-Jan-2002  tv Protect __RCSID and __COPYRIGHT from being invoked if not defined.
 1.3  29-Jan-2002  tv Add hooks to make mtree compilable from src/tools.
 1.2  10-Nov-2001  lukem need <stdio.h> and <time.h> for mtree.h
 1.1  10-Nov-2001  mycroft Add a separate version of the CRC routine that listens to sflag.
 1.5.2.1  22-Jun-2004  tron Pull up revision 1.6 (requested by jmc in ticket #527):
Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulting tools 'different')
Wrap all required code with the inclusion of nbtool_config.h, attempt to
only use POSIX code in all places (or when reasonable test w. configure and
provide definitions: ala u_int, etc).
Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86
NetBSD current (x86 and amd64) and Solaris 9.
Fixes PR's: PR#17762 PR#25944
 1.8.48.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.8.42.1  30-Oct-2012  yamt sync with head
 1.10.8.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed