1. f1142c5 Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPS by Eric Andersen · 24 years ago
  2. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  3. 963791a Another patch from Vladimir to eliminate obsolete junk. by Eric Andersen · 24 years ago
  4. b50da53 Get rid of long stale usage message code. -Erik by Eric Andersen · 24 years ago
  5. a9c6976 Fix compile error, sync() always returns 0 anyway. by Glenn L McGrath · 24 years ago
  6. d69d2da use perror_msg instead of perror to print the applet name. -Erik by Eric Andersen · 24 years ago
  7. 81bcc92 Fixed 'ls -s' so it actually displays block sizes again. -Erik by Eric Andersen · 24 years ago
  8. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  9. 98e599c Commit Vladimir's latest version of stty.c. Nice work. -Erik by Eric Andersen · 24 years ago
  10. a164c64 Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. by Matt Kraai · 24 years ago
  11. 9b300d0 Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. by Mark Whitley · 24 years ago
  12. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  13. 65225df Cleanup patch from Vladimir N. Oleynik. by Eric Andersen · 24 years ago
  14. 30f64c3 Fix a stupid typo -- bug found by Larry Doolittle. by Eric Andersen · 24 years ago
  15. e57d54b Fix ls behavior for broken or very narrow terminals. Fix my_* by Eric Andersen · 24 years ago
  16. ceade5c Fix missing header file. by Matt Kraai · 24 years ago
  17. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  18. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  19. ab050f5 Add in a patch to make busybox use the normal pwd.h and grp.h by Eric Andersen · 24 years ago
  20. a528dc7 Fix my braindamage -- remove termios and sighandling since they are not by Eric Andersen · 24 years ago
  21. 1e4b957 I am an idiot. Looking over my patch, ls doesn't need to do anything by Eric Andersen · 24 years ago
  22. 5c9c8b4 Make cin be static by Eric Andersen · 24 years ago
  23. 5307eca Make ls understand termios. -Erik by Eric Andersen · 24 years ago
  24. d35c215 Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. -Erik by Eric Andersen · 24 years ago
  25. c1b8f12 Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add by Eric Andersen · 24 years ago
  26. f5d5e77 more bugs fixed -- found doing regression testing -Erik by Eric Andersen · 24 years ago
  27. f6c6d9a Remove the warning messages. By consensus, netkit-tiny doesn't need to happen. by Eric Andersen · 24 years ago
  28. 24be980 Fix spelling. s/maintainence/maintenance/ by Eric Andersen · 24 years ago
  29. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  30. e132119 Fix silly typo by Eric Andersen · 24 years ago
  31. 6705986 Warn about apps that will be going away in release 0.50 -Erik by Eric Andersen · 24 years ago
  32. 6d0921c Add HUMAN_READABLE define for -m and -h support in du, df, and ls by Richard June · 24 years ago
  33. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  34. c9acf8c Complicate truncate behavior. by Matt Kraai · 24 years ago
  35. eb60d8b Turned some #define constants into static const ints. by Mark Whitley · 24 years ago
  36. 55bccf3 Rewrote tail. by Matt Kraai · 24 years ago
  37. 6c6ea6c Changed email address to codepoet.org, updated list of applets / docs I by Mark Whitley · 24 years ago
  38. e6e8183 Improvements from Vladimir N. Oleynik. by Matt Kraai · 24 years ago
  39. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  40. e111d69 Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSE by Eric Andersen · 24 years ago
  41. 70da6a6 Fix a warning in sh.c. Remove use of getline() in md5sum since by Eric Andersen · 24 years ago
  42. 5e8c0ff Rewrote. by Matt Kraai · 24 years ago
  43. 24ac017 Rewrote dd. by Matt Kraai · 24 years ago
  44. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  45. 0dab829 Add missing newlines to error messages. by Matt Kraai · 24 years ago
  46. bd193a4 Fix from Matt Kraai -- a better way to NULL terminate strings for the by Eric Andersen · 24 years ago
  47. 483262f Patch from Matt Kraai to fix 'dirname /' by Eric Andersen · 24 years ago
  48. b12e506 du.c error msg cleanup from Kent Robotti by Eric Andersen · 24 years ago
  49. a293a51 Patch from kent robotti to fix a buglet where by Eric Andersen · 24 years ago
  50. 9df3833 Fix problem where 'du file_that_exists' doesn't work. by Eric Andersen · 24 years ago
  51. 5b5db38 Patch from Matt Kraai to implement uniq -[cdu] by Eric Andersen · 24 years ago
  52. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  53. 87afb52 Get rid of redundant TRUE and FALSE definitions. by Matt Kraai · 24 years ago
  54. 8ffabf5 Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "' by Eric Andersen · 24 years ago
  55. e884970 Must compile before committing. by Matt Kraai · 24 years ago
  56. 92ed8a3 Fix exit status on failure. by Matt Kraai · 24 years ago
  57. d27753a Use perrorMsg instead of perror and keep removing files if we encounter by Matt Kraai · 24 years ago
  58. 8755982 Remove #ifdef __STDC__ junk. We don't do K&R round these parts, by Eric Andersen · 24 years ago
  59. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  60. 8fff78d Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com> by Eric Andersen · 24 years ago
  61. ddea368 Apply rev #2 of dd fix from Gennady Feldman. by Eric Andersen · 24 years ago
  62. 7b5d594 Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close by Eric Andersen · 24 years ago
  63. cf1189f Patch from Matt Kraai to fix an infinate loop with ls -aR by Eric Andersen · 24 years ago
  64. 9a71af5 Fix behavior when removal fails. by Matt Kraai · 24 years ago
  65. e93abf9 Fixed user and group name listing. by Matt Kraai · 24 years ago
  66. 0053087 Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle the by Mark Whitley · 24 years ago
  67. a683ee8 "I will always compile before I commit." by Eric Andersen · 24 years ago
  68. 4e573f4 Remove the BSD advertising clause, and replace it with a link to how by Eric Andersen · 24 years ago
  69. 3e07541 This was redundant by Eric Andersen · 24 years ago
  70. a5bd268 Make features independent. by Matt Kraai · 24 years ago
  71. b273d66 We also need to declare info if the USERNAMES feature is enabled. by Matt Kraai · 24 years ago
  72. e8c55f4 Fixed error handling and TRUE/FALSE usage. by Matt Kraai · 24 years ago
  73. ac1169b Cleaned up error handling and uses of TRUE/FALSE. by Matt Kraai · 24 years ago
  74. 324a778 Added a fatalPerror function to simplify error handling. by Matt Kraai · 24 years ago
  75. b60208d Fix for bug #1068 from Kent Robotti by Glenn L McGrath · 24 years ago
  76. 207061a Fix error messages. by Matt Kraai · 24 years ago
  77. 69229a6 Piss people off by removing [+-][0-9]+ options from tail. by Matt Kraai · 24 years ago
  78. 9a6e67c Consolidate stat(2) and lstat(2) calls and error handling. by Matt Kraai · 24 years ago
  79. 33fdae5 Exit with failure status if we are unable to list any files or by Matt Kraai · 24 years ago
  80. e7e1e2d Apply a patch from Matt Kraai to fix buffer overrun and convert to by Eric Andersen · 24 years ago
  81. 872138d Added cmp and readlink applets from Matt Kraai. by Mark Whitley · 24 years ago
  82. 7a86e61 Patch from Matt Kraai so wc will return a proper error code by Eric Andersen · 24 years ago
  83. 958c78f Apply a patch from Matt Kraai: by Eric Andersen · 24 years ago
  84. 13241df Patch from Matt Kraai: "When it encounters a problem creating a link, ln by Eric Andersen · 24 years ago
  85. aa3908d Rewrite to use getopt and return instead of exit, a seperate function (fs_link) does the actual work. by Glenn L McGrath · 24 years ago
  86. 8d369e9 by John Beppu · 24 years ago
  87. c0321f9 Rewrote head to perservere when it can't open a file, and share code with cat. by Matt Kraai · 24 years ago
  88. e7c1af1 Continue concatenating files even if we can't open one. by Matt Kraai · 24 years ago
  89. bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
  90. e0bcce0 Rewrote uniq to be less than a third of the size, and fixed some other by Matt Kraai · 24 years ago
  91. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  92. 90f580a Start the great EXIT_{SUCCESS,FAILURE} migration. by Matt Kraai · 24 years ago
  93. a2f2a8f Add support for the -L option to ls. by Matt Kraai · 24 years ago
  94. d1de4a1 Handle 'cat -' by Eric Andersen · 24 years ago
  95. 8a2e56c Large file >2Gib support. by Eric Andersen · 24 years ago
  96. 7c22b77 Only remove directories when removing recursively. by Matt Kraai · 24 years ago
  97. cff3fe3 Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. -Erik by Eric Andersen · 24 years ago
  98. 56a3288 Fix looping bug, use fullRead by Glenn L McGrath · 24 years ago
  99. 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
  100. f0b073f dd now truncates files at the end its write, this can be turned of by by Glenn L McGrath · 24 years ago