summaryrefslogtreecommitdiff
path: root/user/pochu.mdwn
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu27@gmail.com>2010-05-19 14:16:39 +0200
committerEmilio Pozuelo Monfort <pochu27@gmail.com>2010-05-19 14:16:39 +0200
commit1f549e9ba680799063692556b30f4cd80616f16f (patch)
treebf011edf0b187431467f869550ea180c4f6b0c9d /user/pochu.mdwn
parentc9f6e8adcf2511b2b70f3a00e5e967f42661b12d (diff)
Added important dates and TODO items
Diffstat (limited to 'user/pochu.mdwn')
-rw-r--r--user/pochu.mdwn17
1 files changed, 15 insertions, 2 deletions
diff --git a/user/pochu.mdwn b/user/pochu.mdwn
index 32cbf959..c923feed 100644
--- a/user/pochu.mdwn
+++ b/user/pochu.mdwn
@@ -26,6 +26,14 @@ truly GNU/Hurd issues (and not problems in the projects themselves),
fixing them.
## Timeline
+* May 24th: Students begin coding for their GSoC projects
+* May 31st: GLib and GNU coreutils done
+* June 28th: Python done
+* July 12th: Perl done
+* July 16th: Mid-term evaluations deadline
+* August 1st: DebConf
+* August 16th: Firm 'pencils down' date
+
### Before April 28
* Investigated the glib's gtester problem and tracked it down:
@@ -40,8 +48,7 @@ fixing them.
on Hurd. Need to implement it in hurd/pflocal/socket.c.
* Investigated coreutils' ln EIEIO, with Samuel's help. linkat() is buggy.
Reported as [bug 29655](https://savannah.gnu.org/bugs/?29655). Prepared a
- patch, waiting on the copyright paperwork before submitting it to libc-alpha.
- Got part of it already (committed)[http://sources.redhat.com/ml/libc-alpha/2010-04/msg00046.html].
+ patch for it.
* Investigated coreutils' cp EACCES. Test case: 'mkfifo a && cp -R --copy-contents a b'.
Problem is that O_NOFOLLOW adds O_NOTRANS.
@@ -63,8 +70,14 @@ fixing them.
* Read many Hurd interfaces (fs.defs, auth.defs, fsys.defs, io.defs,
password.defs).
+### May 19 - May 26
## TODO
+* Bug 28934: Implement new RPCs and make glibc use them.
+* Bug 29655: Submit to libc-alpha when the copyright assignment is on file.
+* Implement getsockopt() in hurd/pflocal/socket.c
+* Send a summary to bug-hurd explaining the O_NOFOLLOW & O_NOTRANS problem.
+* Investigate why coreutils' nice test fails.
## Documentation