From 5f1d6d2d30660c3ac196f2a5c4fc713bc68f83ae Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 19 Apr 2016 01:43:39 +0200 Subject: futex is done, httpfs could receive care --- contributing.mdwn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'contributing.mdwn') 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. ## Porting Packages -- cgit v1.2.3