diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-10-11 21:41:49 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-10-11 21:43:26 +0200 |
commit | 947dbf065b4b658b7a2b570d506b4990af97537f (patch) | |
tree | 5a95aa97b6b046895243b8b1de09b760ac35b446 | |
parent | b4c22bb08fa29f2747e3b77004821d2e9badb7e6 (diff) | |
download | web-947dbf065b4b658b7a2b570d506b4990af97537f.tar.gz web-947dbf065b4b658b7a2b570d506b4990af97537f.tar.bz2 web-947dbf065b4b658b7a2b570d506b4990af97537f.zip |
Comment that Flávio is on UTIME_*; add ENOTDIR missing on cat /dev/null/
-rw-r--r-- | contributing.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 21b258a3..23eefdd0 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -89,8 +89,9 @@ Here is a list of small hacks, which can serve as entries into the Hurd code for people who would like to dive into the code but just lack a "somewhere to begin 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. +* 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 is having a look. 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. |