summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn5
1 files changed, 1 insertions, 4 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 95f4cb39..4bf615d4 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -95,10 +95,6 @@ with".
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.
-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]]
* Add NX protection support to GNU Mach.
* Write a partfs translator, to which one gives a disk image, and
which exposes the partitions of the disk image, using parted, and
@@ -115,6 +111,7 @@ lookups|hurd/interface/dir_lookup]] work.
* Add a relatime or lazytime option to ext2fs.
* Fix our [[open_issues/symlink_translator]].
* Fix chmod on fifos: mkfifo foo ; sudo chmod g+w foo
+* Strengthen httpfs: it should append '/' to URL automatically, it should not fallback index.html itself, etc. probably a lot more small easy issues.
<a name="porting"></a>
## Porting Packages