1. ab26cc3 Avoid symbol naming conflict with libm by Eric Andersen · 21 years ago
  2. ebce2da Support new uClibc stdio core. by Manuel Novoa III · 21 years ago
  3. f88bb72 Apply a couple of optimizations by Eric Andersen · 21 years ago
  4. 242ab83 Teach busybox ps to get the correct uid when displaying stuff by Eric Andersen · 21 years ago
  5. 82364bb New applet, seq. No options, just the basics. by Glenn L McGrath · 21 years ago
  6. 43112b4 Align using spaces to furthurest character and then one tab, now they by Glenn L McGrath · 21 years ago
  7. 13cf662 A few little updates, mostly cosmetic by Eric Andersen · 21 years ago
  8. 63bcf1a Sigh. TRENDware has released source -- only for busybox and udhcp. by Eric Andersen · 21 years ago
  9. f2ec379 Pascal Brisset writes: by Eric Andersen · 21 years ago
  10. 7018385 Be stricter when converting strings to integers. Should fix the problem by Manuel Novoa III · 21 years ago
  11. bbbe21d Fix compile error when tab completion disabled by Glenn L McGrath · 21 years ago
  12. 4766a2d Add the -r option as a synonym of -R by Glenn L McGrath · 21 years ago
  13. 303e989 Add the -h, --dereference option for archive creation. by Glenn L McGrath · 21 years ago
  14. ca43b48 Enable long options, adds 150 bytes. by Glenn L McGrath · 21 years ago
  15. 2d016a3 Correct check for only one of K or S options by Glenn L McGrath · 21 years ago
  16. 654a99b Check valid options were given by Glenn L McGrath · 21 years ago
  17. 711bb92 Dont change ownership unless we created the directory. by Glenn L McGrath · 21 years ago
  18. 578eff5 Remove unneeded conditions and logic, fix bug where ownership didnt by Glenn L McGrath · 21 years ago
  19. 475820c last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debian by Glenn L McGrath · 21 years ago
  20. 8d44178 Check one and only one of start, stop are given. by Glenn L McGrath · 21 years ago
  21. 85c5152 Vodz, last_patch_123, patch have new version getopt_ulflags. by Glenn L McGrath · 21 years ago
  22. a1e4a0e Patch from Atsushi Nemoto, recent MIPS kernel headers by Glenn L McGrath · 21 years ago
  23. ee82906 Patch by Richard Kojedzinszky, when using END at end of lines it was by Glenn L McGrath · 21 years ago
  24. eaf5bc0 Redo getconfigent, save 150 bytes, still small memory leak when by Glenn L McGrath · 21 years ago
  25. 348672d Patch from Tito, reduce size, merge functions that are only used once. by Glenn L McGrath · 21 years ago
  26. 15eb39c Stephane Billiart writes: by Eric Andersen · 21 years ago
  27. 53766c4 Fix up a couple of bugs i introduced in yesterdays cleanup. by Glenn L McGrath · 21 years ago
  28. 65b6d8b Fix a bug where `ls -le` would print the time twice. by Glenn L McGrath · 21 years ago
  29. 792cae5 Use bb_getopt_ulflags, save 200-300 bytes by Glenn L McGrath · 21 years ago
  30. 58a2e0e Patch from Leif Lindholm (slightly modified by me), to fix http by Glenn L McGrath · 21 years ago
  31. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
  32. b03be7f Patch from Arthur Othieno, clarify common options between dpkg and dpkg-deb by Glenn L McGrath · 21 years ago
  33. a277e02 The functions setconfig, enter and bump_nofile were only called once, marge them into the calling by Glenn L McGrath · 21 years ago
  34. ff6ec8a Use 1 line for function name and return value, by Glenn L McGrath · 21 years ago
  35. 3e77b4e Remove some defined statements by Glenn L McGrath · 21 years ago
  36. c3b134f Changed #define names for common features (superficial) by Glenn L McGrath · 21 years ago
  37. 2faf306 Use bb_get_chomped_line_from_file by Glenn L McGrath · 21 years ago
  38. 16f94a6 Minor updates from linux 2.6.1 by Eric Andersen · 21 years ago
  39. 17b4a20 Patch by Tito, reduce size of deallocvt, also make the usage message by Glenn L McGrath · 21 years ago
  40. 6728596 Vodz last_patch_122, Check $PATH at runtime to fix tab completion by Glenn L McGrath · 21 years ago
  41. 6a78631 Patch by Tito, use bb_xgetlarg, reduce size by Glenn L McGrath · 21 years ago
  42. 1cda715 Fix a bug where mount could check the wrong device. st_rdev is the correct by Eric Andersen · 21 years ago
  43. 7c87b67 Patch from Bastian Blank, allow the buildtime to be overriden with a by Glenn L McGrath · 21 years ago
  44. 7662062 Vodz last_patch_121, syncing with dash_0.4.19, reduce code size. by Glenn L McGrath · 21 years ago
  45. dfb6211 Patch by Tito, remove some unneeded variables to save some space. by Glenn L McGrath · 21 years ago
  46. 447bc2d Patch from Matt Kraai to fix debian bug #227081 by Glenn L McGrath · 21 years ago
  47. 716ccb2 whitespace cleanup by Eric Andersen · 21 years ago
  48. 8e2f74f Woody Suwalski writes: by Eric Andersen · 21 years ago
  49. 95f75a3 Patch from Bastian Blank to fix debian bug #226722, test case: by Glenn L McGrath · 21 years ago
  50. 1f28b90 Use bb_getopt_ulflags, save 100 bytes and strict argument checking. by Glenn L McGrath · 21 years ago
  51. 9d65ab2 Woody Suwalski writes: by Eric Andersen · 21 years ago
  52. 66e21fd Fix broken #else by Eric Andersen · 21 years ago
  53. ab77806 Use bb_getopt_ulflags, save 150 bytes. by Glenn L McGrath · 21 years ago
  54. 6cb3bc0 Use bb_getopt_ulflags, simplify some logic, saves some bytes. by Glenn L McGrath · 21 years ago
  55. 08ca752 Fix usage with libraries, skip symbol table. by Glenn L McGrath · 21 years ago
  56. 930453b Use bb_getopt_ulflags, saves some space, better argument checking. by Glenn L McGrath · 21 years ago
  57. 40ec4ae by Rob Landley · 21 years ago
  58. 3b25185 Declare dependencies of command line editing in the build system by Glenn L McGrath · 21 years ago
  59. ffa28d1 fixes from Selwyn Tang by Eric Andersen · 21 years ago
  60. 8f3eb1d Add some details on exactly how to comply with the GPL -Erik by Eric Andersen · 21 years ago
  61. a43facc Sync to waldi's subversion archive by Glenn L McGrath · 21 years ago
  62. 5c9f0d0 Fix debian bug #215612, insmod should be silent on request by Glenn L McGrath · 21 years ago
  63. cfc0ad4 Batch from Bastian Blank to fix debian bug #216435; by Glenn L McGrath · 21 years ago
  64. 7f48a95 Update example slightly by Eric Andersen · 21 years ago
  65. 7b253f8 ws, show date setting format by Tim Riker · 21 years ago
  66. f980bd5 Fix a bug of mine, identified by Stephane Billiart by Glenn L McGrath · 21 years ago
  67. 6caa073 it should work even if you don't assign a pidfile by Russ Dill · 21 years ago
  68. ce91c8a Isolate code better for unused options, config option to enable long by Glenn L McGrath · 21 years ago
  69. ab82154 Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested. by Glenn L McGrath · 21 years ago
  70. 3b1a744 re-indent by Eric Andersen · 21 years ago
  71. d242e49 fix a long standing underallocation bug by Russ Dill · 21 years ago
  72. a899263 move debugging to safe place (before vfork) by Russ Dill · 21 years ago
  73. b905028 Patch from Ned Ludd, solar at gentoo dot org: by Eric Andersen · 21 years ago
  74. 5089534 match changes made to cmdedit by Eric Andersen · 21 years ago
  75. d10f36f Match changes made to cmdedit by Eric Andersen · 21 years ago
  76. 3a5ed56 fix broken formatting by Eric Andersen · 21 years ago
  77. 9cccc18 don't mess up errno by Eric Andersen · 21 years ago
  78. 27bb790 Cmdedit update from Vladimir N. Oleynik (vodz) by Eric Andersen · 21 years ago
  79. a6beeb6 Show the news by default by Eric Andersen · 21 years ago
  80. f0da28c Prepare for release by Eric Andersen · 21 years ago 1_00_pre5
  81. 52a3c27 Patch from Matt Kraai: by Eric Andersen · 21 years ago
  82. b89fcd4 Fix compile error, the indenting really needs to be fixed here by Glenn L McGrath · 21 years ago
  83. 334dc65 Fix a bug of mine where extracting files to stdout would extract to by Glenn L McGrath · 21 years ago
  84. a120c32 Bump version by Eric Andersen · 21 years ago
  85. 67ff3a1 Don't hose up perms for files that happen to have symlinks by Eric Andersen · 21 years ago
  86. 0933a92 bother. It seems I can't read. by Eric Andersen · 21 years ago
  87. f295b5a doh! by Eric Andersen · 21 years ago
  88. 8f3bc4c New applet, rx, by Christopher Hoover by Glenn L McGrath · 21 years ago
  89. a8d82fe Try to accomodate systems that do not define PAGE_SHIFT by Eric Andersen · 21 years ago
  90. b868f55 Eradicate all references to loadacm by Eric Andersen · 21 years ago
  91. 08573e0 Kill off the loadacm applet. It is unused, unmaintained by Eric Andersen · 21 years ago
  92. 02e0355 Use bb_xopen by Glenn L McGrath · 21 years ago
  93. 236e93d Allow recieving file to stdout, sending files from stdin, use the '-' by Glenn L McGrath · 21 years ago
  94. f62ea20 Use low level file descriptors to match bb_copyfd_eof by Glenn L McGrath · 21 years ago
  95. 266c1f5 display the port number number correctly, other minor optimisations by Glenn L McGrath · 21 years ago
  96. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
  97. 03d8091 Patch from Woody Suwalski: by Eric Andersen · 21 years ago
  98. 514aeab Use getopt_ulflags by Glenn L McGrath · 21 years ago
  99. 28c111e Allow escaped 8 bit characters in bb_opt_complementaly by Glenn L McGrath · 21 years ago
  100. d4a5e25 Patch from Fillod Stephane: by Eric Andersen · 21 years ago