svn commit: r212142 - in projects/sv/sys: amd64/amd64 arm/arm geom i386/i386 ia64/ia64 net powerpc/powerpc sparc64/sparc64 sun4v/sun4v sys

Ryan Stone rysto32 at gmail.com
Thu Sep 2 15:00:26 UTC 2010


On Thu, Sep 2, 2010 at 5:33 AM, Attilio Rao <attilio at freebsd.org> wrote:
> Log:
>  Introduce a flag field for the dumpers and use it immediately for the
>  DIF_NET flag.
>  This flag is responsible for toggling a netdump and having a correct set
>  of dumplo in the dumping routines.
>

To be honest, I'd be happier if the DIF_NET flag disappeared entirely.
 It seems to me that dumpsys shouldn't need knowledge of disk geometry
-- especially now when there may not be a disk at all.  It seems to me
that the correct interface would be for dumpsys to pass the offset
into the core file to the dumper, and the dumper should convert that
to a value appropriate for the dump device.


More information about the svn-src-projects mailing list