summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorteythoon <teythoon@web>2014-02-24 18:33:20 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2014-02-24 18:33:20 +0100
commit0e7b0a815897f4148db4a0051d193340e0bd1cd9 (patch)
tree0a4f51ee1070cbdd43b577e553c0e6c04d1c6370 /contributing.mdwn
parent5fc8f35b78572cbd2991bbec99a9d9dd3a47d49c (diff)
the gunzip and bunzip2 code blobs have been removed, remove item from small hacks list
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn2
1 files changed, 0 insertions, 2 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index c29f8800..1ce34d0e 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -95,8 +95,6 @@ part:1:file:/home/samy/tmp/foo`). This would be libnetfs-based.
* Port valgrind. There is a whole
[[GSoC proposal|community/gsoc/project_ideas/valgrind ]] about this, but the
basic port could be small.
-* Use libz and libbz2 in libstore. See `hurd/libstore/unzip.c` etc., they should be replaced by mere calls to libraries, [[!GNU_Savannah_task 6990]]
-See also the discussions on [[open_issues/exec]].
* Add `/proc/$pid/maps`. `vminfo` already has this kind of information, it's a matter of making procfs do the same. [[!GNU_Savannah_bug 32770]]
* Move the mount/umount logic from utils/{,u}mount.c into libshouldbeinlibc.
* Fix /proc/self. Look at the file hurd/lookup-retry.c in the glibc source code for how FS_RETRY_MAGICAL lookups work.