1. 07f6b95 Patch from Jean Wolter expr currently always adds even if told to subtract by Glenn L McGrath · 21 years ago
  2. 55bf79f Preserve suid/sgid bits by Glenn L McGrath · 21 years ago
  3. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  4. 7b8765c vodz, last patch 103 by Glenn L McGrath · 21 years ago
  5. c3f2956 Woops, depend on SHA1 not the option by Glenn L McGrath · 21 years ago
  6. 4d5e468 SHA1 options depend on SHA1 by Glenn L McGrath · 21 years ago
  7. d382c89 Typo by Glenn L McGrath · 21 years ago
  8. 5b3c056 Remove unnecessary pointer dereference. by Manuel Novoa III · 21 years ago
  9. 96379b0 Adjust Erik's change, as I don't claim copyright of the applet. by Manuel Novoa III · 21 years ago
  10. de6a6ae Remove unnecessary defamatory comment by Eric Andersen · 21 years ago
  11. 6c0e0fb Fix a stupid bug I introduced several months ago by Eric Andersen · 21 years ago
  12. 05df91a last_patch98 from vodz: by Eric Andersen · 21 years ago
  13. 727f529 There should be only one instance of CONFIG_FEATURE_AUTOWIDTH by Eric Andersen · 21 years ago
  14. b511f9c Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the current by Manuel Novoa III · 21 years ago
  15. e527207 eliminate DOSTATIC, DODEBUG, etc and name them sensibly by Eric Andersen · 21 years ago
  16. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  17. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  18. e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
  19. b7ebc61 Michael Sternberg writes: by Eric Andersen · 21 years ago
  20. 65e20a3 Patch from Kent Robotti adding a bunch of needed docs! -Erik by Eric Andersen · 21 years ago
  21. 9e48045 Patch from Russell Coker: by Eric Andersen · 22 years ago
  22. e5920a2 Patch from Kent Robotti adding a bunch of menuconfig help by Eric Andersen · 22 years ago
  23. 61f6db1 As implemented, sha1sum would sometimes give the wrong answer. by Eric Andersen · 22 years ago
  24. 7c51243 Make sure we end up with a unix2dos link to busybox by Eric Andersen · 22 years ago
  25. 9d7f0f0 Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a by Eric Andersen · 22 years ago
  26. c9e7024 Add prototype update missing from last_patch89. Fix screwy formatting in cut. by Eric Andersen · 22 years ago
  27. 8876fb2 last_patch89 from vodz: by Eric Andersen · 22 years ago
  28. 6c43f74 sha1sum option to compare checksums by Glenn L McGrath · 22 years ago
  29. a721204 Better error handling by Glenn L McGrath · 22 years ago
  30. a9e4617 Minor correction by Glenn L McGrath · 22 years ago
  31. 138d71b Fix bug (wrong value computed) when reading file from stdin, implement -s option by Glenn L McGrath · 22 years ago
  32. 7aa62cf Run through indent by Glenn L McGrath · 22 years ago
  33. a2d1982 cleanup a bit to remove needless verify() function by Eric Andersen · 22 years ago
  34. 393183d Vodz, last_patch_86 by Glenn L McGrath · 22 years ago
  35. 7a54360 Use bb_xgetlarg by Glenn L McGrath · 22 years ago
  36. f01b805 New applet, fold by Glenn L McGrath · 22 years ago
  37. 982da3e Add more help text by Eric Andersen · 22 years ago
  38. 4762a48 Test that cvs commit messages are working properly -Erik by Eric Andersen · 22 years ago
  39. 0c236a0 Fix 'thinko'. by Manuel Novoa III · 22 years ago
  40. b5b5ac3 trivial fix to make sure we have sufficient arguments before by Eric Andersen · 22 years ago
  41. 3a9b0bf Oops... had != but meant ==. by Manuel Novoa III · 22 years ago
  42. ea4c434 Restrict octal perms to <= 07777. Cosmetic error message change. by Manuel Novoa III · 22 years ago
  43. 4eff181 Things my compiler didn't catch... by Manuel Novoa III · 22 years ago
  44. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  45. 008c019 Fix for big endian machines by Glenn L McGrath · 22 years ago
  46. ae0f1e7 New applet sha1sum by Glenn L McGrath · 22 years ago
  47. 3238ea1 Merge fileutils, textutils and shellutils into coreuils by Glenn L McGrath · 22 years ago
  48. a88cb50 Patch from mathuria, compatability with solaris by Glenn L McGrath · 22 years ago
  49. fc4a0fd last_patch75_2 from vodz, by Eric Andersen · 22 years ago
  50. 4d00129 Correct column width for tab completion and ls by Glenn L McGrath · 22 years ago
  51. 76ff0da Support the obsolete '+' option by Glenn L McGrath · 22 years ago
  52. 29f9b2f Add missing header file to squash a warning by Eric Andersen · 22 years ago
  53. 7b4e89b Fix undefined behaviour and save some bytes as suggested by Manuel Novoa III by Glenn L McGrath · 22 years ago
  54. 62fae30 Realpath applet by Glenn L McGrath · 22 years ago
  55. b077c9f Fixup buffer allocation by Eric Andersen · 22 years ago
  56. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  57. eaed78a Style by Glenn L McGrath · 22 years ago
  58. cdf142a Woops, forgot they printout applet name as well.... by Glenn L McGrath · 22 years ago
  59. d7d5f42 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  60. 8e027f6 Use printf instead of fprintf(stdout by Glenn L McGrath · 22 years ago
  61. 822e7fd When making parent directories set permissions based on the base parent tree rather than the new directory to be created. by Glenn L McGrath · 22 years ago
  62. e16860d Will the real od.c please stand up! (my previous commit was a mistake) by Glenn L McGrath · 22 years ago
  63. 59870e8 Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au> by Glenn L McGrath · 22 years ago
  64. d274b53 last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa' by Eric Andersen · 22 years ago
  65. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
  66. 924f93e make_directory() will fail instantly so we dont need to test for failure here by Glenn L McGrath · 22 years ago
  67. 60943c5 Sane-ify the screen clearing stuff. -Erik by Eric Andersen · 22 years ago
  68. 18b76e6 Watch applet by Michael Habermann by Glenn L McGrath · 22 years ago
  69. 5d3cb7c move some globals to bss by Aaron Lehmann · 22 years ago
  70. acfc0d8 Run through indent, fix comments by Glenn L McGrath · 22 years ago
  71. 03195fc Run through indent, fix comments by Glenn L McGrath · 22 years ago
  72. a199b17 Run through indent, specify cast by Glenn L McGrath · 22 years ago
  73. 14dad70 Run through indent by Glenn L McGrath · 22 years ago
  74. e3906fc Run through indent, fix BB_ define by Glenn L McGrath · 22 years ago
  75. 6859d76 - updated a few copyright/left file headers by Robert Griebl · 22 years ago
  76. df03932 Added the -I (isofmt) options to date, which comes in handy for scripts by Robert Griebl · 22 years ago
  77. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  78. 2276d83 Fixup warnings and undefined operations that show up in gcc-3.1 -Erik by Eric Andersen · 22 years ago
  79. 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
  80. 009ae1f Little fix to avoid overflow by Eric Andersen · 23 years ago
  81. 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 23 years ago
  82. b0fd2b0 Fix a potential macro expansion problem... isspace can be by Eric Andersen · 23 years ago
  83. a7d0b41 Don't use pointless GNU-isms by Eric Andersen · 23 years ago
  84. fc05909 last_patch41 from vodz to fix stty -F and similar by Eric Andersen · 23 years ago
  85. b99cb64 Include busybox.h before testing CONFIG_LOCALE_SUPPORT. by Manuel Novoa III · 23 years ago
  86. 53146cc Added include for isdigit(); simplified -<num> detection by Robert Griebl · 23 years ago
  87. 13c26fc SUpport old style -[::digit::] options for head and tail by Robert Griebl · 23 years ago
  88. 95bf6da fix and shrink uuencode by Tim Riker · 23 years ago
  89. d598d41 Fix silly combinitorial oversight by Eric Andersen · 23 years ago
  90. ef38b39 Support noerror option by Eric Andersen · 23 years ago
  91. 00a6a75 Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> by Eric Andersen · 23 years ago
  92. 5f68736 ls could mis-color certain entries when previous commands by Eric Andersen · 23 years ago
  93. 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
  94. 265d229 Patch from Edward Betts <edward@debian.org> to add -x switch to du.c by Eric Andersen · 23 years ago
  95. fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 23 years ago
  96. fa15f70 Work around compiler/assembler problem and reduce code size at the same time. by Manuel Novoa III · 23 years ago
  97. 27eff03 Eliminate extra trailing space by Eric Andersen · 23 years ago
  98. 3ad0bd9 Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provide by Eric Andersen · 23 years ago
  99. a1bbde7 list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined. by Matt Kraai · 23 years ago
  100. 3bd31eb * fileutils/ls.c (showfiles): Display multiple short names on a line. by Matt Kraai · 23 years ago