1. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  2. 0382eb8 The -P prefix should only be prepended to filenames which are not explicitly by Matt Kraai · 23 years ago
  3. e92895c Note that wget fix is important. by Matt Kraai · 23 years ago
  4. c8eae66 The directory name should only be prepended if one was specified. by Matt Kraai · 23 years ago
  5. c1cda4a Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c by Matt Kraai · 23 years ago
  6. 81108e7 Cleanup (most) memory leaks by Glenn L McGrath · 23 years ago
  7. c3fbec7 Change read_package_field interface, and rewrite using low level functions by Glenn L McGrath · 23 years ago
  8. 8d3b049 Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" and strip leading "./" on other files by Glenn L McGrath · 23 years ago
  9. 778041f Use the unofficial -C instead of -c to --configure a package, -c conflicts with another dpkg command by Glenn L McGrath · 23 years ago
  10. b9e4ce9 Update dpkg usage by Glenn L McGrath · 23 years ago
  11. ed4492a More feedback to user by Glenn L McGrath · 23 years ago
  12. 7b02415 Be more verbose when configureing package, minor changes by Glenn L McGrath · 23 years ago
  13. 6fc92a5 Fail silently on failure to read tar header, its unfortunate that many tar implementations must be adding unwanted crap to the end of their archives. by Glenn L McGrath · 23 years ago
  14. 4cdc607 Use xfopen to abort on error to prevent segfaulting later. by Glenn L McGrath · 23 years ago
  15. bc4c030 Cleanup from vodz by Eric Andersen · 23 years ago
  16. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
  17. 51ded05 enum entry for unarchive to be used by tar by Glenn L McGrath · 23 years ago
  18. a868ec8 Allow the unarchive() extract_list variable to be NULL, meaning extract all by Glenn L McGrath · 23 years ago
  19. 58a5bd1 Tolerate fields with no data, e.g. "Depends: " by Glenn L McGrath · 23 years ago
  20. 06ef165 Allow featureless ping to compile, and featureful ping to shrink by Matt Kraai · 23 years ago
  21. ccd65c9 Total rewrite, uses hash tables for speed and low memory use. by Glenn L McGrath · 23 years ago
  22. 3d46224 Return NULL if file doesnt open in deb_extract by Glenn L McGrath · 23 years ago
  23. cfeb08a Make sure there is a trailing '\0' when extracting to buffer. by Glenn L McGrath · 23 years ago
  24. 5e66a26 Dont setvbuff in here, must be called just after stream is initialised, glibc tolerates using it later, uclibc doesnt by Glenn L McGrath · 23 years ago
  25. 26a0d9a Call setvbuf from here isntead of gz_open for compatability with uclibc by Glenn L McGrath · 23 years ago
  26. b028e08 Move setvbuf calls from gz_open() to calling functions, setvbuf is only supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt. by Glenn L McGrath · 23 years ago
  27. 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
  28. f69bfc7 Allow assignments in the export and readonly commands. by Matt Kraai · 23 years ago
  29. ab6526c Remove debugging statement. by Matt Kraai · 23 years ago
  30. 3e94f72 Quiet mode, sometimes error messages arent wanted by Glenn L McGrath · 23 years ago
  31. c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
  32. 481d19b Fix bug where it wasnt returning the last line of a multiline field by Glenn L McGrath · 23 years ago
  33. daf0b78 Reverse part of my previous changes by Glenn L McGrath · 23 years ago
  34. 93febe6 free coniditionally, just to make it play nice with dmalloc which is incompatable with standard free() by Glenn L McGrath · 23 years ago
  35. c59fa37 Make the obj's generated from libbb/unarchive.c depend on the by Eric Andersen · 23 years ago
  36. 248c57c minor dmalloc inspired cleanups by Glenn L McGrath · 23 years ago
  37. 59e50f6 Unpack the filename not the package name by Glenn L McGrath · 23 years ago
  38. 8c145dc Fix a stupid search and replace bug... by Eric Andersen · 23 years ago
  39. 5552208 Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slim by Eric Andersen · 23 years ago
  40. 5c58d28 A traceroute applet from vodz. This could probably be slimmed down, by Eric Andersen · 23 years ago
  41. 91b8460 Cleanup from vodz by Eric Andersen · 23 years ago
  42. 2a46634 Make the rev be 0.53pre... by Eric Andersen · 23 years ago
  43. 5710f9f Read 20 512-byte blocks at a time (like GNU tar). by Matt Kraai · 23 years ago
  44. 654944f Reverse my previous change, still cant compile with dmalloc by Glenn L McGrath · 23 years ago
  45. c3d2f12 When compiling unarchive objects link to $(LIBRARIES) incase using dmalloc by Glenn L McGrath · 23 years ago
  46. 6199fa9 Update version number to 0.53pre. by Matt Kraai · 23 years ago
  47. 6248355 vodz' latest update to ash.c by Eric Andersen · 23 years ago
  48. 5a4a46a Patch from vodz to support 'tr a-z A-Z' syntax. by Eric Andersen · 23 years ago
  49. f52947b Fix the spec file so it works on redhat systems. At least I think by Eric Andersen · 23 years ago
  50. aa64ba4 Minor working update by Eric Andersen · 23 years ago
  51. ceece81 Move a bit more to the old news section by Eric Andersen · 23 years ago
  52. d0e5f86 Enable APPLETS_ALWAYS_WIN by Eric Andersen · 23 years ago
  53. d0b4d3d Typo fix. by Eric Andersen · 23 years ago
  54. 7b2dfc6 Move some stuff to the oldnews area by Eric Andersen · 23 years ago
  55. 40ecf7d Update web page... by Eric Andersen · 23 years ago
  56. 5c3070b Update changelogs by Eric Andersen · 23 years ago
  57. 807bda4 Minor update to include file ordering by Eric Andersen · 23 years ago
  58. 7cd5075 This is out of date, and Glenn tells me this can be safely deleted. by Eric Andersen · 23 years ago
  59. 48dfc56 This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enables by Eric Andersen · 23 years ago
  60. d9d7555 Remove rpmunpack by Eric Andersen · 23 years ago
  61. 9137f2a This is obsolete -- replaced by rpm2cpio by Eric Andersen · 23 years ago
  62. 5a071bc Avoid a segfault (detected by Fabio Ferrari by Eric Andersen · 23 years ago
  63. 934c8ec Fix sh.c so it works with DMALLOC by Eric Andersen · 23 years ago
  64. 1c03923 Add in a shell tagline (per lash/hush behavior) to make it easier by Eric Andersen · 23 years ago
  65. b7e6f13 Some minor updates. Bump version number in preparation for release. -Erik by Eric Andersen · 23 years ago
  66. 0279505 Update the debian packaging stuff by Eric Andersen · 23 years ago
  67. d28cb03 Forgot this by Eric Andersen · 23 years ago
  68. c308847 Remove redundant initialization of lfile to reduce executable size by by Matt Kraai · 23 years ago
  69. 00e56ad Let people select their shell at compile time. by Eric Andersen · 23 years ago
  70. 3bbcc95 update the ignore list by Eric Andersen · 23 years ago
  71. d22b78f Fix a stupid bug revealed by multibuild.pl by Eric Andersen · 23 years ago
  72. 77b68e6 Add woukaround for missing struct _res in uClibc by Eric Andersen · 23 years ago
  73. 3102ac4 This is vodz' latest ash update. by Eric Andersen · 23 years ago
  74. 5009f90 Removed obsolete function, strdup_substr. by Matt Kraai · 23 years ago
  75. 44edeff Note my activities (how immodest of me). by Matt Kraai · 23 years ago
  76. 8e75f6d Fix a stupid thinko, and fix killall to cope with the updated by Eric Andersen · 23 years ago
  77. 332394b Be extra extra careful about what we dereference. by Eric Andersen · 23 years ago
  78. d50a619 Implement suggestion from Adam Slattery, (don't default to killing closing bug #1190. by Eric Andersen · 23 years ago
  79. 94f3a57 Fix a thinko (the symptoms of which were reported by by Matt Kraai · 23 years ago
  80. 8df319b A bit of testing today showed that ASH_BBAPPS_AS_BUILTINS was by Eric Andersen · 23 years ago
  81. ed84959 gunzip, zcat were fixed just after 0.51 was released by Glenn L McGrath · 23 years ago
  82. bbac261 ash, hush and msh are new applets to 0.52 by Glenn L McGrath · 23 years ago
  83. 7f3cbdd Added entries for my commits by Glenn L McGrath · 23 years ago
  84. 623cfa9 Remove a redundant call to mkdir. by Matt Kraai · 23 years ago
  85. dd8500b Cleanups and sinze reduction for the vi applet from Aaron Lehmann by Eric Andersen · 23 years ago
  86. 3073dfb Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton of by Eric Andersen · 23 years ago
  87. 22ecf04 Per patch from vodz, change a couple of consts to defines, since by Eric Andersen · 23 years ago
  88. 2870d96 Some updates to ash from vodz. Makes ash smaller. I made a few by Eric Andersen · 23 years ago
  89. 8f69784 Patch from vodz to fix freeing a static in cmdedit. by Eric Andersen · 23 years ago
  90. 10175a4 Simplify a comment by Eric Andersen · 23 years ago
  91. 0159597 Generalize comment -- no longer ls specific by Eric Andersen · 23 years ago
  92. 7e51679 Pad the human readable output for 'ls -sh' to 6 chars, since we will by Eric Andersen · 23 years ago
  93. 8fa1bf7 Fix a silly logic error which caused symlinks to be printed twice, and by Eric Andersen · 23 years ago
  94. 8f01839 Fixed scaling problems involving make_human_readable_str. by Manuel Novoa III · 23 years ago
  95. a77cfbf ls -s was reporting bytes instead of blocks. by Manuel Novoa III · 23 years ago
  96. d877d44 All-integer version (but it does use an unsigned long long) which fixes by Manuel Novoa III · 23 years ago
  97. db15cb7 A really nice patch from Manuel Novoa III for compile time by Eric Andersen · 23 years ago
  98. a2949aa Add some missing includes to kill warnings when building with the default by Manuel Novoa III · 23 years ago
  99. ff9eee4 This is a busybox port of the Minix shell. It is reasonably capable, by Eric Andersen · 23 years ago
  100. 66ca948 Fix a nasty hard to spot bug found by Ralph Siemsen <ralphs@netwinder.org>. by Eric Andersen · 23 years ago