summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/translator/pfinet/implementation.mdwn2
-rw-r--r--open_issues/address_space_memory_mapping_entries.mdwn3
-rw-r--r--open_issues/glibc/0.4.mdwn4
-rw-r--r--open_issues/gnumach_memory_management.mdwn2
4 files changed, 9 insertions, 2 deletions
diff --git a/hurd/translator/pfinet/implementation.mdwn b/hurd/translator/pfinet/implementation.mdwn
index 3232e0cc..9bcf62ef 100644
--- a/hurd/translator/pfinet/implementation.mdwn
+++ b/hurd/translator/pfinet/implementation.mdwn
@@ -30,6 +30,8 @@ implementation.
# Reimplementation, [[!GNU_Savannah_task 5469]]
+## [[community/gsoc/project_ideas/tcp_ip_stack]]
+
## IRC, freenode, #hurd, 2013-04-03
[[!tag open_issue_hurd]]
diff --git a/open_issues/address_space_memory_mapping_entries.mdwn b/open_issues/address_space_memory_mapping_entries.mdwn
index 8ed69345..f1811b27 100644
--- a/open_issues/address_space_memory_mapping_entries.mdwn
+++ b/open_issues/address_space_memory_mapping_entries.mdwn
@@ -18,4 +18,5 @@ IRC, freenode, #hurd, 2011-05-07
<braunr> a bare linked list
<braunr> which makes faults and page cache lookups even slower
-A red-black tree was added to VM maps to speed up lookups.
+A [[red-black tree|gnumach_vm_map_red-black_trees]] was added to VM maps to
+speed up lookups.
diff --git a/open_issues/glibc/0.4.mdwn b/open_issues/glibc/0.4.mdwn
index a8892876..ceb5ea21 100644
--- a/open_issues/glibc/0.4.mdwn
+++ b/open_issues/glibc/0.4.mdwn
@@ -25,4 +25,6 @@ In context of [[packaging_libpthread]]/[[libpthread]].
the exec server IIRC...
<tschwinge> pochu: Oh, I have to re-read that discussion, but thanks for
reminding!
- <tschwinge> pochu: Won't happen today or tomorrow, but "sometime".
+
+[[!GNU_Savannah_bug 28934]], [[user/pochu]], [[!message-id
+"4BFA500A.7030502@gmail.com"]].
diff --git a/open_issues/gnumach_memory_management.mdwn b/open_issues/gnumach_memory_management.mdwn
index 46454207..511d3f2b 100644
--- a/open_issues/gnumach_memory_management.mdwn
+++ b/open_issues/gnumach_memory_management.mdwn
@@ -832,6 +832,8 @@ There is a [[!FF_project 266]][[!tag bounty]] on this task.
<braunr> it could also be used to drop the overloaded (and probably over
imbalanced) page cache hash table
+[[gnumach_vm_map_red-black_trees]].
+
# IRC, freenode, #hurd, 2011-05-03