From owner-cvs-all Sat Feb 6 08:58:51 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28055 for cvs-all-outgoing; Sat, 6 Feb 1999 08:58:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA28050; Sat, 6 Feb 1999 08:58:50 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA53881; Sat, 6 Feb 1999 08:58:50 -0800 (PST) (envelope-from fenner@FreeBSD.org) Date: Sat, 6 Feb 1999 08:58:50 -0800 (PST) Message-Id: <199902061658.IAA53881@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/top machine.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1999/02/06 08:58:50 PST Modified files: usr.bin/top machine.c Log: Don't dump core when p_stat is not in the expected range. This is only likely to happen when you have a kernel<>userland mismatch, but it's really annoying when top dumps core and leaves the terminal in a mangled state; it's much nicer to print nicely formatted gibberish. Revision Changes Path 1.21 +9 -3 src/usr.bin/top/machine.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message