Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: thorpej
Date: Sat Mar 29 22:25:26 UTC 2003
Modified Files:
src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot
src/sys/lib/libz: crc32.c
Log Message:
Garbage-collect the DYNAMIC_CRC_TABLE stuff. The table it computed
was incompatible with the new CRC code, and it is largely unnecessary
now, since the static table is so much smaller.
Fixes PR kern/20935.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot
cvs rdiff -r1.5 -r1.6 src/sys/lib/libz/crc32.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index