Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2005 04:33:39 +0000 (UTC)
From:      Mike Silbersack <silby@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_mbuf.c
Message-ID:  <200506230433.j5N4XdxR000561@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
silby       2005-06-23 04:33:39 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_mbuf.c 
  Log:
  Change the mbuf, mbuf cluster, and mbuf packet allocation routines so that
  the UMA "trash" allocator is used - this ensures that any writes to a freed
  mbuf should provoke a panic.
  
  Only enabled under INVARIANTS, of course.
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.8       +34 -0     src/sys/kern/kern_mbuf.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506230433.j5N4XdxR000561>