summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-04-20 09:50:11 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-04-20 09:50:11 +0200
commit6b6842e344cba20f953c10f00c0e67b25599c998 (patch)
tree328d340042b54331af16d8b6d19e8b505635e257 /open_issues
parent390bfea46950c9685f3b14eab971d955defae8da (diff)
Add some links.
Diffstat (limited to 'open_issues')
-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
3 files changed, 7 insertions, 2 deletions
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