freebsd-dev/sbin/savecore
Gleb Smirnoff bc7ed46b63 Add '-u' switch that would uncompress cores that were compressed by
kernel during dump time.

A real life scenario is that cores are compressed to reduce
size of dumpon partition, but we either don't care about space
in the /var/crash or we have a filesystem level compression of
/var/crash. And we want cores to be uncompressed in /var/crash
because we'd like to instantily read them with kgdb. In this
case we want kernel to write cores compressed, but savecore(1)
write them uncompressed.

Reviewed by:	markj, gallatin
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D27245
2020-11-19 02:20:38 +00:00
..
Makefile Add '-u' switch that would uncompress cores that were compressed by 2020-11-19 02:20:38 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
minfree Move etc/minfree to sbin/savecore/. 2018-08-04 22:15:59 +00:00
savecore.8 Add '-u' switch that would uncompress cores that were compressed by 2020-11-19 02:20:38 +00:00
savecore.c Add '-u' switch that would uncompress cores that were compressed by 2020-11-19 02:20:38 +00:00