summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-06-11 09:58:32 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-06-11 09:58:32 +0200
commit968c84ab6997c0e4ee5b5636c013da9febed2525 (patch)
tree2669c204fa81ec6a4de487e2ae630a55b06658f6 /contributing.mdwn
parentbb47112601c549ca574c01430558b5f99ccbf94f (diff)
mention the RPC names
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 7451c49b..8f176bc4 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -80,7 +80,8 @@ 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".
-* Some translators do not support [[hurd/fsysopts]].
+* 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.
* Make the Hurd [[hurd/console]]'s configuration use [[xkb layout/variant instead of keymap|hurd/console/discussion]].
* Add a [[futex kernel trap|microkernel/mach/gnumach/interface#futex]] to GNU Mach.