summaryrefslogtreecommitdiff
path: root/user/pochu.mdwn
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu27@gmail.com>2010-07-29 12:13:52 +0200
committerEmilio Pozuelo Monfort <pochu27@gmail.com>2010-07-29 12:15:59 +0200
commitb7eae1694108db693e420bf212c8cd948135212c (patch)
tree4e859c2d509c62e484830555336a7add1e65b0eb /user/pochu.mdwn
parent6b140f22c3df2e37879ed6f3cfe395083cb91441 (diff)
Update my roadmap
Diffstat (limited to 'user/pochu.mdwn')
-rw-r--r--user/pochu.mdwn10
1 files changed, 7 insertions, 3 deletions
diff --git a/user/pochu.mdwn b/user/pochu.mdwn
index 3574ac5a..18e90de3 100644
--- a/user/pochu.mdwn
+++ b/user/pochu.mdwn
@@ -35,9 +35,8 @@ fixing them.
* August 16th: Firm 'pencils down' date
## TODO
-* Finish SCM_RIGHTS patch.
-* Send a summary to bug-hurd explaining the O_NOFOLLOW & O_NOTRANS problem.
* Investigate why coreutils' nice test fails.
+* Analyze Perl's testsuite failures.
## Documentation
* [Towards a New Strategy of OS Design, an architectural overview by Thomas Bushnell, BSG](http://www.gnu.org/software/hurd/hurd-paper.html)
@@ -48,7 +47,12 @@ fixing them.
## Log
### July 26th - August 1st
-*
+* Tested /dev/fd/N patches and sent them for review.
+* Finished SCM_RIGHTS patch. Created a minimal testcase without using
+ glibc to demonstrate the socket_send/recv failure with non-socket
+ fds. Sent the testcase and the patch for review.
+* Investigated cp issues with O_NOFOLLOW & O_NOTRANS. Sent a mail to
+ bug-hurd explaining both issues and possible solutions.
### July 19th - July 25th
* Initial SCM_RIGHTS implementation. Seems to work when sending pipes, but