From owner-freebsd-commit Thu Feb 22 11:25:55 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA09849 for freebsd-commit-outgoing; Thu, 22 Feb 1996 11:25:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA09842 for cvs-all-outgoing; Thu, 22 Feb 1996 11:25:53 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA09810 Thu, 22 Feb 1996 11:25:45 -0800 (PST) Date: Thu, 22 Feb 1996 11:25:45 -0800 (PST) From: Peter Wemm Message-Id: <199602221925.LAA09810@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libkvm kvm_private.h kvm_proc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/02/22 11:25:44 Branch: lib/libkvm RELENG_2_1_0 Modified: lib/libkvm kvm_private.h kvm_proc.c Log: Teach libkvm about the new layout of the user stack top caused by BSD/OS 2.x executable support. Also, the different contents of "struct ps_strings". Revision Changes Path 1.2.6.1 +1 -0 src/lib/libkvm/kvm_private.h 1.8.4.1 +112 -34 src/lib/libkvm/kvm_proc.c