From owner-cvs-src@FreeBSD.ORG Sat Jul 12 06:49:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B9B1106564A; Sat, 12 Jul 2008 06:49:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8534F8FC1A; Sat, 12 Jul 2008 06:49:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m6C6nLrD019303; Sat, 12 Jul 2008 06:49:21 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6C6nLaG019302; Sat, 12 Jul 2008 06:49:21 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200807120649.m6C6nLaG019302@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Sat, 12 Jul 2008 06:48:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/ipcrm Makefile ipcrm.1 ipcrm.c src/usr.bin/ipcs Makefile ipc.c ipc.h ipcs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2008 06:49:21 -0000 edwin 2008-07-12 06:48:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/ipcrm Makefile ipcrm.1 ipcrm.c usr.bin/ipcs Makefile ipcs.c Added files: (Branch: RELENG_6) usr.bin/ipcs ipc.c ipc.h Log: SVN rev 180462 on 2008-07-12 06:48:59Z by edwin MFC of svn revision 174891 and 174750 Add the ability to clean up all shared memory segments which are unused in one go. PR: bin/118292 Submitted by: Callum Gibson Revision Changes Path 1.6.14.1 +5 -0 src/usr.bin/ipcrm/Makefile 1.13.8.1 +36 -1 src/usr.bin/ipcrm/ipcrm.1 1.11.14.1 +258 -126 src/usr.bin/ipcrm/ipcrm.c 1.7.8.1 +1 -0 src/usr.bin/ipcs/Makefile 1.1.4.1 +207 -0 src/usr.bin/ipcs/ipc.c (new) 1.1.4.1 +71 -0 src/usr.bin/ipcs/ipc.h (new) 1.27.2.2 +319 -430 src/usr.bin/ipcs/ipcs.c