From 5fc8f35b78572cbd2991bbec99a9d9dd3a47d49c Mon Sep 17 00:00:00 2001 From: teythoon Date: Mon, 24 Feb 2014 18:31:39 +0100 Subject: task_set_name has been implemented, remove from small hacks list --- contributing.mdwn | 8 -------- 1 file changed, 8 deletions(-) (limited to 'contributing.mdwn') 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 -- cgit v1.2.3