X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=TODO;h=5fe7f0260d55f08a91108072b7b605ba92f214d9;hb=7e8a53a33576b8ac6b5067ff88447936ad9d422f;hp=937302522aa490c3f9c68058f80e406f55285ed3;hpb=1385899416a4396385ad421ae1f532be7103738a;p=oweals%2Fbusybox.git diff --git a/TODO b/TODO index 937302522..5fe7f0260 100644 --- a/TODO +++ b/TODO @@ -118,8 +118,6 @@ Rob Landley : Bernhard Fischer suggests to look at these: - Makefile stuff: - make -j is broken. klibc make infrastructure (vda?) New debug options: -Wlarger-than-127 Cleanup any big users @@ -155,6 +153,10 @@ 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 --- +ps / top + Add support for both RSS and VSIZE rather than just one or the other. + Or make it a build option. +--- man It would be nice to have a man command. Not one that handles troff or anything, just one that can handle preformatted ascii man pages, possibly @@ -166,8 +168,19 @@ man ar Write support? --- -crond - turn FEATURE_DEBUG_OPT into ENABLE_FEATURE_CROND_DEBUG_OPT +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: