summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-03-06 00:54:54 +0100
committerThomas Schwinge <thomas@schwinge.name>2011-03-06 00:55:58 +0100
commitc318adc3b829acd0e1ce0fb6dd055a1c6d165e98 (patch)
tree3061afdfc7df028bc2155113c49b2c1887183fad /open_issues
parentafe6f5029552c8c6320e0074dd6b96f76db41a8d (diff)
community/gsoc/project_ideas: Add a listing of the tasks.
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/locking.mdwn4
-rw-r--r--open_issues/performance/io_system.mdwn2
-rw-r--r--open_issues/unit_testing.mdwn2
-rw-r--r--open_issues/valgrind.mdwn5
4 files changed, 8 insertions, 5 deletions
diff --git a/open_issues/locking.mdwn b/open_issues/locking.mdwn
index 11a10524..6e22f887 100644
--- a/open_issues/locking.mdwn
+++ b/open_issues/locking.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2008, 2009, 2010 Free Software Foundation,
+[[!meta copyright="Copyright © 2008, 2009, 2010, 2011 Free Software Foundation,
Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
@@ -9,7 +9,7 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
-[[!tag open_issue_hurd]]
+[[!tag open_issue_hurd gsoc-task]]
Every now and then, new locking issues are discovered in
[[hurd/libdiskfs]] or [[hurd/translator/ext2fs]], for example. Nowadays
diff --git a/open_issues/performance/io_system.mdwn b/open_issues/performance/io_system.mdwn
index 4af093ba..8535eae3 100644
--- a/open_issues/performance/io_system.mdwn
+++ b/open_issues/performance/io_system.mdwn
@@ -11,7 +11,7 @@ License|/fdl]]."]]"""]]
[[!meta title="I/O System"]]
-[[!tag open_issue_hurd]]
+[[!tag open_issue_hurd gsoc-task]]
The most obvious reason for the Hurd feeling slow compared to mainstream
systems like GNU/Linux, is a low I/O system performance, in particular very
diff --git a/open_issues/unit_testing.mdwn b/open_issues/unit_testing.mdwn
index 95aa0b5f..0ff7ecca 100644
--- a/open_issues/unit_testing.mdwn
+++ b/open_issues/unit_testing.mdwn
@@ -8,7 +8,7 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
-This task may be suitable for [[community/GSoC]].
+This task may be suitable for [[community/GSoC]][[!tag gsoc-task]].
---
diff --git a/open_issues/valgrind.mdwn b/open_issues/valgrind.mdwn
index 2b0624d7..bd45829c 100644
--- a/open_issues/valgrind.mdwn
+++ b/open_issues/valgrind.mdwn
@@ -1,4 +1,5 @@
-[[!meta copyright="Copyright © 2009, 2010 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2009, 2010, 2011 Free Software Foundation,
+Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -10,6 +11,8 @@ License|/fdl]]."]]"""]]
[[!meta title="Porting Valgrind to the Hurd"]]
+[[!tag gsoc-task]]
+
[Valgrind](http://valgrind.org/) is an extremely useful debugging tool for memory errors.
(And some other kinds of hard-to-find errors too.)
Aside from being useful for program development in general,