Date: Mon, 10 Mar 2003 11:39:54 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys malloc.h mbuf.h src/sys/kern kern_malloc.c subr_mbuf.c Message-ID: <200303101939.h2AJdsDC037245@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/03/10 11:39:54 PST FreeBSD src repository Modified files: sys/sys mbuf.h malloc.h sys/kern kern_malloc.c subr_mbuf.c Log: Make malloc and mbuf allocation mode flags nonoverlapping. Under INVARIANTS whine if we get incompatible flags. Submitted by: imp Revision Changes Path 1.118 +18 -1 src/sys/kern/kern_malloc.c 1.42 +15 -0 src/sys/kern/subr_mbuf.c 1.73 +4 -4 src/sys/sys/malloc.h 1.114 +2 -2 src/sys/sys/mbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303101939.h2AJdsDC037245>