summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributing.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index d00a8d28..6e61561d 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -82,6 +82,7 @@ with".
* Some translators do not support fsysopts, such as `remap`.
* Extend `device_read'/`device_write' into supporting > 2TiB disk sizes.
+* Make the Hurd console's configuration use xkb layout/variant instead of keymap.
* Add a futex kernel trap to GNU Mach. This can be useful for nicer locking
primitives, including inter-process primitives. `vm_allocate` can be used as an
example in the `gnumach` source tree for how to add a kernel trap. [[!GNU_Savannah_task 6231]]