1. f15dfc5 Tito writes, by Glenn L McGrath · 20 years ago
  2. 240a91d Patch by Felipe Kellermann, use the common escape handling function and remove some unused code. by Glenn L McGrath · 20 years ago
  3. 7eb79ff Tito writes: by Eric Andersen · 20 years ago
  4. b225e2a Fixup some warnings by Eric Andersen · 20 years ago
  5. 095dd0c Tito writes: by Eric Andersen · 20 years ago
  6. 52499cb Tito writes: by Eric Andersen · 20 years ago
  7. 73db8be Patch from Bastian Blank to add 64 bit support to the test command. by Glenn L McGrath · 20 years ago
  8. 93d7fba Tito, farmatito at tiscali dot it writes: by Eric Andersen · 20 years ago
  9. aad29b3 Fixup getty, login, etc so the utmp and wtmp are updated, allowing by Eric Andersen · 20 years ago
  10. 4f807a8 BusyBox has no business hard coding the number of major and minor bits for a by Eric Andersen · 20 years ago
  11. efc6bf6 Patch from Felipe Kellermann, fix endless loop when first > last and by Glenn L McGrath · 20 years ago
  12. 9c83e83 Felipe Kellermann writes, by Glenn L McGrath · 20 years ago
  13. d709743 If read were to return with an error, bad things would happen. Fix it. by Manuel Novoa III · 21 years ago
  14. febd744 Use STDIN_FILENO rather than '0' by Eric Andersen · 21 years ago
  15. d4d01d2 Rob Landley writes: by Eric Andersen · 21 years ago
  16. 6c0396b Steve Grubb writes: by Eric Andersen · 21 years ago
  17. aaff79a Steve Grubb writes: by Eric Andersen · 21 years ago
  18. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 21 years ago
  19. 7ff33f1 Thats odd. I guess this was cut-n-paste error, but vodz by Eric Andersen · 21 years ago
  20. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  21. 39396b9 Fix non standard 'date -R' formatting by Eric Andersen · 21 years ago
  22. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  23. 97310d0 Brian Pomerantz writes: by Eric Andersen · 21 years ago
  24. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  25. ed43806 Hideki IWAMOTO writes: by Eric Andersen · 21 years ago
  26. c66ebe4 When displaying the size in 1kB blocks round up if an odd number of blocks by Glenn L McGrath · 21 years ago
  27. 44c0e17 Patch by Seth W. Klein, the -l switch was reversed by Glenn L McGrath · 21 years ago
  28. 1117c52 Fix broken sort order flags. by Manuel Novoa III · 21 years ago
  29. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  30. c4db083 Patch from Matt Kraai to fix debian bug number 231994. by Glenn L McGrath · 21 years ago
  31. 95ed8d9 Close bracket in description from Peter Willis's eject applet by Glenn L McGrath · 21 years ago
  32. 6db8c22 Return 1 upon failure by Glenn L McGrath · 21 years ago
  33. 96099d5 Use return instead of exit, use == instead of & ==, left justify labels, by Glenn L McGrath · 21 years ago
  34. 01cdb66 Add the -r option, patch from Rob with some help from myself. by Glenn L McGrath · 21 years ago
  35. c2266bd Woops, im getting ahead of myself, we dont have the -r (refernece) option yet by Glenn L McGrath · 21 years ago
  36. 5f11541 define option names to be clearer, simplify nested if statements, remove by Glenn L McGrath · 21 years ago
  37. d07cf59 Vladimir N. Oleynik writes: by Eric Andersen · 21 years ago
  38. c71c189 Jean Wolter writes: by Eric Andersen · 21 years ago
  39. 0838622 Use bb_xstrdup() instead of strdup(). by Manuel Novoa III · 21 years ago
  40. ab26cc3 Avoid symbol naming conflict with libm by Eric Andersen · 21 years ago
  41. 82364bb New applet, seq. No options, just the basics. by Glenn L McGrath · 21 years ago
  42. 43112b4 Align using spaces to furthurest character and then one tab, now they by Glenn L McGrath · 21 years ago
  43. f2ec379 Pascal Brisset writes: by Eric Andersen · 21 years ago
  44. 7018385 Be stricter when converting strings to integers. Should fix the problem by Manuel Novoa III · 21 years ago
  45. 4766a2d Add the -r option as a synonym of -R by Glenn L McGrath · 21 years ago
  46. ca43b48 Enable long options, adds 150 bytes. by Glenn L McGrath · 21 years ago
  47. 654a99b Check valid options were given by Glenn L McGrath · 21 years ago
  48. 711bb92 Dont change ownership unless we created the directory. by Glenn L McGrath · 21 years ago
  49. 578eff5 Remove unneeded conditions and logic, fix bug where ownership didnt by Glenn L McGrath · 21 years ago
  50. 65b6d8b Fix a bug where `ls -le` would print the time twice. by Glenn L McGrath · 21 years ago
  51. 792cae5 Use bb_getopt_ulflags, save 200-300 bytes by Glenn L McGrath · 21 years ago
  52. 95f75a3 Patch from Bastian Blank to fix debian bug #226722, test case: by Glenn L McGrath · 21 years ago
  53. cfc0ad4 Batch from Bastian Blank to fix debian bug #216435; by Glenn L McGrath · 21 years ago
  54. 5c0d84a Bring usage upto date, patch by Steven Scholz by Glenn L McGrath · 21 years ago
  55. 11e6947 Fix a bug, ignore the source path when installing to a directory. by Glenn L McGrath · 21 years ago
  56. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  57. 5c069aa Fix up the -s option, and make usage consitent with behaviour, by Glenn L McGrath · 21 years ago
  58. 931ae9d woops, we needed that function by Glenn L McGrath · 21 years ago
  59. de3ea9f Only use getopt and associated flags if checking is enabled by Glenn L McGrath · 21 years ago
  60. aee0fd8 Replaced by md5_sha1_sum.c by Glenn L McGrath · 21 years ago
  61. 303b7d8 Replaced by md5_sha1_sum.c by Glenn L McGrath · 21 years ago
  62. d2a897a Merge common parts of sha1sum and md5sum, which is everything except the by Glenn L McGrath · 21 years ago
  63. 1b1942f As vodz pointed out, setting unset_env to NULL is sufficient by Eric Andersen · 21 years ago
  64. 7f9de02 Rewrite, 800+ bytes smaller and more robust. by Glenn L McGrath · 21 years ago
  65. 6d68781 Fix oversight with CONFIG_FEATURE_AUTOWIDTH handling by Eric Andersen · 21 years ago
  66. b7077a7 Set unset_env pointing to a NULL item, to prevent us from walking by Eric Andersen · 21 years ago
  67. 4ef5a84 Move the tail -c option from FANCY_TAIL to the default tail, this makes by Glenn L McGrath · 21 years ago
  68. 9716575 Remove config options for sort -u and sort -r, they are always enabled by Glenn L McGrath · 21 years ago
  69. f4fd3a1 Accept the -c option and do nothing by Glenn L McGrath · 21 years ago
  70. 637d226 Disable any buffering to stdout by Eric Andersen · 21 years ago
  71. 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
  72. a55d72b Patch from Steven Scholz, fix some warnings by Glenn L McGrath · 21 years ago
  73. a406a9c Add the -d option by Glenn L McGrath · 21 years ago
  74. eebcc1d Add the "install" applet, move get_ug_id to libbb as its used by chown, by Glenn L McGrath · 21 years ago
  75. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  76. 07f6b95 Patch from Jean Wolter expr currently always adds even if told to subtract by Glenn L McGrath · 21 years ago
  77. 55bf79f Preserve suid/sgid bits by Glenn L McGrath · 21 years ago
  78. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  79. 7b8765c vodz, last patch 103 by Glenn L McGrath · 21 years ago
  80. c3f2956 Woops, depend on SHA1 not the option by Glenn L McGrath · 21 years ago
  81. 4d5e468 SHA1 options depend on SHA1 by Glenn L McGrath · 21 years ago
  82. d382c89 Typo by Glenn L McGrath · 21 years ago
  83. 5b3c056 Remove unnecessary pointer dereference. by Manuel Novoa III · 21 years ago
  84. 96379b0 Adjust Erik's change, as I don't claim copyright of the applet. by Manuel Novoa III · 21 years ago
  85. de6a6ae Remove unnecessary defamatory comment by Eric Andersen · 21 years ago
  86. 6c0e0fb Fix a stupid bug I introduced several months ago by Eric Andersen · 21 years ago
  87. 05df91a last_patch98 from vodz: by Eric Andersen · 21 years ago
  88. 727f529 There should be only one instance of CONFIG_FEATURE_AUTOWIDTH by Eric Andersen · 21 years ago
  89. b511f9c Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the current by Manuel Novoa III · 21 years ago
  90. e527207 eliminate DOSTATIC, DODEBUG, etc and name them sensibly by Eric Andersen · 21 years ago
  91. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  92. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  93. e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
  94. b7ebc61 Michael Sternberg writes: by Eric Andersen · 21 years ago
  95. 65e20a3 Patch from Kent Robotti adding a bunch of needed docs! -Erik by Eric Andersen · 21 years ago
  96. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  97. e5920a2 Patch from Kent Robotti adding a bunch of menuconfig help by Eric Andersen · 21 years ago
  98. 61f6db1 As implemented, sha1sum would sometimes give the wrong answer. by Eric Andersen · 21 years ago
  99. 7c51243 Make sure we end up with a unix2dos link to busybox by Eric Andersen · 21 years ago
  100. 9d7f0f0 Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a by Eric Andersen · 22 years ago