From owner-cvs-all@FreeBSD.ORG Thu May 5 18:55:04 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAD2716A4CE; Thu, 5 May 2005 18:55:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C479443D77; Thu, 5 May 2005 18:55:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j45IswWQ075521; Thu, 5 May 2005 18:54:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j45Iswvo075520; Thu, 5 May 2005 18:54:58 GMT (envelope-from rwatson) Message-Id: <200505051854.j45Iswvo075520@repoman.freebsd.org> From: Robert Watson Date: Thu, 5 May 2005 18:54:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.bin/ipcs ipcs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 18:55:05 -0000 rwatson 2005-05-05 18:54:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/ipcs ipcs.c Log: Merge ipcs.c:1.24 from HEAD to RELENG_5: third of several commits to allow kernel System V IPC data structures to be modified and extended without breaking the user space ABI: Make the "ipcs" tool, which grubs around in kernel memory to report status relating to System V IPC, use the _kernel variants on the System V IPC data structures. Submitted by: Dandekar Hrishikesh Obtained from: TrustedBSD Project Sponsored by: DARPA, SPAWAR, McAfee Research Requested by: ps Revision Changes Path 1.23.2.1 +66 -66 src/usr.bin/ipcs/ipcs.c