- fdbac35 Patch from Robert J. Osborne <rj@resourceinternational.com> that fixes by Eric Andersen · 23 years ago
- 842757d Oops. I forgot to commit this part of vodz' patch. by Eric Andersen · 23 years ago
- 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
- 2d91deb Allow multiple shells to be enabled. by Matt Kraai · 23 years ago
- 0034443 Fix behavior of grep -lc to match GNU grep. SuS2 is ambiguous by Eric Andersen · 23 years ago
- af6b40a Silence some silly warnings by Eric Andersen · 23 years ago
- f672c9e Silence a silly warning by Eric Andersen · 23 years ago
- bb9579f Make formatting match GNU ls (we were including a spare ' ') -Erik by Eric Andersen · 23 years ago
- fa1c5aa Fix the let builtin (so we can close bug #1196) and remove the by Eric Andersen · 23 years ago
- 73f6a1b Always write record counts to stderr. by Matt Kraai · 23 years ago
- 221b2ea I just wrote up a simple pidof applet, closing bug #1197 -Erik by Eric Andersen · 23 years ago
- 9a53fea Give credit to Adam Slattery. by Matt Kraai · 23 years ago
- 57c82fe I think this should be the final changelog update... -Erik by Eric Andersen · 23 years ago
- 51038a3 Don't save and restore readonly flag if BB_FEATURE_VI_READONLY isn't enabled. by Matt Kraai · 23 years ago
- 74bcd16 This incorporates Posix math support into ash. The Posix math support by Eric Andersen · 23 years ago
- dc66472 Simplify/clarify the shell dependant bit of Config.h by Eric Andersen · 23 years ago
- c126f8f This depmod script will create a modules.dep file, just like the depmod by Eric Andersen · 23 years ago
- 3555fd0 Fix up the sample inittab entry per what is current. -Erik by Eric Andersen · 23 years ago
- 13cb842 Rework option handling to save space. by Matt Kraai · 23 years ago
- 547e102 Preserve whether or not the line was previously altered when running a by Matt Kraai · 23 years ago
- 7499918 If filename is a '-' then read from stdin to stdout by Glenn L McGrath · 23 years ago
- 14d7ea4 Note my uuencode work by Glenn L McGrath · 23 years ago
- b6071b6 Fix permisions when reading from stdin by Glenn L McGrath · 23 years ago
- eba2605 Fix broken logic when wraping encoded data into rows, also simplifies it a bit by Glenn L McGrath · 23 years ago
- 4e664ac The src buffer size has to be a multiple of 3 (as i noted, but didnt do). by Glenn L McGrath · 23 years ago
- 089deca Rewrite based on wget uuencode function. by Glenn L McGrath · 23 years ago
- 2202383 PArtial Changelog update. I'm still on vacation (I'm at a campground by Eric Andersen · 23 years ago
- 26eeb0c Shorten static package description. by Matt Kraai · 23 years ago
- f9d6aa0 Rename dirname variable to pathname to eliminate namespace conflict. by Matt Kraai · 23 years ago
- 4db3564 char renamed can never be negative on ARM (rp->renamed[i] != EMPTY) by Russ Dill · 23 years ago
- 2835efe Note that m68k is supported by Eric Andersen · 23 years ago
- 1b06419 Cleanup some warnings and a really obvious bug. -Erik by Eric Andersen · 23 years ago
- 655584b This fixes dos2unix and unix2dos so they behave as expected. dos2unix by Eric Andersen · 23 years ago
- 6c7ac21 Update my email address and applets by Glenn L McGrath · 23 years ago
- 096b151 note dpkg rewrite by Glenn L McGrath · 23 years ago
- 439e3df Add support for devfs device names. by Matt Kraai · 23 years ago
- 0139ca9 An initial modproble implementation. Quite suboptimal still, by Eric Andersen · 23 years ago
- 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
- 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
- 0382eb8 The -P prefix should only be prepended to filenames which are not explicitly by Matt Kraai · 23 years ago
- e92895c Note that wget fix is important. by Matt Kraai · 23 years ago
- c8eae66 The directory name should only be prepended if one was specified. by Matt Kraai · 23 years ago
- c1cda4a Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c by Matt Kraai · 23 years ago
- 81108e7 Cleanup (most) memory leaks by Glenn L McGrath · 23 years ago
- c3fbec7 Change read_package_field interface, and rewrite using low level functions by Glenn L McGrath · 23 years ago
- 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
- 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
- b9e4ce9 Update dpkg usage by Glenn L McGrath · 23 years ago
- ed4492a More feedback to user by Glenn L McGrath · 23 years ago
- 7b02415 Be more verbose when configureing package, minor changes by Glenn L McGrath · 23 years ago
- 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
- 4cdc607 Use xfopen to abort on error to prevent segfaulting later. by Glenn L McGrath · 23 years ago
- bc4c030 Cleanup from vodz by Eric Andersen · 23 years ago
- 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
- 51ded05 enum entry for unarchive to be used by tar by Glenn L McGrath · 23 years ago
- a868ec8 Allow the unarchive() extract_list variable to be NULL, meaning extract all by Glenn L McGrath · 23 years ago
- 58a5bd1 Tolerate fields with no data, e.g. "Depends: " by Glenn L McGrath · 23 years ago
- 06ef165 Allow featureless ping to compile, and featureful ping to shrink by Matt Kraai · 23 years ago
- ccd65c9 Total rewrite, uses hash tables for speed and low memory use. by Glenn L McGrath · 23 years ago
- 3d46224 Return NULL if file doesnt open in deb_extract by Glenn L McGrath · 23 years ago
- cfeb08a Make sure there is a trailing '\0' when extracting to buffer. by Glenn L McGrath · 23 years ago
- 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
- 26a0d9a Call setvbuf from here isntead of gz_open for compatability with uclibc by Glenn L McGrath · 23 years ago
- 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
- 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
- f69bfc7 Allow assignments in the export and readonly commands. by Matt Kraai · 23 years ago
- ab6526c Remove debugging statement. by Matt Kraai · 23 years ago
- 3e94f72 Quiet mode, sometimes error messages arent wanted by Glenn L McGrath · 23 years ago
- c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
- 481d19b Fix bug where it wasnt returning the last line of a multiline field by Glenn L McGrath · 23 years ago
- daf0b78 Reverse part of my previous changes by Glenn L McGrath · 23 years ago
- 93febe6 free coniditionally, just to make it play nice with dmalloc which is incompatable with standard free() by Glenn L McGrath · 23 years ago
- c59fa37 Make the obj's generated from libbb/unarchive.c depend on the by Eric Andersen · 23 years ago
- 248c57c minor dmalloc inspired cleanups by Glenn L McGrath · 23 years ago
- 59e50f6 Unpack the filename not the package name by Glenn L McGrath · 23 years ago
- 8c145dc Fix a stupid search and replace bug... by Eric Andersen · 23 years ago
- 5552208 Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slim by Eric Andersen · 23 years ago
- 5c58d28 A traceroute applet from vodz. This could probably be slimmed down, by Eric Andersen · 23 years ago
- 91b8460 Cleanup from vodz by Eric Andersen · 23 years ago
- 2a46634 Make the rev be 0.53pre... by Eric Andersen · 23 years ago
- 5710f9f Read 20 512-byte blocks at a time (like GNU tar). by Matt Kraai · 23 years ago
- 654944f Reverse my previous change, still cant compile with dmalloc by Glenn L McGrath · 23 years ago
- c3d2f12 When compiling unarchive objects link to $(LIBRARIES) incase using dmalloc by Glenn L McGrath · 23 years ago
- 6199fa9 Update version number to 0.53pre. by Matt Kraai · 23 years ago
- 6248355 vodz' latest update to ash.c by Eric Andersen · 23 years ago
- 5a4a46a Patch from vodz to support 'tr a-z A-Z' syntax. by Eric Andersen · 23 years ago
- f52947b Fix the spec file so it works on redhat systems. At least I think by Eric Andersen · 23 years ago
- aa64ba4 Minor working update by Eric Andersen · 23 years ago
- ceece81 Move a bit more to the old news section by Eric Andersen · 23 years ago
- d0e5f86 Enable APPLETS_ALWAYS_WIN by Eric Andersen · 23 years ago
- d0b4d3d Typo fix. by Eric Andersen · 23 years ago
- 7b2dfc6 Move some stuff to the oldnews area by Eric Andersen · 23 years ago
- 40ecf7d Update web page... by Eric Andersen · 23 years ago
- 5c3070b Update changelogs by Eric Andersen · 23 years ago
- 807bda4 Minor update to include file ordering by Eric Andersen · 23 years ago
- 7cd5075 This is out of date, and Glenn tells me this can be safely deleted. by Eric Andersen · 23 years ago
- 48dfc56 This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enables by Eric Andersen · 23 years ago
- d9d7555 Remove rpmunpack by Eric Andersen · 23 years ago
- 9137f2a This is obsolete -- replaced by rpm2cpio by Eric Andersen · 23 years ago
- 5a071bc Avoid a segfault (detected by Fabio Ferrari by Eric Andersen · 23 years ago