summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2014-02-26 17:37:35 +0100
committerThomas Schwinge <thomas@codesourcery.com>2014-02-26 17:37:35 +0100
commitc73e48c85d76a6b61a9fe7ddb7a98038a342a1c8 (patch)
tree37585740b355563f7fdfbd51ee45a915e4e68a25 /contributing.mdwn
parent2823921d4eaf9a6ab2448bf4cbf4571e08077050 (diff)
parent9985efe1e82157e09035f44ab1db0a88c9d7d63a (diff)
Merge commit '9985efe1e82157e09035f44ab1db0a88c9d7d63a'
Conflicts: open_issues/glibc.mdwn
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index c81766c3..95bf2441 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -112,7 +112,8 @@ 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.
<a name="porting"></a>
## Porting Packages