summaryrefslogtreecommitdiff
path: root/Mach
diff options
context:
space:
mode:
authorSergio Lopez <koro@sinrega.org>2005-12-22 08:56:00 +0000
committerSergio Lopez <koro@sinrega.org>2005-12-22 08:56:00 +0000
commit23ee8f67e6391c55d933765764eb6caf5d673724 (patch)
treeeddae71b4efdfc621a1c2f91b3ce683b13f57c20 /Mach
parent7d9e9cfbb01a4ddcd979a03832952ebbda9d485f (diff)
none
Diffstat (limited to 'Mach')
-rw-r--r--Mach/GNUMachRevivalProject.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mach/GNUMachRevivalProject.mdwn b/Mach/GNUMachRevivalProject.mdwn
index a18b8894..6c82e7a7 100644
--- a/Mach/GNUMachRevivalProject.mdwn
+++ b/Mach/GNUMachRevivalProject.mdwn
@@ -6,18 +6,18 @@ If you want to help with any of the task (thanks!), please send a mail to the ma
**_Task List_**
-* Clean up the Code. (Assigned to: _We need **YOU** here!_)
+* Clean up the Code. (Assigned to: **Team Leader:** _Gianluca Guida (gianluca)_, **Hackers:** _We need **YOU** here!_)
* Remove all dead files from the GNU Mach source tree.
* Restructure the tree in a sane way.
* Remove dead functions/variables/etc from source files.
* Rewrite ugly code.
-* Update the core architecture and drivers. (Assigned to: _Alfredo Beaumont (ziberpunk)_)
+* Update the core architecture and drivers. (Assigned to: **Team Leader:** _Gianluca Guida (gianluca)_, **Hackers:** _Alfredo Beaumont (ziberpunk)_, _Sergio Lopez (koro)_, _We need **YOU** here!_)
* Check what NetBSD, FreeBSD and Linux do with their host specific code (i486, PPC, Sparc, ...). And if it might be wise to take that and use it in GNU Mach. There is no need to worry about purely internal API's, but the external ones shouldn't require any major changes.
* Write a list of all functions provided by the host dependant code in GNU Mach that gets used in the non-host specific code (kernel, IPC and VM).
* Once we have decided what the new internal API should look like, make a list of the new API and the old one, and try to make things as compatible as possible, but not at the expense of anything.
-* Implement Migrating Threads. (Assigned to: _We need **YOU** here!_)
+* Implement Migrating Threads. (Assigned to: _Sergio Lopez (koro)_)
* Migrating Threads (MT) could improve IPC performance and making easier the work of the scheduler. For more information, check this <http://www.usenix.org/publications/library/proceedings/sf94/ford.html>
* Improve the external pagers interface. (Assigned to: _We need **YOU** here!_)