1. 8ee6943 Make 'allyesconfig' be a bit less stupid by Eric Andersen · 21 years ago
  2. 5c1ee51 Minor tar test update by Eric Andersen · 21 years ago
  3. ba9b22a Simplify, make formatting better match the procps version by Eric Andersen · 21 years ago
  4. 650fe63 Kill off the old 'tests' stuff. Write a ton of new tests for the by Eric Andersen · 21 years ago
  5. 39396b9 Fix non standard 'date -R' formatting by Eric Andersen · 21 years ago
  6. c354f6e Fix the test suite script so it actually works and actually flags by Eric Andersen · 21 years ago
  7. b2e267f Some test additions by Eric Andersen · 21 years ago
  8. 18751cd Patch adding support for ibs= and obs= to dd by Eric Andersen · 21 years ago
  9. 009617f Per suggestion by Pawel Sakowski, fix the dash_arith() prototype by Eric Andersen · 21 years ago
  10. b2aa776 Tito, farmatito at tiscali dot it writes: by Eric Andersen · 21 years ago
  11. 762c64f rename uncompress.c to decompress_uncompress.c by Eric Andersen · 21 years ago
  12. 522a2f3 Everything should be made as simple as possible. But no simpler. by Eric Andersen · 21 years ago
  13. 25d8239 The last patch broke: sed -i "/^boo/a fred" ipsec.conf by Rob Landley · 21 years ago
  14. 0b5bf45 Patch from Hideki IWAMOTO adding support for 'cmp -n' by Eric Andersen · 21 years ago
  15. 46390ed Junio Hamano, junio at twinsun dot com writes: by Eric Andersen · 21 years ago
  16. c11a6a8 Patch from Thomas Winkler: by Eric Andersen · 21 years ago
  17. 11e5516 Patch from Thomas Winkler showing the the system time for each process by Eric Andersen · 21 years ago
  18. 90fb65f Patch from Thomas Winkler -- vi -R did not work by Eric Andersen · 21 years ago
  19. bbbbcfe Sigh. what a mess. by Eric Andersen · 21 years ago
  20. 0a92f35 As waldi noticed, checks for the size of an off_t and casting by Eric Andersen · 21 years ago
  21. 259cf97 Go ahead and kill off the FDISK_SUPPORT_LARGE_DISKS option, by Eric Andersen · 21 years ago
  22. 1236631 The fdisk llseek junk was redundant, since both uClibc and glibc by Eric Andersen · 21 years ago
  23. 75eb90f As noted by Martin Schwenke, the example for find was wrong by Eric Andersen · 21 years ago
  24. 38748fd Yet more doc cleanups by Eric Andersen · 21 years ago
  25. 8ee2b27 Add missing include files by Eric Andersen · 21 years ago
  26. ea9bcda passwd and sulogin also need libcrypt, via libbb/pw_encrypt() by Eric Andersen · 21 years ago
  27. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  28. edd580a Vladimir N. Oleynik (vodz) writes: by Eric Andersen · 21 years ago
  29. fbcf06d Update docs by Eric Andersen · 21 years ago
  30. 97310d0 Brian Pomerantz writes: by Eric Andersen · 21 years ago
  31. 6bb8087 Some corrections from vodz: by Robert Griebl · 21 years ago
  32. c8685ea The utc variable was not modified according to the -u/-l command line by Robert Griebl · 21 years ago
  33. bfb5157 Tito noticed a printf that should have been a bb_error_msg. by Eric Andersen · 21 years ago
  34. 539fa95 Oops.. got a bit to aggressive with size optimization and global replace. :-( by Manuel Novoa III · 21 years ago
  35. 1daa0c6 As noted in a patch from Kendrick Hamilton, rmmod was only by Eric Andersen · 21 years ago
  36. 9e458f5 Add missing ELFCLASSM for m68k by Eric Andersen · 21 years ago
  37. 16451a0 Only use R_68K_GOTOFF if it is defined by Eric Andersen · 21 years ago
  38. 06d4ec2 Fix broken arg parsing (was not passing pointer to items so p, argc, and argv by Eric Andersen · 21 years ago
  39. 16767e2 Patch from vodz to fix the dynamic vars patch, which I should not by Eric Andersen · 21 years ago
  40. ca65ca7 Oops. Using the wrong variable was a rather stupid thing for me to do. by Eric Andersen · 21 years ago
  41. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  42. 8854004 I redid route. by Manuel Novoa III · 21 years ago
  43. 63a1a7a Update docs for start_stop_daemon to match reality. Update by Eric Andersen · 21 years ago
  44. 55c704c Fix some doc generation problems by Eric Andersen · 21 years ago
  45. ed43806 Hideki IWAMOTO writes: by Eric Andersen · 21 years ago
  46. d20d375 Fix some goofy formatting by Eric Andersen · 21 years ago
  47. 3cac0c7 Add prototypes for safe_strtol and friends by Eric Andersen · 21 years ago
  48. 08f59e3 Fix awk entry, which was not showing up in BusyBox.txt for some reason by Eric Andersen · 21 years ago
  49. ef02f82 Paul Mundt, lethal at linux-sh dot org writes: by Eric Andersen · 21 years ago
  50. b7b3bda Patch from Thomas Frohlich to fix an option ordering bug of mine. by Glenn L McGrath · 21 years ago
  51. c66ebe4 When displaying the size in 1kB blocks round up if an odd number of blocks by Glenn L McGrath · 21 years ago
  52. 44c0e17 Patch by Seth W. Klein, the -l switch was reversed by Glenn L McGrath · 21 years ago
  53. 7d0c519 In spite of the feature freeze, check in a complete rework of route which by Manuel Novoa III · 21 years ago
  54. 2715fa1 Note that /proc must be mounted for filesystem type autodetection by Eric Andersen · 21 years ago
  55. 21d3086 David Anders (prpplague) submitted this patch to allow login to work by Eric Andersen · 21 years ago
  56. 1117c52 Fix broken sort order flags. by Manuel Novoa III · 21 years ago
  57. 948d490 My bug. :-( by Manuel Novoa III · 21 years ago
  58. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  59. c4db083 Patch from Matt Kraai to fix debian bug number 231994. by Glenn L McGrath · 21 years ago
  60. a89bbfb Woops, how did that get in there by Glenn L McGrath · 21 years ago
  61. adab517 Don't build these support functions for uClibc, as it always supplies versions. by Manuel Novoa III · 21 years ago
  62. db6ee81 Patch from John Powers, adds multicast (rfc2090) and timeout (rfc2349) options by Glenn L McGrath · 21 years ago
  63. ec58bce Patch from duane no-name, optionally request additional items by Glenn L McGrath · 21 years ago
  64. 3f79300 Patch by Andrew Victor, by Glenn L McGrath · 21 years ago
  65. 0226596 Fix a typo, patch by Andrew Victor by Glenn L McGrath · 21 years ago
  66. 1bdc5d8 Patch from Tony J. White to allow paths to be configured by Glenn L McGrath · 21 years ago
  67. bd5d84d Patch by Denis Vlasenko to add forground support. by Glenn L McGrath · 21 years ago
  68. fbe984e Fix debugging output, patch by Hideki IWAMOTO by Glenn L McGrath · 21 years ago
  69. c45146c Patch by Felipe Kellermann to fix a compiler compatability problem by Glenn L McGrath · 21 years ago
  70. 3d752f7 Patch from Steven Scholz to fix compiler warnings by Glenn L McGrath · 21 years ago
  71. fca056f New applet, eject, by Peter Willis by Glenn L McGrath · 21 years ago
  72. 95ed8d9 Close bracket in description from Peter Willis's eject applet by Glenn L McGrath · 21 years ago
  73. d2b860f Patch from Vernon Sauder. by Glenn L McGrath · 21 years ago
  74. bbf2ce3 Fix a compile error identiefied by Steven Scholz. by Glenn L McGrath · 21 years ago
  75. e84152e Check file has execute permission for the current user, minor formating by Glenn L McGrath · 21 years ago
  76. d5d5e54 Quick fix for tftp truncation bug by Glenn L McGrath · 21 years ago
  77. d1daf8b Patch from Denis Dowling to fix a ocuple of usage entries by Glenn L McGrath · 21 years ago
  78. 10b7813 Fix option handling, -i or -t must be given, if both ignore the -t. by Glenn L McGrath · 21 years ago
  79. d8746cd Joe.C, joe at numa dot com dot tw writes: by Eric Andersen · 21 years ago
  80. 60be069 Prepare for release by Eric Andersen · 21 years ago
  81. 181f077 bb_full_fd_action was incorrectly returning an error message causing by Glenn L McGrath · 21 years ago
  82. a9d8f9c Bump up version in preparation for -pre8 by Eric Andersen · 21 years ago
  83. 539ffc9 Fernando Silveira writes: by Eric Andersen · 21 years ago
  84. df2c565 Fix from Paul Kortekaas for syslog -C option, size should be in kB. by Glenn L McGrath · 21 years ago
  85. 4bded58 Patch from Dmitry Zakharov, this line was missedfrom the last patch by Glenn L McGrath · 21 years ago
  86. 817565a For the time being, revert the changes for detecting copying by Eric Andersen · 21 years ago
  87. 15a4f1e Patch from Chris Larson (kergoth), to allow multiple directores to be by Glenn L McGrath · 21 years ago
  88. df7d84c Patch from Vodz, cleanup memory usage, send strdup error messages to syslog. by Glenn L McGrath · 21 years ago
  89. 7fc504c Vodz. last_patch_128 by Glenn L McGrath · 21 years ago
  90. 90ed9a0 Patch from James Zhu, telnetd window resizing support. by Glenn L McGrath · 21 years ago
  91. 689e4b9 Use bb_getopt_ulflags, marginal saving, better argument checking. by Glenn L McGrath · 21 years ago
  92. f461e01 Use /var/lib/hwclock for adjtime, its really a state file rather than a by Glenn L McGrath · 21 years ago
  93. fa134cd Patch from Florian Schirmer. compile fix for debug builds by Glenn L McGrath · 21 years ago
  94. d33278d Patch from Hideki IWAMOTO, output debugging messages to stderr by Glenn L McGrath · 21 years ago
  95. 34e1469 remove duplicate header declarations by Glenn L McGrath · 21 years ago
  96. 9079ad0 Fixup braces (patch from Thomas Geulig), run through indent and manually adjust. by Glenn L McGrath · 21 years ago
  97. e7f2b2b Thomas Geulig, remove duplicate header by Glenn L McGrath · 21 years ago
  98. 58fd67f Update usage for ftpget and ftpput by Glenn L McGrath · 21 years ago
  99. c699778 Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting or by Glenn L McGrath · 21 years ago
  100. 6db8c22 Return 1 upon failure by Glenn L McGrath · 21 years ago