summaryrefslogtreecommitdiff
path: root/user/jkoenig.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'user/jkoenig.mdwn')
-rw-r--r--user/jkoenig.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/user/jkoenig.mdwn b/user/jkoenig.mdwn
index 1a4f5dbb..d7a9bcf6 100644
--- a/user/jkoenig.mdwn
+++ b/user/jkoenig.mdwn
@@ -31,11 +31,19 @@ I will be keeping track of my progress on this page.
### Roadmap
* busybox: fix `mkdir -p` on Hurd
+ * Apparently this is a bug in glibc with `mkdir("/")`,
+ related to `file_name_split()` and `directory_name_split()`.
+ * I'm using a workaround in busybox in the meantime.
* see what breaks in the installer and fix the problems one by one
* busybox: submit upstream and to #323670,
fix stty/stat/ipcs on kFreeBSD,
generally port more stuff,
notably (u)mount/swaponoff.
+ * I have mentioned my work on the upstream mailing list,
+ * however some changes have been introduced in the build system meanwhile,
+ which would complicate backporting the changes back and forth,
+ * so I will be requesting the changes to be merged when I'm (mostly) done
+ with mount/swap/...
*Milestone (expected 2010-06-21):
installer kindof works, with documented manual intervention required*