Add more information to the sysenter entry. Looks like davidxu has

some work in progress.

Submitted by:	netchild
This commit is contained in:
Joel Dahl 2006-07-10 20:28:19 +00:00
parent 72a3b2d77e
commit 709049d4fe
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28240

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.59 2006/06/30 15:25:09 joel Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.60 2006/07/10 20:16:20 joel Exp $">
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -520,7 +520,12 @@
the fact that this project is of research quality and measures should be
taken to ensure that no regressions are introduced. Another interesting
extension to this project would be to investigate and evaluate the
possibility to use mmx/xmm registers to gather syscalls arguments.</p>
possibility to use mmx/xmm registers to gather syscalls arguments.
<a href="davidxu@FreeBSD.org">&a.davidxu;</a> has some <a
href="http://lists.freebsd.org/pipermail/freebsd-current/2006-July/064403.html">work
in progress</a> in his <a
href="http://perforce.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/user/davidxu/sysenter">sysenter</a>
branch in the perforce repository.</p>
<p><strong>Requirements</strong>:</p>
<ul>
<li>Ability to read and understand foreign C code.</li>