X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=TODO;h=325fe6c15c54ae62276445b1f6f1b8636f47ba3e;hb=303dd28bb0120c8b12c886cadb2d25d1b8fea08b;hp=3e0121b631950e66afe3cbd45da57ced799330d1;hpb=8ec10a9483f937743cba51124b30540c9613fca8;p=oweals%2Fbusybox.git diff --git a/TODO b/TODO index 3e0121b63..325fe6c15 100644 --- a/TODO +++ b/TODO @@ -26,12 +26,16 @@ around to it some time. If you have any good ideas, please let me know. Possible apps to include some time: * hwclock -* stty * group/commonize strings, remove dups (for i18n, l10n) +----------- + +Write a fixup_globals function to do just that right before calling +non-forking applets. Or, just always fork... + ----------------------- -Running the following: +Run the following: rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \ sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq