Date: Sat, 12 Jul 2008 06:50:02 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-bugs@FreeBSD.org Subject: Re: bin/118292: commit references a PR Message-ID: <200807120650.m6C6o2eI046238@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/118292; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/118292: commit references a PR Date: Sat, 12 Jul 2008 06:49:36 +0000 (UTC) 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 <callumgibson@optusnet.com.au> 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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807120650.m6C6o2eI046238>