From owner-cvs-all Thu Sep 6 2:30:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06BA637B406; Thu, 6 Sep 2001 02:30:10 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f869U9t34330; Thu, 6 Sep 2001 02:30:09 -0700 (PDT) (envelope-from kris) Message-Id: <200109060930.f869U9t34330@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Sep 2001 02:30:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/savecore Makefile savecore.8 savecore.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/09/06 02:30:09 PDT Modified files: sbin/savecore Makefile savecore.8 savecore.c Log: * Switch from doing compress(1)ed crashdumps with the -z flag to using gzip(1). gdb doesn't understand these, but then again it didn't understand compressed crashdumps either. * Change a stray lseek() into a Lseek() * Remove the extraneous prototype for log() which has apparently never existed in FreeBSD's sources Obtained from: NetBSD (partially) MFC after: 2 weeks Revision Changes Path 1.6 +4 -5 src/sbin/savecore/Makefile 1.13 +3 -3 src/sbin/savecore/savecore.8 1.44 +38 -34 src/sbin/savecore/savecore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message