From fb7b2f3ee26cb69f6f5ed332d46a09baa496c682 Mon Sep 17 00:00:00 2001 From: teythoon Date: Tue, 22 Oct 2013 17:37:57 +0200 Subject: Add small hack entry about moving the mount/umount logic to libshouldbeinlibc. --- contributing.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contributing.mdwn') diff --git a/contributing.mdwn b/contributing.mdwn index 5978d01f..db2d77c6 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -111,7 +111,7 @@ basic port could be small. * Use libz and libbz2 in libstore. See `hurd/libstore/unzip.c` etc., they should be replaced by mere calls to libraries, [[!GNU_Savannah_task 6990]] See also the discussions on [[open_issues/exec]]. * 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]] - +* Move the mount/umount logic from utils/{,u}mount.c into libshouldbeinlibc. ## Porting Packages -- cgit v1.2.3 From 15fadbf1b22369b3d00b72f10643c63a17273f28 Mon Sep 17 00:00:00 2001 From: teythoon Date: Tue, 22 Oct 2013 17:49:14 +0200 Subject: Add small hack entry about fixing /proc/self. --- contributing.mdwn | 1 + 1 file changed, 1 insertion(+) (limited to 'contributing.mdwn') diff --git a/contributing.mdwn b/contributing.mdwn index db2d77c6..cfc4dc0e 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -112,6 +112,7 @@ basic port could be small. See also the discussions on [[open_issues/exec]]. * 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]] * Move the mount/umount logic from utils/{,u}mount.c into libshouldbeinlibc. +* Fix /proc/self. Look at the file hurd/lookup-retry.c in the glibc source code for how FS_RETRY_MAGICAL lookups work. ## Porting Packages -- cgit v1.2.3