From e06e7c4f17b3a6cb8086f6cb1fb895987a499f4d Mon Sep 17 00:00:00 2001 From: landley Date: Fri, 30 Jun 2006 16:38:09 +0000 Subject: More random todo items... git-svn-id: svn://busybox.net/trunk/busybox@15559 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index edae61cd1..70d01290b 100644 --- a/TODO +++ b/TODO @@ -99,6 +99,17 @@ Rob Landley : initramfs Busybox should have a sample initramfs build script. This depends on bbsh, mdev, and switch_root. + mkdep + Write a mkdep that doesn't segfault if there's a directory it doesn't + have permission to read, isn't based on manually editing the output of + lexx and yacc, doesn't make such a mess under include/config, etc. + Group globals into unions of structures. + Go through and turn all the global and static variables into structures, + and have all those structures be in a big union shared between processes, + so busybox uses less bss. (This is a big win on nommu machines.) See + sed.c and mdev.c for examples. + Go through bugs.busybox.net and close out all of that somehow. + This one's open to everybody, but I'll wind up doing it... Bernhard Fischer : -- cgit v1.2.3-55-g6feb