summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-03 21:19:02 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-03 21:19:02 +0100
commit9310b53697a609500a7bacbcd3bce41b9e686028 (patch)
treeede278af25622a67cdaa195f19d5775113e01400 /contributing.mdwn
parentc2abf411cb4e7fc53f3b163e277f80e374b40c1d (diff)
Add item
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 79ebdbda..a047b60a 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -107,6 +107,7 @@ part:1:file:/home/samy/tmp/foo`). This would be libnetfs-based.
basic port could be small.
* Add a `-E` option to `rpctrace` to specify environment variables: https://savannah.gnu.org/task/index.php?9331
* Use libz and libbz2 in exec. See `hurd/exec/unzip.c` etc., they should be replaced by mere calls to libraries, https://savannah.gnu.org/task/index.php?6990
+* Add `/proc/$pid/maps`. `vminfo` already has this kind of information, it's a matter of making procfs do the same. https://savannah.gnu.org/bugs/?32770
<a name="porting"></a>