summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Hurd/GNUHurdStatus.mdwn30
1 files changed, 29 insertions, 1 deletions
diff --git a/Hurd/GNUHurdStatus.mdwn b/Hurd/GNUHurdStatus.mdwn
index e5337369..a3bad0d8 100644
--- a/Hurd/GNUHurdStatus.mdwn
+++ b/Hurd/GNUHurdStatus.mdwn
@@ -1,3 +1,10 @@
+Two canonical status lists are available from the CVS archive:
+
+* [TODO file](http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/hurd/hurd/TODO?rev=HEAD&content-type=text/plain) - from Hurd repository
+* [Task file](http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/hurd/hurd/tasks?rev=HEAD&content-type=text/plain) - from Hurd respository
+
+--
+
Here are some notes taken from an [IRC discussion](http://web.walfield.org/~hird/%23hurd-200209027) September 28th, 2002. The part of the log at which I am summarizing starts with
<marcus@18:26> wolfgang: I once made a list of things that are definitely to be done
@@ -44,4 +51,25 @@ This list is intended to apply to "just the CVS of the [Hurd itself](http://sava
This is the wrong place for this but I'll put it here for now. Here's an [email about pthreads direction](http://mail.gnu.org/pipermail/hurd-devel/2002q3/000449.html) from hurd-devel mail list.
--- [[Main/GrantBow]] - 01 Oct 2002 - [[Main/GrantBow]] - 01 Oct 2002
+-- [[Main/GrantBow]] - 01 Oct 2002
+
+Wolfgang also created a wonderful list of [Easy tasks](http://mail.gnu.org/pipermail/help-hurd/2002-July/006413.html) on July 28, 2002 that I will quote here:
+
+ 0 - Check if all programs handle options (at least --help, --version and
+ --usage; don't forget about the shell scripts)
+ 1 - Check if all translators handle fsysopts
+ 1 - Check if all translators respond to "settrans -g"
+ 1 - More tests of this kind
+ 2 - Fix those of the above who don't work as intended
+ 2 - Document (in doc/hurd.texi) all undocumented programs (translators as
+ well as programs in utils/ and sutils/ and some others)
+ 1 - Find a POSIX test suite, run it on GNU/Hurd, report the results
+ 1 - Find more useful test suites to run
+ 3 - Update INSTALL-cross
+ 2 - Check if all the store classes in libstore work (we have many of them,
+ look into the Makefile)
+ 4 - Fix those who don't work
+ 2 - Document all still undocumented store classes
+ 2 - The console is pretty new code, it told me it wants to get tested
+
+-- [[Main/GrantBow]] - 11 Oct 2002