X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=TODO;h=8904b213586fc5fadaf261c62210a0de6b0f26f2;hb=92c6898e10bde9889aa61e1a4f7253245b8f592e;hp=6f8cd8a3262bb09c75e934f64e67aacb87e71192;hpb=91d7ee31f766a13595c1042d375f8374f2c3675f;p=oweals%2Fbusybox.git diff --git a/TODO b/TODO index 6f8cd8a32..8904b2135 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,8 @@ Busybox TODO Harvest patches from http://git.openembedded.org/cgit.cgi/openembedded/tree/recipes/busybox/ +https://dev.openwrt.org/browser/trunk/package/busybox/patches/ + Stuff that needs to be done. This is organized by who plans to get around to doing it eventually, but that doesn't mean they "own" the item. If you want to @@ -82,7 +84,7 @@ Rob Landley suggested this: initramfs Busybox should have a sample initramfs build script. This depends on - bbsh, mdev, and switch_root. + shell, mdev, and switch_root. mkdep Write a mkdep that doesn't segfault if there's a directory it doesn't @@ -125,20 +127,6 @@ patch And while we're at it, a new patch filename quoting format is apparently coming soon: http://marc.theaimsgroup.com/?l=git&m=112927316408690&w=2 ---- -stty / catv - stty's visible() function and catv's guts are identical. Merge them into - an appropriate libbb function. ---- -struct suffix_mult - Several duplicate users of: grep -r "1024\*1024" * -B2 -A1 - Merge to a single size_suffixes[] in libbb. - Users: head tail od_bloaty hexdump and (partially as it wouldn't hurt) svlogd ---- -tail - ./busybox tail -f foo.c~ TODO - should not print fmt=header_fmt for subsequent date >> TODO; i.e. only - fmt+ if another (not the current) file did change Architectural issues: @@ -231,8 +219,6 @@ Minor stuff: --- See grep -r strtod Alot of duplication that wants cleanup. ---- - in_ether duplicated in network/{interface,ifconfig}.c --- unify progress_meter. wget, flash_eraseall, pipe_progress, fbsplash, setfiles. --- @@ -272,5 +258,3 @@ vdprintf() -> similar sized functionality * more support for advanced linux 2.6.x features, see: iotop most likely there is more - -* even more support for statistics: mpstat, iostat, powertop....