diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-04-19 01:43:39 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-04-19 01:43:39 +0200 |
commit | 5f1d6d2d30660c3ac196f2a5c4fc713bc68f83ae (patch) | |
tree | ab59aaaa1ea871dfd9d46f8c1745c825ed949f4a | |
parent | f901b6bb3753be05a2c3121e03e3aece59ecfaa7 (diff) | |
download | web-5f1d6d2d30660c3ac196f2a5c4fc713bc68f83ae.tar.gz web-5f1d6d2d30660c3ac196f2a5c4fc713bc68f83ae.tar.bz2 web-5f1d6d2d30660c3ac196f2a5c4fc713bc68f83ae.zip |
futex is done, httpfs could receive care
-rw-r--r-- | contributing.mdwn | 5 |
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 |