1. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  2. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  3. bd8f43d few random readability enhansements. No code changes by Denis Vlasenko · 18 years ago
  4. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  5. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
  6. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  7. ecb2957 "Jordan Crouse" <jordan.crouse@amd.com> says: by Rob Landley · 18 years ago
  8. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  9. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  10. 236c675 Teach md5sum and sha1sum to work the way other applets do so I don't have to by Rob Landley · 18 years ago
  11. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  12. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  13. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  14. 565bc33 Remove code that can't be reached. by Rob Landley · 18 years ago
  15. 7cc6b69 Patch from Shaun Jackman, set optind by hand if we don't call getopt. by Rob Landley · 18 years ago
  16. 8840759 move lchown/chown define out of specific files and into platform.h where it belongs by Mike Frysinger · 18 years ago
  17. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  18. 91ed1a4 Patch from Suresh Rajashekara moving comments and #includes and such around. by Rob Landley · 18 years ago
  19. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  20. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  21. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  22. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  23. ab58d5c Make warnings go away. by Rob Landley · 18 years ago
  24. cd54528 Fix bug 744 by moving the flushing logic into the exhausted read buffer test. by Rob Landley · 18 years ago
  25. 2b8a05a I broke allbareconfig with half-finished cleanups I'd forgotten weren't done. by Rob Landley · 18 years ago
  26. 7a260f0 Make some 64 bit warnings go away on x86-64. by Rob Landley · 18 years ago
  27. 290fcb4 Undo all of the ugliness and some of the bloat from 15412. by Rob Landley · 18 years ago
  28. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
  29. 9947a24 Patch from Rich Felker: by Rob Landley · 19 years ago
  30. 3921893 Fix bug found by Joey Hess and forwarded by Bastian Bunk. Add Joey Hess's by Rob Landley · 19 years ago
  31. 6ab0378 by Paul Fox · 19 years ago
  32. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  33. eb29d6c Remove a config entry that leaked in from my tree before I decided to by Rob Landley · 19 years ago
  34. 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 19 years ago
  35. b5353a2 - look at bb_applet_name. Should close bugs #892 and #893 by Bernhard Reutner-Fischer · 19 years ago
  36. 8abbee4 Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, by Rob Landley · 19 years ago
  37. bbc225e - just whitespace by Bernhard Reutner-Fischer · 19 years ago
  38. d2c306e - ls: remove unused variable by Bernhard Reutner-Fischer · 19 years ago
  39. 81dab2c Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits by Rob Landley · 19 years ago
  40. c44bc98 Fix some warnings in allbareconfig. by Rob Landley · 19 years ago
  41. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  42. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
  43. 399d2b5 Rich Felker suggested removing dprintf() from watch, and one thing led to by Rob Landley · 19 years ago
  44. 027ea1a Two more issues pointed out by Bernhard. by Rob Landley · 19 years ago
  45. fa6b5e6 It takes _talent_ to implement a version of nohup that does everything except by Rob Landley · 19 years ago
  46. c020f5f New version of nohup that's much smaller, less paranoid, consistent, by Rob Landley · 19 years ago
  47. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  48. c7801c4 - use shorter boilerplate. by Bernhard Reutner-Fischer · 19 years ago
  49. 14aa06f - do not use non-standard u_int. by Bernhard Reutner-Fischer · 19 years ago
  50. 2686d3b Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add by Rob Landley · 19 years ago
  51. 34b5319 Make md5 calculation always go through an the buffer so that A) we don't by Rob Landley · 19 years ago
  52. d9b6b84 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
  53. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
  54. eba32f4 - typo in error-message: s/algotithm/algorithm - whitespace cleanup by Bernhard Reutner-Fischer · 19 years ago
  55. f893250 Replace isnan() and isinf() with inline tests so uClibc doesn't want us to by Rob Landley · 19 years ago
  56. 4f7953c - add helptext for CONFIG_UNIX2DOS by Bernhard Reutner-Fischer · 19 years ago
  57. 425e758 Patch from Rich Felker to make ls use libc's qsort. by Rob Landley · 19 years ago
  58. c559817 Patch from Jason Schoon to add optional SIGUSR1 support to dd. by Rob Landley · 19 years ago
  59. 2631486 Patch from Shaun Jackman: by Rob Landley · 19 years ago
  60. d5b9428 Re-wordwrap the new tests, and fix seq.c to pass them. by Rob Landley · 19 years ago
  61. 5fe8d5b Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a by Rob Landley · 19 years ago
  62. 998dbee Patch from Jean Wolter: by Rob Landley · 19 years ago
  63. 856489b New applet cksum, from Rob Sullivan. by Rob Landley · 19 years ago
  64. e438634 Simplify the GPL boilerplate. by Rob Landley · 19 years ago
  65. 18260d5 - typo: s/derefernce/dereference/g Thanks to P.J. Day. by Bernhard Reutner-Fischer · 19 years ago
  66. 0edbad1 Glenn gave permission for GPLv2 "or later". by Rob Landley · 19 years ago
  67. 0436b9f use strchr() not index() by Mike Frysinger · 19 years ago
  68. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
  69. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  70. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  71. fc5f318 - use C99 %j format to print intmax. Closes bugs #802 and #743 by Bernhard Reutner-Fischer · 19 years ago
  72. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
  73. 998f449 We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER is by Rob Landley · 19 years ago
  74. bc14214 - patch from Rob Sullivan to add support for -L by Bernhard Reutner-Fischer · 19 years ago
  75. 5fb0fec - shrink it a little bit and make it buildable with gcc-2.95 by Bernhard Reutner-Fischer · 19 years ago
  76. cc4003f - remove unused args. by Bernhard Reutner-Fischer · 19 years ago
  77. 693a936 - move code around to avoid the need for the prototypes. by Bernhard Reutner-Fischer · 19 years ago
  78. 8f7d389 - new applet diff. Rob Sullivan writes: by Bernhard Reutner-Fischer · 19 years ago
  79. e11a01c - include inttypes.h as pointed out by Jason Schoon. by Bernhard Reutner-Fischer · 19 years ago
  80. 465874f - use proper macros to print intmax_t. by Bernhard Reutner-Fischer · 19 years ago
  81. e104d5f Some tests were always true. We need comm.tests... by Rob Landley · 19 years ago
  82. 101a470 - make append_option and multiconvert static. by Bernhard Reutner-Fischer · 19 years ago
  83. a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 19 years ago
  84. d409c3a - Rich Felker writes: fix invalid printf format strings by Bernhard Reutner-Fischer · 19 years ago
  85. c370ea8 Turn #if 0 into a comment. by Rob Landley · 19 years ago
  86. 948a09d dont printf arguments given by user for security sanity by Mike Frysinger · 19 years ago
  87. 2324a7c Fix "seq 1 1". by Rob Landley · 19 years ago
  88. cebea72 Another header suggestion from Shaun Jackman. by Rob Landley · 19 years ago
  89. 99a072d - tito writes: this patch fixes some comments in dos2unix that are wrong by Bernhard Reutner-Fischer · 19 years ago
  90. 330ac85 Tito shrank dos2unix. by Rob Landley · 19 years ago
  91. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  92. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
  93. e01d746 Cleanup patch from tito. by Rob Landley · 19 years ago
  94. 1c60d97 Size reduction by Tito. by Rob Landley · 19 years ago
  95. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  96. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  97. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  98. 1f5e25b Walt Wimer noticed that mknod couldn't handle major or minor > 255. Now our by Rob Landley · 19 years ago
  99. e3ec99d - remove unused lists *-m by Bernhard Reutner-Fischer · 19 years ago
  100. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago