diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-03-21 16:22:59 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2012-03-21 16:22:59 +0100 |
commit | f76a460375e906ad20de197c506ff47b42dc6b94 (patch) | |
tree | ac8de4c4b0cb9a773e3b8fc73d3a5946915ad79f /open_issues/libnetfs_io_map.mdwn | |
parent | 03f16b2498fa93bd69da9baa6d45d29f08bea45e (diff) | |
download | web-f76a460375e906ad20de197c506ff47b42dc6b94.tar.gz web-f76a460375e906ad20de197c506ff47b42dc6b94.tar.bz2 web-f76a460375e906ad20de197c506ff47b42dc6b94.zip |
glibc/mmap: New.
Diffstat (limited to 'open_issues/libnetfs_io_map.mdwn')
-rw-r--r-- | open_issues/libnetfs_io_map.mdwn | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/open_issues/libnetfs_io_map.mdwn b/open_issues/libnetfs_io_map.mdwn index b340de90..9a6d8167 100644 --- a/open_issues/libnetfs_io_map.mdwn +++ b/open_issues/libnetfs_io_map.mdwn @@ -12,7 +12,16 @@ License|/fdl]]."]]"""]] [[!tag open_issue_hurd]] -This hampers [[hurd/translator/nfs]] usability, for example. +This hampers [[hurd/translator/nfs]] usability, for example: + + $ fsysopts ./ + /hurd/nfs [...] + $ cp -a /bin/true ./ + cp: failed to preserve authorship for `./true': Operation not supported + $ ./true + $ /lib/ld.so /bin/true + $ /lib/ld.so $PWD/true + [...]/true: error while loading shared libraries: [...]/true: failed to map segment from shared object: Error 1073741869 IRC, freenode, #hurd, 2012-03-14: @@ -28,3 +37,7 @@ IRC, freenode, #hurd, 2012-03-14: for network file systems <civodul> which is why it doesn't have it <civodul> the GCS says "thou shall not require mmap" ;-) + + * [[glibc/mmap]] + + * <http://lists.gnu.org/archive/html/bug-hurd/2001-10/msg00306.html> |