diff options
author | Rob Landley <rob@landley.net> | 2006-02-10 21:36:53 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-02-10 21:36:53 +0000 |
commit | 4a1d874e1dbfd8b0c0906c3793a8a0a5036b4869 (patch) | |
tree | 745604f68678df801c990003dc7c6c409c146fb9 | |
parent | cc6d8d30ec156f6f247d63253e4a3f12cd8d7edc (diff) | |
download | busybox-w32-4a1d874e1dbfd8b0c0906c3793a8a0a5036b4869.tar.gz busybox-w32-4a1d874e1dbfd8b0c0906c3793a8a0a5036b4869.tar.bz2 busybox-w32-4a1d874e1dbfd8b0c0906c3793a8a0a5036b4869.zip |
Another item.
-rw-r--r-- | TODO | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -72,6 +72,14 @@ bb_close() with fsync() | |||
72 | You need to call fsync() if you care about errors that occur after write(), | 72 | You need to call fsync() if you care about errors that occur after write(), |
73 | but that can have a big performance impact. So make it a config option. | 73 | but that can have a big performance impact. So make it a config option. |
74 | --- | 74 | --- |
75 | Unify base64 handling. | ||
76 | There's base64 encoding and decoding going on in: | ||
77 | networking/wget.c:base64enc() | ||
78 | coreutils/uudecode.c:read_base64() | ||
79 | coreutils/uuencode.c:tbl_base64[] | ||
80 | networking/httpd.c:decodeBase64() | ||
81 | And probably elsewhere. That needs to be unified into libbb functions. | ||
82 | --- | ||
75 | Do a SUSv3 audit | 83 | Do a SUSv3 audit |
76 | Look at the full Single Unix Specification version 3 (available online at | 84 | Look at the full Single Unix Specification version 3 (available online at |
77 | "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and | 85 | "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and |
@@ -150,7 +158,7 @@ buildroot - Make a "dogfood" option | |||
150 | --- | 158 | --- |
151 | initramfs | 159 | initramfs |
152 | Busybox should have a sample initramfs build script. This depends on | 160 | Busybox should have a sample initramfs build script. This depends on |
153 | involves bbsh, mdev, and switch_root. | 161 | bbsh, mdev, and switch_root. |
154 | --- | 162 | --- |
155 | Memory Allocation | 163 | Memory Allocation |
156 | We have a CONFIG_BUFFER mechanism that lets us select whether to do memory | 164 | We have a CONFIG_BUFFER mechanism that lets us select whether to do memory |