Note Matt's pushing down of Giant into the FreeBSD ABI in October of 2001.
Note that the remaining ABIs have not yet had Giant pushed down, including those I could find in a quick scan of the tree: Linux i386 \ Linux AXP / Some of these may be overlapped SVR4 i386 OSF/1 AXP IBCS i386
This commit is contained in:
parent
57835c436a
commit
0b17eb790c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12295
1 changed files with 43 additions and 1 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.22 2002/02/25 19:47:05 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.23 2002/02/25 20:55:25 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD SMP Project">
|
||||
<!ENTITY email 'freebsd-smp'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -574,6 +574,13 @@
|
|||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Push the grabbing of Giant into FreeBSD ABI system calls. </td>
|
||||
<td> &dillon; </td>
|
||||
<td> 26 October 2001 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Make most of the per-CPU stuff MI. </td>
|
||||
<td> &jhb; </td>
|
||||
|
@ -895,6 +902,41 @@
|
|||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Push the grabbing of Giant into Linux i386 ABI system calls.</td>
|
||||
<td> </td>
|
||||
<td> 25 February 2002 </td>
|
||||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Push the grabbing of Giant into Linux AXP ABI system calls.</td>
|
||||
<td> </td>
|
||||
<td> 25 February 2002 </td>
|
||||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Push the grabbing of Giant into SVR4 i386 ABI system calls.</td>
|
||||
<td> </td>
|
||||
<td> 25 February 2002 </td>
|
||||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Push the grabbing of Giant into OSF/1 AXP ABI system calls.</td>
|
||||
<td> </td>
|
||||
<td> 25 February 2002 </td>
|
||||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Push the grabbing of Giant into IBCS i386 ABI system calls.</td>
|
||||
<td> </td>
|
||||
<td> 25 February 2002 </td>
|
||||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<!--
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
|
Loading…
Reference in a new issue