summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorteythoon <teythoon@web>2014-02-24 18:31:39 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2014-02-24 18:31:39 +0100
commit5fc8f35b78572cbd2991bbec99a9d9dd3a47d49c (patch)
tree8059bb03422bb409427e6cc83c481fe63ec015e6 /contributing.mdwn
parent6577e6a742152b8f3e6a38d98214b46638917d47 (diff)
task_set_name has been implemented, remove from small hacks list
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn8
1 files changed, 0 insertions, 8 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 3da3678a..c29f8800 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -86,14 +86,6 @@ with".
* 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. [[!GNU_Savannah_task 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
-far better to let `exec` simply set the name and record it in `task_t`.
-`thread_create` can be used as an example in the `gnumach` source tree for how
-to add an RPC. glibc needs to be recompiled against the updated mach.defs to get
-access to it from userland. exec would probably call it from `hurd/exec/exec.c`,
-`do_exec()`.
* Add NX protection support to GNU Mach.
* Write a partfs translator, to which one gives a disk image, and
which exposes the partitions of the disk image, using parted, and