Use ZLIB's crc32() function.
We need this change before D21375.
markj | |
delphij | |
emaste |
Use ZLIB's crc32() function.
We need this change before D21375.
% sysctl kern.compress_user_cores=1
% top
% kill -6 <top's pid>
% gzip -d top.core.gz
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
sys/kern/subr_compressor.c | ||
---|---|---|
121 ↗ | (On Diff #61245) | Why did you change the level? |
sys/kern/subr_compressor.c | ||
---|---|---|
121 ↗ | (On Diff #61245) | This changeset was brought from my initial changeset. Our zlib migration committed in CURRENT doesn't have this restriction and I was able to revert back. |