summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-02-23 23:05:58 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-02-23 23:05:58 +0100
commita20caca810a9e221e277cf0a94fa9793f00f2fc1 (patch)
tree0e05696369c16013fdb37e4f304ae3e6532d91b8 /contributing.mdwn
parentd21960d130df89e41a25dd3cf63f050a30f6718f (diff)
fixed issue
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn1
1 files changed, 0 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index fdcc9534..04c6a0eb 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -91,7 +91,6 @@ with".
* Add `UTIME_NOW` and `UTIME_OMIT`. It is a matter of taking the BSD values, add the `#define`s to the proper header, and implement the support in `*_S_file_utimes` functions. Flávio Cruz has submitted a patch, now being polished.
See also [[!debbug 762677]].
-* cat /dev/null/ should fail with ENOTDIR, i.e. make libdiskfs's diskfs_S_dir_lookup properly pass the trailing / to translators (so that libtrivfs (which null is based on) trivfs_S_dir_lookup returns ENOTDIR). See also [[!debbug 785404]]
* Some translators do not support [[hurd/fsysopts]], i.e. support for the
file_get_fs_options and fsys_set_options RPCs.
* Extend `device_read`/`device_write` into supporting > 2TiB disk sizes.