1. 004015e Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug by Eric Andersen · 23 years ago
  2. b696763 (Almost) brand-new version of cut that supports muitiple lists of positions, by Mark Whitley · 23 years ago
  3. 6943815 Fix applet_name. by Matt Kraai · 23 years ago
  4. bc0f783 Fix invocation of builtin shell to have proper argc and argv. by Matt Kraai · 23 years ago
  5. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
  6. c911a43 Patch from Vladimir: by Eric Andersen · 23 years ago
  7. 2b02ab9 This patch from Lars Kellogg-Stedman, fixes the behavior of by Eric Andersen · 23 years ago
  8. eb5f433 Check that putenv succeeded, suggested by Jonas Holmberg. by Matt Kraai · 23 years ago
  9. 5b44f48 Fix handling of '-' option and way that variables are added to the by Matt Kraai · 23 years ago
  10. de0ca0c Silence cut so it doesn't whine during compilation by Eric Andersen · 23 years ago
  11. 04b0354 Patch from Vladimir to use last_char_is to simplify du.c by Eric Andersen · 23 years ago
  12. 8f3e51b Patch from Vladimir to remove testing stuff from stty by Eric Andersen · 23 years ago
  13. 2e6c878 Rewrite -c and -b processing to shrink code and eliminate buffer overrun. by Matt Kraai · 23 years ago
  14. 6689140 Remove summary header. Not present in GNU or SUSv2. by Matt Kraai · 23 years ago
  15. 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 23 years ago
  16. 65504ac These do not need initial values. Let them live in the bss. -Erik by Eric Andersen · 23 years ago
  17. 6aabfd5 Fix handling of permission addition and removal (e.g., o-r). by Matt Kraai · 23 years ago
  18. ca85cdb Doh. I never allocated storate for the struct stat I am using. by Eric Andersen · 23 years ago
  19. 468f504 Fix handling of -R flag. by Matt Kraai · 23 years ago
  20. c1bdffe Another nice cleanup from Larry. This adds a new last_char_is() function and by Eric Andersen · 23 years ago
  21. 3c3277f As Larry pointed out, this the off by one canbe fixed much more elegantly. by Eric Andersen · 23 years ago
  22. 30592a5 Fix a silly off-by-one error noticed by Santiago Garcia Mantinan <manty@debian.org> by Eric Andersen · 23 years ago
  23. 207587a Applied patch from I.Q. to add -s to cmp. by Mark Whitley · 23 years ago
  24. c57a75d Larry noticed that chown and chgrp has the version numbers off a bit by Eric Andersen · 23 years ago
  25. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago
  26. 8810bdb Rewrote rm. by Matt Kraai · 23 years ago
  27. 9f0fedb Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately by Eric Andersen · 23 years ago
  28. 0144103 Use generic flag names. by Matt Kraai · 23 years ago
  29. 91b2855 Rewrite cp and mv to be SUSv2 compliant. by Matt Kraai · 23 years ago
  30. 782ab3c Simplify pathname building, in which a bug was noted by Larry Doolittle, by Matt Kraai · 23 years ago
  31. 3ce7933 Fix buffer underrun noted and solved by Larry Doolittle. by Matt Kraai · 23 years ago
  32. fccaa36 Applied patch from I.Q. to add sort -u as a feature. by Mark Whitley · 23 years ago
  33. 6e808ca Changed line[strlen(line) - 1] = '\0'; to chomp(line); by Mark Whitley · 23 years ago
  34. 3828dbe Applied patch from I.Q. to fix problem with sort -n. by Mark Whitley · 23 years ago
  35. 4a2e463 Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com> -Erik by Eric Andersen · 23 years ago
  36. 1e04ea3 Fix dos2unix/tr problem noted by Larry Doolittle. by Matt Kraai · 23 years ago
  37. a6ce670 use tmpfile() and revert my previous changes... convert() belongs here by Glenn L McGrath · 23 years ago
  38. 50b787c Move convert to libbb by Glenn L McGrath · 23 years ago
  39. ed897e5 Vladimir's patch to reverse previous patch by Glenn L McGrath · 23 years ago
  40. e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 23 years ago
  41. 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 23 years ago
  42. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  43. 91c9388 Place a temporary bandaid on the ls/du/df human-readable issue. This method is by Eric Andersen · 23 years ago
  44. 84e229c Add in a new standalone env applet for fixing up app's environments -Erik by Eric Andersen · 23 years ago
  45. c835567 Fix ls so it uses make_human_readable_str() the same way already by Eric Andersen · 23 years ago
  46. 9a21446 Applied patch from David Douthitt to fix problem where ls reports half the by Mark Whitley · 23 years ago
  47. f6aa13d -Wshadow tr fix from Jeff Garzik by Eric Andersen · 23 years ago
  48. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 23 years ago
  49. 92d2324 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> by Eric Andersen · 23 years ago
  50. 8269396 Simpify detection of no options. by Eric Andersen · 23 years ago
  51. 7ef54de locale correction patch from Vladimir by Eric Andersen · 23 years ago
  52. cc165b9 Should exclude "i" option when not enabled. by Eric Andersen · 23 years ago
  53. 00b0496 Doesn't need a "-" option -- getopt does that for us. by Eric Andersen · 23 years ago
  54. 16f7015 Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUE by Eric Andersen · 23 years ago
  55. 7c25441 getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will work by Eric Andersen · 23 years ago
  56. f6ba2da Credited Christophe Boyaniqu for interactive patch to rm. by Mark Whitley · 23 years ago
  57. e0bf91d Applied patch from Christophe Boyanique to add -i support to rm. by Mark Whitley · 23 years ago
  58. 09f4af5 /* getopt not needed */ by Mark Whitley · 24 years ago
  59. 827e45c Added some more '/* getopt not needed */' lines. by Mark Whitley · 24 years ago
  60. d921684 Fixed df.c so that nfs volumes will display properly (fixing bug #1113). by Eric Andersen · 24 years ago
  61. 8d4c397 Patch from Jeff Garzik marking a few 'getopt not needed' apps. by Eric Andersen · 24 years ago
  62. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  63. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
  64. 5de9098 Eliminate superfluous test. by Matt Kraai · 24 years ago
  65. ae5612c Some minor cleanups to df.c. Also, with Erik's blessing, changed name of by Mark Whitley · 24 years ago
  66. ec9fad9 Static-ify a variable. make du work with all the human-readable variants by Eric Andersen · 24 years ago
  67. a7db19b Fix up du so it behaves itself also. -Erik by Eric Andersen · 24 years ago
  68. 5986f8d Fix up df so it works properly -Erik by Eric Andersen · 24 years ago
  69. 651f8c0 Fix up ls.c to ensure human readable works properly in all cases by Eric Andersen · 24 years ago
  70. 8b728a2 I made these little simplifications a while back, bug forgot to by Eric Andersen · 24 years ago
  71. 446dd27 Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour in by Mark Whitley · 24 years ago
  72. 4142d4d Patch from Vladimir N. Oleynik to save 128 bytes by moving error by Eric Andersen · 24 years ago
  73. 544891d Add in kent robotti's updated dos2unix.c by Eric Andersen · 24 years ago
  74. 7aa1f5c Make md5sum not display filename when reading stdin -Erik by Eric Andersen · 24 years ago
  75. 54006bc Oops! I left in my debug noise. by Eric Andersen · 24 years ago
  76. 7c3e7ac df was totally broken. So I fixed it. -Erik by Eric Andersen · 24 years ago
  77. 8d7bdc9 Small patch from Kent Robotti to show megabytes in human-readable output. by Mark Whitley · 24 years ago
  78. 9e37007 Minor cleanup. by Eric Andersen · 24 years ago
  79. f1142c5 Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPS by Eric Andersen · 24 years ago
  80. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  81. 963791a Another patch from Vladimir to eliminate obsolete junk. by Eric Andersen · 24 years ago
  82. b50da53 Get rid of long stale usage message code. -Erik by Eric Andersen · 24 years ago
  83. a9c6976 Fix compile error, sync() always returns 0 anyway. by Glenn L McGrath · 24 years ago
  84. d69d2da use perror_msg instead of perror to print the applet name. -Erik by Eric Andersen · 24 years ago
  85. 81bcc92 Fixed 'ls -s' so it actually displays block sizes again. -Erik by Eric Andersen · 24 years ago
  86. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  87. 98e599c Commit Vladimir's latest version of stty.c. Nice work. -Erik by Eric Andersen · 24 years ago
  88. a164c64 Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. by Matt Kraai · 24 years ago
  89. 9b300d0 Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. by Mark Whitley · 24 years ago
  90. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  91. 65225df Cleanup patch from Vladimir N. Oleynik. by Eric Andersen · 24 years ago
  92. 30f64c3 Fix a stupid typo -- bug found by Larry Doolittle. by Eric Andersen · 24 years ago
  93. e57d54b Fix ls behavior for broken or very narrow terminals. Fix my_* by Eric Andersen · 24 years ago
  94. ceade5c Fix missing header file. by Matt Kraai · 24 years ago
  95. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  96. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  97. ab050f5 Add in a patch to make busybox use the normal pwd.h and grp.h by Eric Andersen · 24 years ago
  98. a528dc7 Fix my braindamage -- remove termios and sighandling since they are not by Eric Andersen · 24 years ago
  99. 1e4b957 I am an idiot. Looking over my patch, ls doesn't need to do anything by Eric Andersen · 24 years ago
  100. 5c9c8b4 Make cin be static by Eric Andersen · 24 years ago