diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/pochu.mdwn | 42 |
1 files changed, 30 insertions, 12 deletions
diff --git a/user/pochu.mdwn b/user/pochu.mdwn index 164f8900..cda83747 100644 --- a/user/pochu.mdwn +++ b/user/pochu.mdwn @@ -26,26 +26,20 @@ 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 8th: End of classes -* June 28th: Python done -* July 9th: End of exams -* July 12th: Perl done * July 16th: Mid-term evaluations deadline -* August 1st: DebConf +* July 18th: GLib finished. +* July 22nd: coreutils finished. +* July 25th: All Perl failures investigated. +* August 5th: Perl finished. +* August 8th: All Python failures investigated. +* August 16th: Python finished. * August 16th: Firm 'pencils down' date - ## TODO -* Send copyright paperwork back to the FSF. * Bug 28934: Address comments on the patches. -* 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 * [Towards a New Strategy of OS Design, an architectural overview by Thomas Bushnell, BSG](http://www.gnu.org/software/hurd/hurd-paper.html) * [The Hurd, a presentation by Marcus Brinkmann](http://www.gnu.org/software/hurd/hurd-talk.html) @@ -54,6 +48,15 @@ fixing them. ## Log +### July 14th - July 18th +* Catched up with email. +* Prepared a patch to implement getsockopt(fd, SOL_SOCKET, SO_TYPE, ...) + +### May 26 - July 13th +* Copyright assignment on file. +* Studied a lot to finish my BSc. +* Got the linkat patch (Savannah #29655) committed upstream. + ### May 19 - May 26 * Read [MIG - The MACH Interface Generator](http://www.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/mig.ps) * Worked on bug 28934. Send [patches](http://lists.gnu.org/archive/html/bug-hurd/2010-05/msg00108.html) for review. @@ -92,3 +95,18 @@ fixing them. 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. + +## Midterm Evaluation +### Accomplished +* Assigned copyright to the FSF. +* Read many documentation and source code. +* /dev/fd/N bug fixed +* Prepared a patch for getsockopt() +* Fixed linkat() problems. +* Investigated bug with O_NOFOLLOW & O_NOTRANS (needs more work). +* Investigated a glib test failure (garray). Not a Hurd issue. +### Downtime +* Studied a lot to finish my BSc. Didn't work on Hurd for a month because of + that, so that's why I couldn't make a lot of progress (this was known in + advance, although in the end the downtime was a bit larger than expected). +* There's no expected downtime from now on. |