Date: Fri, 16 Feb 2001 08:27:32 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/savecore savecore.c Message-ID: <200102161627.f1GGRWK25526@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2001/02/16 08:27:32 PST Modified files: sbin/savecore savecore.c Log: Add a -k option that prevents clearing the dump after saving it. Use sysctlbyname() instead of sysctl(). Clear up and simplify the version extraction code. Attempt to detect stretches of zeroes in the dump and avoid writing them to disk to save space and time. Revision Changes Path 1.37 +58 -17 src/sbin/savecore/savecore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102161627.f1GGRWK25526>