summaryrefslogtreecommitdiff
path: root/user/pochu.mdwn
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu27@gmail.com>2010-05-19 14:53:00 +0200
committerEmilio Pozuelo Monfort <pochu27@gmail.com>2010-05-19 14:53:00 +0200
commit24eac6a42ffaaa47186b8834417da83cf6115bd4 (patch)
tree1496aa6fdec9f5f45cc11365cc7b630ecc2a9c72 /user/pochu.mdwn
parentd2829da8626277ef18ccfc02fb2f02e9dbbd39f8 (diff)
Put the past actions at the end and newest first
Diffstat (limited to 'user/pochu.mdwn')
-rw-r--r--user/pochu.mdwn67
1 files changed, 34 insertions, 33 deletions
diff --git a/user/pochu.mdwn b/user/pochu.mdwn
index 49cfbf21..e9d17050 100644
--- a/user/pochu.mdwn
+++ b/user/pochu.mdwn
@@ -37,6 +37,40 @@ fixing them.
* August 16th: Firm 'pencils down' date
+## TODO
+* Bug 28934: Implement new RPCs and make glibc use them.
+* 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)
+* [The Hurd Hacking Guide](http://www.gnu.org/software/hurd/hacking-guide/hhg.html)
+
+## Log
+
+### May 19 - May 26
+
+### May 12 - May 19
+* Read http://www.gnu.org/software/hurd/hurd-talk.html
+* Half read http://www.gnu.org/software/hurd/hacking-guide/hhg.html
+* Read many Hurd interfaces (fs.defs, auth.defs, fsys.defs, io.defs,
+ password.defs).
+
+### May 5 - May 12
+* Read http://www.gnu.org/software/hurd/hurd-paper.html
+* Improved the linkat() patch
+* Fixed the issues mentioned in bug 28934, but after doing so I realized
+ that wouldn't work well. The only good solution is to pass file_name
+ from execve() to the exec server, so we need new RPCs.
+
+### April 28 - May 5
+* Submitted a talk proposal on Hurd with Michael Banck for DebConf
+* Sent request to assign copyright to the FSF for Hurd/Mach/libc
+
### Before April 28
* Investigated the glib's gtester problem and tracked it down:
[bug 28934](https://savannah.gnu.org/bugs/?28934). Prepared a patch
@@ -53,36 +87,3 @@ 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.
-
-
-### April 28 - May 5
-* Submitted a talk proposal on Hurd with Michael Banck for DebConf
-* Sent request to assign copyright to the FSF for Hurd/Mach/libc
-
-### May 5 - May 12
-* Read http://www.gnu.org/software/hurd/hurd-paper.html
-* Improved the linkat() patch
-* Fixed the issues mentioned in bug 28934, but after doing so I realized
- that wouldn't work well. The only good solution is to pass file_name
- from execve() to the exec server, so we need new RPCs.
-
-### May 12 - May 19
-* Read http://www.gnu.org/software/hurd/hurd-talk.html
-* Half read http://www.gnu.org/software/hurd/hacking-guide/hhg.html
-* Read many Hurd interfaces (fs.defs, auth.defs, fsys.defs, io.defs,
- password.defs).
-
-### May 19 - May 26
-
-## TODO
-* Bug 28934: Implement new RPCs and make glibc use them.
-* 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)
-* [The Hurd Hacking Guide](http://www.gnu.org/software/hurd/hacking-guide/hhg.html)