Date: Mon, 2 Apr 2001 21:50:16 -0700 (PDT) From: Bosko Milekic <bmilekic@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h Message-ID: <200104030450.f334oGE79321@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bmilekic 2001/04/02 21:50:16 PDT Modified files: sys/kern uipc_mbuf.c sys/sys mbuf.h Log: - Change the msleep()s to condition variables. The mbuf and mcluster free lists now each "own" a condition variable, m_starved. - Clean up minor indentention issues in sys/mbuf.h caused by previous commit. Revision Changes Path 1.73 +22 -22 src/sys/kern/uipc_mbuf.c 1.75 +38 -34 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?200104030450.f334oGE79321>