Date: Wed, 13 Apr 2011 19:10:56 +0000 (UTC) From: Gavin Atkinson <gavin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern subr_rman.c Message-ID: <201104131911.p3DJBH2J090432@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gavin 2011-04-13 19:10:56 UTC FreeBSD src repository Modified files: sys/kern subr_rman.c Log: SVN rev 220606 on 2011-04-13 19:10:56Z by gavin Add a new DDB command, "show rmans", which will show the address and brief details of each rman header, but not the contents of all rman structures in the system. This is especially useful on platforms where some rmans have many thousands of entries in rmans, making scrolling through the output of "show all rman" impractical. Individual rmans can then be viewed including their contents with "show rman 0xaddr" as usual. Reviewed by: jhb Revision Changes Path 1.63 +25 -4 src/sys/kern/subr_rman.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104131911.p3DJBH2J090432>