summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-03 20:58:58 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-03 20:58:58 +0100
commitc2abf411cb4e7fc53f3b163e277f80e374b40c1d (patch)
treeb7bc16c4c220e7975599a2936f5fe8857365f8a4 /contributing.mdwn
parentfd7f83203b64a203a5818ad4fa4ac949aba21d47 (diff)
More items
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index b36d4333..79ebdbda 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -88,7 +88,7 @@ produces `edev->ether_port`. Basically, one needs to catch errors like EIEIO
when using it, and in that case re-open the device.
* Add a futex kernel trap to GNU Mach. This can be useful for nicer locking
primitives, including inter-process primitives. `vm_allocate` can be used as an
-example in the `gnumach` source tree for how to add a kernel trap.
+example in the `gnumach` source tree for how to add a kernel trap. https://savannah.gnu.org/task/index.php?6231
* Add a `task_set_name` RPC to GNU Mach. Currently the Mach
debugger keeps `arg[0]` from the stack with ugly heuristics (see
`gnumach/i386/i386/db_interface.c`, `looks_like_command`...). It would be
@@ -105,6 +105,9 @@ 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.
+* 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
+
<a name="porting"></a>
## Porting Packages