- Fix a previous commit where I marked a WIP task as done but did not move
where the task was placed in the overall list. This should help make things more clear. Submitted by: jhb
This commit is contained in:
parent
64f4c3b1c8
commit
d01a3170fd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13487
1 changed files with 8 additions and 8 deletions
|
|
@ -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.85 2002/06/19 23:08:30 arr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.86 2002/06/26 03:01:44 arr Exp $">
|
||||
<!ENTITY title "FreeBSD SMP Project">
|
||||
<!ENTITY email 'freebsd-smp'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
|
@ -669,6 +669,13 @@
|
|||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Lock down kernel linker globals.</td>
|
||||
<td> &a.arr; </td>
|
||||
<td> 18 March 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Rewrite kernel memory allocator to be a slab allocator that
|
||||
uses per-cpu caches. </td>
|
||||
|
|
@ -968,13 +975,6 @@
|
|||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Lock down kernel linker globals.</td>
|
||||
<td> &a.arr; </td>
|
||||
<td> 18 March 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Create mutex profiling tool for the kernel so as to measure
|
||||
contention and behavior of kernel mutexes. </td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue