diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/pochu.mdwn | 10 |
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. |