diff options
-rw-r--r-- | user/pochu.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/user/pochu.mdwn b/user/pochu.mdwn index cda83747..fb1cd407 100644 --- a/user/pochu.mdwn +++ b/user/pochu.mdwn @@ -36,7 +36,8 @@ fixing them. * August 16th: Firm 'pencils down' date ## TODO -* Bug 28934: Address comments on the patches. +* Address comments on the getsockopt() patch. +* Implement SCM_RIGHTS support for UNIX sockets. * Send a summary to bug-hurd explaining the O_NOFOLLOW & O_NOTRANS problem. * Investigate why coreutils' nice test fails. @@ -51,6 +52,9 @@ fixing them. ### July 14th - July 18th * Catched up with email. * Prepared a patch to implement getsockopt(fd, SOL_SOCKET, SO_TYPE, ...) +* Addressed comments in the /dev/fd/N patches and resent them. +* Investigated another glib's unix-fd failure: passing fds over a socket using + sendmsg() doesn't dup them. Created a minimal testcase. ### May 26 - July 13th * Copyright assignment on file. |