summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2014-02-26 20:13:52 +0100
committerThomas Schwinge <thomas@codesourcery.com>2014-02-26 20:13:52 +0100
commit4b1317d9ab1a9ee409634de0962c964b8d801ba0 (patch)
treeac0fe0f7a686571533bef3450c267781895a6ba1 /contributing.mdwn
parentc73e48c85d76a6b61a9fe7ddb7a98038a342a1c8 (diff)
parentc954f1095918874c73511ffc13f95eef518a8043 (diff)
Merge commit 'c954f1095918874c73511ffc13f95eef518a8043'
Conflicts: community/meetings.mdwn
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 95bf2441..44244072 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -112,8 +112,10 @@ 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.
+* Move the mount/umount logic from `utils/{,u}mount.c` into [[hurd/libshouldbeinlibc]].
+* Fix [[`/proc/self`|hurd/translator/procfs/jkoenig/discussion#self]].
+Look at `[glibc]/hurd/lookup-retry.c` for how [`FS_RETRY_MAGICAL`
+lookups|hurd/interface/dir_lookup]] work.
<a name="porting"></a>
## Porting Packages