diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2013-03-01 20:06:16 +0100 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2013-03-01 20:06:16 +0100 |
commit | 0c114fe9459acc109c9f151b287acb574c47ea69 (patch) | |
tree | cb70d78e7515502fdf70221349631c19d7dd70fc | |
parent | ad4b85cb71608233a3bbfac1cf2d0c2513e6f838 (diff) |
use more savannah shortcuts
-rw-r--r-- | contributing.mdwn | 6 | ||||
-rw-r--r-- | hurd/translator/pfinet/ipv6.mdwn | 2 | ||||
-rw-r--r-- | hurd/translator/random.mdwn | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index e29ad83a..b5ff6f3c 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. https://savannah.gnu.org/task/index.php?6231 +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 @@ -105,8 +105,8 @@ 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. -* 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 +* Use libz and libbz2 in exec. See `hurd/exec/unzip.c` etc., they should be replaced by mere calls to libraries, [[!GNU_Savannah_task 6990]] +* 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]] <a name="porting"></a> diff --git a/hurd/translator/pfinet/ipv6.mdwn b/hurd/translator/pfinet/ipv6.mdwn index edd31017..95629b8b 100644 --- a/hurd/translator/pfinet/ipv6.mdwn +++ b/hurd/translator/pfinet/ipv6.mdwn @@ -10,7 +10,7 @@ is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] [[Stefan_Siegl|stesie]] has added IPv6 support to the pfinet [[translator]]. -This was [Savannah task #5470](http://savannah.gnu.org/task/?5470). +This was [[!GNU_Savannah_task 5470]]. # Implementation diff --git a/hurd/translator/random.mdwn b/hurd/translator/random.mdwn index 9fc975f2..8304f600 100644 --- a/hurd/translator/random.mdwn +++ b/hurd/translator/random.mdwn @@ -1,4 +1,4 @@ -[Savannah task #5130: random translator](http://savannah.gnu.org/task/?5130) +[[!GNU_Savannah_task 5130]]: random translator. See the attached [[mbox.bz2]] containing all the emails concerning this topic which I was able to gather from public archives. (!) This is not up-to-date |