]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
* Switch from doing compress(1)ed crashdumps with the -z flag to using
authorKris Kennaway <kris@FreeBSD.org>
Thu, 6 Sep 2001 09:30:09 +0000 (09:30 +0000)
committerKris Kennaway <kris@FreeBSD.org>
Thu, 6 Sep 2001 09:30:09 +0000 (09:30 +0000)
commitdff462c36334706803f11f3616797e4440cdaabf
tree05bb3002f732a08a225c0b0e81e36972482e0ead
parentf6a9e03fe5b14fa1078b7b5914337598ad12faf0
* 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
sbin/savecore/Makefile
sbin/savecore/savecore.8
sbin/savecore/savecore.c