cvs commit: src/sys/kern kern_mbuf.c

[ Available lists | Index of cvs-all | Month of Jun 2005 | Week of 23 Jun 2005 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Mike Silbersack <silby@FreeBSD.org>
Date
23 Jun 2005 04:33:39
Subject
cvs commit: src/sys/kern kern_mbuf.c
Message-ID
200506230433.j5N4XdxR000561@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.062 seconds