1. 1ece21b as Rob Landley pointed out, need to fix the 1 versus i typo in indexing by Mike Frysinger · 20 years ago
  2. 0fb397e blah, forgot to save last time to fix whitespacing by Mike Frysinger · 20 years ago
  3. 867a608 remove duplicated code and rework algorithms to end up with smaller code by Mike Frysinger · 20 years ago
  4. dad4cf7 use a bunch of if statements since it is a few bytes smaller than a switch; also use bb_xfopen() instead of fopen() so comm doesnt segfault when given non-existant files :( by Mike Frysinger · 20 years ago
  5. b3a6ec3 err, added 2 to the wrong var :) also touchup the option detection to shrink size by Mike Frysinger · 20 years ago
  6. 3ba93c0 fix segfault if user only specifies 1 file by Mike Frysinger · 20 years ago
  7. 0d605e9 fix whitespace/coding style by Mike Frysinger · 20 years ago
  8. a84a512 add missing comm.o rule by Mike Frysinger · 20 years ago
  9. 5b300dd whitespace touchups by Mike Frysinger · 20 years ago
  10. 2acfd7b Small comm implementatin from Rob Sullivan. Needed to build perl. by Rob Landley · 20 years ago
  11. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
  12. 540d3f6 Patch from Shaun Jackman: by Rob Landley · 20 years ago
  13. b9dfb8c Manuel points out that if printf needs a flush to act like dprintf, the result by Rob Landley · 20 years ago
  14. cce1ae2 Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf. by Rob Landley · 20 years ago
  15. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
  16. 6624dae On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote: by Rob Landley · 20 years ago
  17. 3071e2f Patch from Matthew S. Wood: by Rob Landley · 20 years ago
  18. edb3fbc fix stupid build mistake i made earlier as pointed out by psm by Mike Frysinger · 20 years ago
  19. 408ae21 rework human_fstype to cut down size by Mike Frysinger · 20 years ago
  20. f06c494 rework options to get rid of extra variables by Mike Frysinger · 20 years ago
  21. 9b5f71e stat implementation based upon coreutils by Mike Frysinger · 20 years ago
  22. 5b2e271 cast the time pointer so gcc stops warning over nothing by Mike Frysinger · 20 years ago
  23. 5cfa5ef use bb_fflush_stdout_and_exit instead of exit by Mike Frysinger · 20 years ago
  24. 4a21170 grab sum from coreutils, clean it up, and make it busybox happy by Mike Frysinger · 20 years ago
  25. 6d1d2e5 add a printenv implementation by Mike Frysinger · 20 years ago
  26. c0bc965 fix whitespace by Mike Frysinger · 20 years ago
  27. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  28. 4e5936e In Bug 208, bernhardf writes: by Mike Frysinger · 20 years ago
  29. 2ed05ab fake out support for POSIX -H and -L options since busybox cp dereferences everything by default by Mike Frysinger · 20 years ago
  30. 75ac42b add aliases == and [[ for = and [ to support more bash scripts by Mike Frysinger · 20 years ago
  31. 2c51160 Add 'nice' and replace 'renice' with a new implementation. by Manuel Novoa III · 20 years ago
  32. c0dedd0 Sort rewrite to be SUSv3 compliant. New config option, updated help, and by Rob Landley · 20 years ago
  33. 6077d90 cp: make -P a synonym for -d by Mike Frysinger · 20 years ago
  34. 9315842 Patch from David Daney: by Eric Andersen · 20 years ago
  35. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  36. f86391e Patch from William Barsse to fix a segfault when multiple files are specified. by Glenn L McGrath · 20 years ago
  37. afc9ab8 Patch from David Daney to make the -i option work with -l. by Glenn L McGrath · 20 years ago
  38. ca1c1af Add a missing brace, patch by Hideki IWAMOTO by Glenn L McGrath · 20 years ago
  39. f15dfc5 Tito writes, by Glenn L McGrath · 20 years ago
  40. 240a91d Patch by Felipe Kellermann, use the common escape handling function and remove some unused code. by Glenn L McGrath · 20 years ago
  41. 7eb79ff Tito writes: by Eric Andersen · 20 years ago
  42. b225e2a Fixup some warnings by Eric Andersen · 20 years ago
  43. 095dd0c Tito writes: by Eric Andersen · 20 years ago
  44. 52499cb Tito writes: by Eric Andersen · 20 years ago
  45. 73db8be Patch from Bastian Blank to add 64 bit support to the test command. by Glenn L McGrath · 20 years ago
  46. 93d7fba Tito, farmatito at tiscali dot it writes: by Eric Andersen · 20 years ago
  47. aad29b3 Fixup getty, login, etc so the utmp and wtmp are updated, allowing by Eric Andersen · 20 years ago
  48. 4f807a8 BusyBox has no business hard coding the number of major and minor bits for a by Eric Andersen · 20 years ago
  49. efc6bf6 Patch from Felipe Kellermann, fix endless loop when first > last and by Glenn L McGrath · 20 years ago
  50. 9c83e83 Felipe Kellermann writes, by Glenn L McGrath · 20 years ago
  51. d709743 If read were to return with an error, bad things would happen. Fix it. by Manuel Novoa III · 21 years ago
  52. febd744 Use STDIN_FILENO rather than '0' by Eric Andersen · 21 years ago
  53. d4d01d2 Rob Landley writes: by Eric Andersen · 21 years ago
  54. 6c0396b Steve Grubb writes: by Eric Andersen · 21 years ago
  55. aaff79a Steve Grubb writes: by Eric Andersen · 21 years ago
  56. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 21 years ago
  57. 7ff33f1 Thats odd. I guess this was cut-n-paste error, but vodz by Eric Andersen · 21 years ago
  58. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  59. 39396b9 Fix non standard 'date -R' formatting by Eric Andersen · 21 years ago
  60. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  61. 97310d0 Brian Pomerantz writes: by Eric Andersen · 21 years ago
  62. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  63. ed43806 Hideki IWAMOTO writes: by Eric Andersen · 21 years ago
  64. c66ebe4 When displaying the size in 1kB blocks round up if an odd number of blocks by Glenn L McGrath · 21 years ago
  65. 44c0e17 Patch by Seth W. Klein, the -l switch was reversed by Glenn L McGrath · 21 years ago
  66. 1117c52 Fix broken sort order flags. by Manuel Novoa III · 21 years ago
  67. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  68. c4db083 Patch from Matt Kraai to fix debian bug number 231994. by Glenn L McGrath · 21 years ago
  69. 95ed8d9 Close bracket in description from Peter Willis's eject applet by Glenn L McGrath · 21 years ago
  70. 6db8c22 Return 1 upon failure by Glenn L McGrath · 21 years ago
  71. 96099d5 Use return instead of exit, use == instead of & ==, left justify labels, by Glenn L McGrath · 21 years ago
  72. 01cdb66 Add the -r option, patch from Rob with some help from myself. by Glenn L McGrath · 21 years ago
  73. c2266bd Woops, im getting ahead of myself, we dont have the -r (refernece) option yet by Glenn L McGrath · 21 years ago
  74. 5f11541 define option names to be clearer, simplify nested if statements, remove by Glenn L McGrath · 21 years ago
  75. d07cf59 Vladimir N. Oleynik writes: by Eric Andersen · 21 years ago
  76. c71c189 Jean Wolter writes: by Eric Andersen · 21 years ago
  77. 0838622 Use bb_xstrdup() instead of strdup(). by Manuel Novoa III · 21 years ago
  78. ab26cc3 Avoid symbol naming conflict with libm by Eric Andersen · 21 years ago
  79. 82364bb New applet, seq. No options, just the basics. by Glenn L McGrath · 21 years ago
  80. 43112b4 Align using spaces to furthurest character and then one tab, now they by Glenn L McGrath · 21 years ago
  81. f2ec379 Pascal Brisset writes: by Eric Andersen · 21 years ago
  82. 7018385 Be stricter when converting strings to integers. Should fix the problem by Manuel Novoa III · 21 years ago
  83. 4766a2d Add the -r option as a synonym of -R by Glenn L McGrath · 21 years ago
  84. ca43b48 Enable long options, adds 150 bytes. by Glenn L McGrath · 21 years ago
  85. 654a99b Check valid options were given by Glenn L McGrath · 21 years ago
  86. 711bb92 Dont change ownership unless we created the directory. by Glenn L McGrath · 21 years ago
  87. 578eff5 Remove unneeded conditions and logic, fix bug where ownership didnt by Glenn L McGrath · 21 years ago
  88. 65b6d8b Fix a bug where `ls -le` would print the time twice. by Glenn L McGrath · 21 years ago
  89. 792cae5 Use bb_getopt_ulflags, save 200-300 bytes by Glenn L McGrath · 21 years ago
  90. 95f75a3 Patch from Bastian Blank to fix debian bug #226722, test case: by Glenn L McGrath · 21 years ago
  91. cfc0ad4 Batch from Bastian Blank to fix debian bug #216435; by Glenn L McGrath · 21 years ago
  92. 5c0d84a Bring usage upto date, patch by Steven Scholz by Glenn L McGrath · 21 years ago
  93. 11e6947 Fix a bug, ignore the source path when installing to a directory. by Glenn L McGrath · 21 years ago
  94. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  95. 5c069aa Fix up the -s option, and make usage consitent with behaviour, by Glenn L McGrath · 21 years ago
  96. 931ae9d woops, we needed that function by Glenn L McGrath · 21 years ago
  97. de3ea9f Only use getopt and associated flags if checking is enabled by Glenn L McGrath · 21 years ago
  98. aee0fd8 Replaced by md5_sha1_sum.c by Glenn L McGrath · 21 years ago
  99. 303b7d8 Replaced by md5_sha1_sum.c by Glenn L McGrath · 21 years ago
  100. d2a897a Merge common parts of sha1sum and md5sum, which is everything except the by Glenn L McGrath · 21 years ago