1. 6493801 tail compat: fix header printing for tail -f by Bartosz Golaszewski · 11 years ago
  2. 79c618c Refactor catv. Move visible() from stty to libbb. by Bartosz Golaszewski · 11 years ago
  3. c19be75 networking: code shrink by Bartosz Golaszewski · 11 years ago
  4. c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
  5. ce8c4cf TODO: all another location with bbox patches (OpenWRT) by Denys Vlasenko · 13 years ago
  6. 96f064d shell: remove lash and bbsh by Denys Vlasenko · 14 years ago
  7. 91d7ee3 tweak TODO file by Denys Vlasenko · 14 years ago
  8. 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 14 years ago
  9. eb03d08 remove ar write support from TODO by Bernhard Reutner-Fischer · 14 years ago
  10. fe4e23f Add more compat code for non GNU environments by Dan Fandrich · 15 years ago
  11. ae0045e we could need ssd -d (fancy) by Bernhard Reutner-Fischer · 15 years ago
  12. 0052882 top: add -m ("memory") option by Denys Vlasenko · 15 years ago
  13. 62298ab TODO: add unicode list by Denys Vlasenko · 15 years ago
  14. 1cc4b13 msh: aliased to hush by Denys Vlasenko · 15 years ago
  15. 86e992d test commit by Bernhard Reutner-Fischer · 15 years ago
  16. ec97062 test commit by Bernhard Reutner-Fischer · 15 years ago
  17. ca4f8d5 test commit by Bernhard Reutner-Fischer · 15 years ago
  18. 318a8e5 TODO: add some by Denys Vlasenko · 15 years ago
  19. 8082ea1 test commit by Bernhard Reutner-Fischer · 15 years ago
  20. b5d5245 Revert "test commit" by Bernhard Reutner-Fischer · 15 years ago
  21. 8606aba test commit by Bernhard Reutner-Fischer · 15 years ago
  22. 8517d6f - test commit by Bernhard Reutner-Fischer · 15 years ago
  23. e455f6e - update TODOs by Bernhard Reutner-Fischer · 15 years ago
  24. 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 15 years ago
  25. b3523b9 - we already have an impl for man by Bernhard Reutner-Fischer · 15 years ago
  26. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  27. b692610 - remove depmod from TODO, it was recently added. Small touch up while at it by Bernhard Reutner-Fischer · 16 years ago
  28. 1b23773 - mention duplication of in_ether() by Bernhard Reutner-Fischer · 16 years ago
  29. d02db89 clean up TODO file. No real code changes. by Denis Vlasenko · 16 years ago
  30. c2f0de5 - mention strtod code-duplication as TODO for cleanup by Bernhard Reutner-Fischer · 16 years ago
  31. 96702ca kill lash. "lash" builtin still exists, but it runs hush. by Denis Vlasenko · 17 years ago
  32. 088b959 "Unify base64 handling" is done, remove TODO by Denis Vlasenko · 17 years ago
  33. 10aed96 - remove debugging output. sorry.. by Bernhard Reutner-Fischer · 17 years ago
  34. 24efe4f - note cosmetic glitch in tail by Bernhard Reutner-Fischer · 17 years ago
  35. f25d57e - update by Bernhard Reutner-Fischer · 17 years ago
  36. 0aa6ba5 make sure ps/top output what they claim: vsz, not rss ... down the line we should make the output controllable either at runtime or buildtime as both statistics are quite useful by Mike Frysinger · 17 years ago
  37. 7b1c5aa - TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_mult by Bernhard Reutner-Fischer · 17 years ago
  38. ae114c2 - stty's visible() function and catv's guts are identical. Merge them into by Bernhard Reutner-Fischer · 17 years ago
  39. be2f9f7 - update TODOs by Bernhard Reutner-Fischer · 18 years ago
  40. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  41. 7e3eb51 no-op (just for svn commit run. 2.6.18 oopses on that, need to reproduce) by Denis Vlasenko · 18 years ago
  42. 05592ac - update and expand TODO a little bit by Bernhard Reutner-Fischer · 18 years ago
  43. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  44. 8c1eda5 - it's a mistake to remove lib-specific prefixes from libraries; still the removal should be complete. by Bernhard Reutner-Fischer · 18 years ago
  45. 0b7dfb5 eat gremlins by Mike Frysinger · 18 years ago
  46. e02706f - note that get_hz potentially needs cleanup. by Bernhard Reutner-Fischer · 18 years ago
  47. 5df6d9f - Give Rob Landley things TODO like depmod by Ned Ludd · 18 years ago
  48. 9c0e4f0 More random todo items... by Rob Landley · 18 years ago
  49. 1fa4a94 Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak by Rob Landley · 18 years ago
  50. bc291dc - add note about need to unify the 4 itoa() implementations. by Bernhard Reutner-Fischer · 18 years ago
  51. 213cc00 - add note about ingroup and is_a_group_member by Bernhard Reutner-Fischer · 18 years ago
  52. 863073d - add note about removing superfluous fmt specifiers by Bernhard Reutner-Fischer · 18 years ago
  53. 395010b - note to cleanup fprintf(2,...) -> bb_error_msg(...) and by Bernhard Reutner-Fischer · 18 years ago
  54. 4b146e6 Note about BB_NOMMU. by Rob Landley · 18 years ago
  55. 0da069d - move common code into new open_new_terminal() function; by Bernhard Reutner-Fischer · 18 years ago
  56. 0582ee0 A few new todo items from email with Bernhard. by Rob Landley · 18 years ago
  57. df4cdaf First quick stab at organizing TODO under whose TODO item it is. by Rob Landley · 18 years ago
  58. fc477f4 - add note about crond by Bernhard Reutner-Fischer · 18 years ago
  59. 34fc71f - note to think about eventually ditching vdprintf() by Bernhard Reutner-Fischer · 18 years ago
  60. 905a58a - poke bot by Bernhard Reutner-Fischer · 18 years ago
  61. ef7ccac - add two comments by Bernhard Reutner-Fischer · 18 years ago
  62. 4a1d874 Another item. by Rob Landley · 18 years ago
  63. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 18 years ago
  64. 2677cf1 - Mention code-cleanup possibilities in TODO. by Bernhard Reutner-Fischer · 18 years ago
  65. 8bcc6e9 Why we didn't take a watchdog.c suggestion this time 'round, in case anybody by Rob Landley · 18 years ago
  66. 7b7c99c Size I zapped the bb_close() error, might as well make a TODO item. by Rob Landley · 19 years ago
  67. dbc608b We've got fuser, fix some typos, and move Vodz's comment about UTF8 into by Rob Landley · 19 years ago
  68. 4922f2a update by "Vladimir N. Oleynik" · 19 years ago
  69. c9c959c Reference for new patch feature we'll need to be compatible with... by Rob Landley · 19 years ago
  70. c58fd15 Update the TODO list to reflect stuff we've already done. by Rob Landley · 19 years ago
  71. a882126 Update TODO with mention of the CONFIG->ENABLE migration and ruminations by Rob Landley · 19 years ago
  72. 38013e3 removed 'less' section from TODO by "Vladimir N. Oleynik" · 19 years ago
  73. 078bacf Patch -i support from Berhnard Fischer. by Rob Landley · 19 years ago
  74. a937640 Remove something we did, not that I'm doing something, and add something we by Rob Landley · 19 years ago
  75. 958fa2a Note that memory allocaiton needs to be cleaned up too. by Rob Landley · 19 years ago
  76. b413a70 remove whitespace by Eric Andersen · 19 years ago
  77. f4bb212 Much bigger to-do list. by Rob Landley · 19 years ago
  78. 90d2bff Re-add the TODO list, mention tr by Glenn L McGrath · 20 years ago
  79. fbcf06d Update docs by Eric Andersen · 20 years ago
  80. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  81. d14d2a1 Update TODO list by Eric Andersen · 21 years ago
  82. 72e1212 vodz writes: by Eric Andersen · 22 years ago
  83. 9910cd2 Update TODO. vodz has implemented ^L. Reverse policy on tinylogin. -Erik by Eric Andersen · 22 years ago
  84. 46ea0e4 * Add ^L clear to shell by Eric Andersen · 22 years ago
  85. ebd8065 Trying to commit Changelog and TODO. cvs is being weird :/ by Aaron Lehmann · 23 years ago
  86. 372f126 Note tinylogin TODO items by Eric Andersen · 23 years ago
  87. 85dd4b3 start-stop-deamon is done by Eric Andersen · 23 years ago
  88. b7e6f13 Some minor updates. Bump version number in preparation for release. -Erik by Eric Andersen · 23 years ago
  89. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 23 years ago
  90. b0aca92 A todo update from larry to acknowledge the existance of hush by Eric Andersen · 23 years ago
  91. 5d81768 by John Beppu · 23 years ago
  92. 0958093 Doc update for the 0.51 release. -Erik by Eric Andersen · 23 years ago
  93. 98e599c Commit Vladimir's latest version of stty.c. Nice work. -Erik by Eric Andersen · 23 years ago
  94. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 23 years ago
  95. c5cd470 Update comments re netkit-tiny... -Erik by Eric Andersen · 23 years ago
  96. 235f66d A few more updates by Eric Andersen · 23 years ago
  97. caffb6e Gratuitously changed the file "busybox.defs.h" to the more by Eric Andersen · 24 years ago
  98. 92a61c1 Add in xargs by Eric Andersen · 24 years ago
  99. 1b355eb Added expr, from Edward Betts <edward@debian.org>, with some fixups by Eric Andersen · 24 years ago
  100. d0edef3 Remove stuff now moved into the bug tracking system. -Erik by Eric Andersen · 24 years ago