Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2003 20:43:40 -0700 (PDT)
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 subr_mbuf.c src/sys/sys mbuf.h
Message-ID:  <200305020343.h423he59027317@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
silby       2003/05/01 20:43:40 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             subr_mbuf.c 
    sys/sys              mbuf.h 
  Log:
  Add the M_FREELIST flag, which is used to detect whenever a
  double free of a mbuf occurs and cause an immediate panic, rather
  than allowing free list corruption to occur.
  
  This code is trapped under INVARIANTS, so it should not cause any
  change in default performance.
  
  Reviewed by:    a bunch of people on -net
  MFC after:      1 week
  
  Revision  Changes    Path
  1.47      +10 -0     src/sys/kern/subr_mbuf.c
  1.121     +1 -0      src/sys/sys/mbuf.h



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