- Using cv's in the mbuf subsystem was finished quite a while ago.

- Also note when the mbuf slab allocator was committed.

Prodded by:	bmilekic
This commit is contained in:
John Baldwin 2002-01-03 23:44:16 +00:00
parent 689054567b
commit 0cdfe04dd8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11576

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.7 2001/11/16 20:53:40 jhb Exp $">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.8 2001/12/22 00:29:00 jhb Exp $">
<!ENTITY title "FreeBSD SMP Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -411,6 +411,14 @@
<td> &status.done; </td>
</tr>
<tr>
<td> Make mbuf system use condition variables instead of
msleep()/wakeup(). </td>
<td> &bmilekic; </td>
<td> 2 April 2001 </td>
<td> &status.done; </td>
</tr>
<tr>
<td> Remove &lt;sys/mutex.h&gt; includes from other kernel
headers such as &lt;vm/vm_zone.h&gt;, &lt;sys/resourcevar.h&gt;,
@ -456,6 +464,13 @@
<td> &status.done; </td>
</tr>
<tr>
<td> Introduce a modified slab allocator for the mbuf subsystem. </td>
<td> &bmilekic; </td>
<td> 21 June 2001 </td>
<td> &status.done; </td>
</tr>
<tr>
<td> Add a witness_assert() function to handle lock assertions. </td>
<td> &jhb; </td>
@ -590,14 +605,6 @@
<td> &status.wip; </td>
</tr>
<tr>
<td> Make mbuf system use condition variables instead of
msleep()/wakeup(). </td>
<td> &bmilekic; </td>
<td> 21 March 2001 </td>
<td> &status.wip; </td>
</tr>
<tr>
<td> Lock struct filedesc and struct file. </td>
<td> &tanimura;, &alfred; </td>