summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-02-02 11:31:07 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-02-02 11:31:07 +0100
commitf9511987b45136de3159245fd5cf816a1ce18626 (patch)
tree3ed42dededb6fa4316872db88f1ecf5af9e94808 /contributing.mdwn
parent4c31270d862582d16bb8238586a2b924f962b3b8 (diff)
TODO: the console should use layout/variant
Diffstat (limited to 'contributing.mdwn')
-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]]