From owner-cvs-all Mon Sep 14 04:47:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24249 for cvs-all-outgoing; Mon, 14 Sep 1998 04:47:46 -0700 (PDT) (envelope-from owner-cvs-all) 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 EAA24244; Mon, 14 Sep 1998 04:47:43 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA18800; Mon, 14 Sep 1998 04:47:41 -0700 (PDT) Date: Mon, 14 Sep 1998 04:47:41 -0700 (PDT) Message-Id: <199809141147.EAA18800@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/14 04:47:41 PDT Modified files: sys/i386/i386 machdep.c Log: This implements retrieving the contents of message buffer via sysctl(3) as "machdep.msgbuf". It's needed in case of using stripped kernels, where normal dmesg (which has to use kvm) doesn't work. The buffer is unwound, meaning that the data will be linear, possibly with some leading NULLs. Reviewed by: Jordan K. Hubbard Revision Changes Path 1.308 +22 -1 src/sys/i386/i386/machdep.c