Date: Thu, 6 Sep 2001 02:30:09 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/savecore Makefile savecore.8 savecore.c Message-ID: <200109060930.f869U9t34330@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109060930.f869U9t34330>
