summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
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 11cedba3..d00a8d28 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -81,6 +81,7 @@ people who would like to dive into the code but just lack a "somewhere to begin
with".
* Some translators do not support fsysopts, such as `remap`.
+* Extend `device_read'/`device_write' into supporting > 2TiB disk sizes.
* 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]]