summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu27@gmail.com>2010-07-26 14:49:38 +0200
committerEmilio Pozuelo Monfort <pochu27@gmail.com>2010-07-26 14:50:43 +0200
commit497c9359a2fe29cb5b625f54bc05728d81a76a11 (patch)
tree2c2c3536caf9657cbc6f49b8830388aaa69ba97f
parent665591523db2611e0659d348fcba45540c108cce (diff)
Update my roadmap
-rw-r--r--user/pochu.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/user/pochu.mdwn b/user/pochu.mdwn
index 0068c6e4..3574ac5a 100644
--- a/user/pochu.mdwn
+++ b/user/pochu.mdwn
@@ -47,11 +47,21 @@ fixing them.
## Log
+### July 26th - August 1st
+*
+
### July 19th - July 25th
* Initial SCM_RIGHTS implementation. Seems to work when sending pipes, but
fails miserably when sending fds from an open syscall. No idea why yet.
+* Fixed memleaks in sendmsg() while implementing SCM_RIGHTS. Patch accepted
+ upstream.
* Had to build glibc thrice because the system crashed and the fs was totally
corrupted. I'll build stuff in a separate partition as suggested from now on.
+ Doesn't help. It turns out the issue seems to be with kvm, or at least it's
+ only reproducible for me there. I've switched to VirtualBox and there are no
+ filesystem issues there.
+* Addressed comments in the /dev/fd/N patches. Need to test them (when I can
+ build glibc and Hurd without the system crashing).
### July 14th - July 18th
* Catched up with email.