diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-11-10 00:21:25 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-11-10 00:21:25 +0100 |
commit | 9985efe1e82157e09035f44ab1db0a88c9d7d63a (patch) | |
tree | 9dd890169414c849c55555a387a92696ea49b28c | |
parent | 52e9ef870d362b5fd0a44653beb1a4c094e4d615 (diff) | |
parent | 15fadbf1b22369b3d00b72f10643c63a17273f28 (diff) |
Merge branch 'master' of braunbox:~hurd-web/hurd-web
-rw-r--r-- | contributing.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 5978d01f..cfc4dc0e 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -111,7 +111,8 @@ 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. +* Fix /proc/self. Look at the file hurd/lookup-retry.c in the glibc source code for how FS_RETRY_MAGICAL lookups work. <a name="porting"></a> ## Porting Packages |