X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=TODO;h=78f48fc014e3a200bfb11aba3334b01c24a25693;hb=7b1c5aacb0964e1b58a245cf7336cbfc4245de64;hp=937302522aa490c3f9c68058f80e406f55285ed3;hpb=1385899416a4396385ad421ae1f532be7103738a;p=oweals%2Fbusybox.git diff --git a/TODO b/TODO index 937302522..78f48fc01 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 @@ -132,6 +130,7 @@ Bernhard Fischer suggests to look at these: make bb_common_bufsiz1 configurable, size wise. make pipesize configurable, size wise. Use bb_common_bufsiz1 throughout applets! + Add chrt applet. Please CC Bernhard if you suggest a patch. As yet unclaimed: @@ -165,9 +164,15 @@ 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 Architectural issues: