platform/upstream/busybox.git
2001-07-25 Eric AndersenNote that m68k is supported
2001-07-25 Eric AndersenCleanup some warnings and a really obvious bug.
2001-07-25 Eric AndersenThis fixes dos2unix and unix2dos so they behave as...
2001-07-24 Glenn L McGrathUpdate my email address and applets
2001-07-24 Glenn L McGrathnote dpkg rewrite
2001-07-23 Matt KraaiAdd support for devfs device names.
2001-07-22 Eric AndersenAn initial modproble implementation. Quite suboptimal...
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-07-19 Eric AndersenSome adjustments, mostly from David McCullough <davidm...
2001-07-19 Matt KraaiThe -P prefix should only be prepended to filenames...
2001-07-19 Matt KraaiNote that wget fix is important.
2001-07-19 Matt KraaiThe directory name should only be prepended if one...
2001-07-19 Matt KraaiAdd a RELEASE_BB_BUFFER macro and use it to fix a memor...
2001-07-19 Glenn L McGrathCleanup (most) memory leaks
2001-07-18 Glenn L McGrathChange read_package_field interface, and rewrite using...
2001-07-18 Glenn L McGrathFix extract_archive so it doesnt mangle filenames,...
2001-07-18 Glenn L McGrathUse the unofficial -C instead of -c to --configure...
2001-07-18 Glenn L McGrathUpdate dpkg usage
2001-07-18 Glenn L McGrathMore feedback to user
2001-07-18 Glenn L McGrathBe more verbose when configureing package, minor changes
2001-07-18 Glenn L McGrathFail silently on failure to read tar header, its unfort...
2001-07-18 Glenn L McGrathUse xfopen to abort on error to prevent segfaulting...
2001-07-17 Eric AndersenCleanup from vodz
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-14 Glenn L McGrathenum entry for unarchive to be used by tar
2001-07-14 Glenn L McGrathAllow the unarchive() extract_list variable to be NULL...
2001-07-14 Glenn L McGrathTolerate fields with no data, e.g. "Depends: "
2001-07-13 Matt KraaiAllow featureless ping to compile, and featureful ping...
2001-07-13 Glenn L McGrathTotal rewrite, uses hash tables for speed and low memor...
2001-07-13 Glenn L McGrathReturn NULL if file doesnt open in deb_extract
2001-07-13 Glenn L McGrathMake sure there is a trailing '\0' when extracting...
2001-07-13 Glenn L McGrathDont setvbuff in here, must be called just after stream...
2001-07-13 Glenn L McGrathCall setvbuf from here isntead of gz_open for compatabi...
2001-07-13 Glenn L McGrathMove setvbuf calls from gz_open() to calling functions...
2001-07-12 Eric AndersenPatch from vodz:
2001-07-12 Matt KraaiAllow assignments in the export and readonly commands.
2001-07-12 Matt KraaiRemove debugging statement.
2001-07-12 Glenn L McGrathQuiet mode, sometimes error messages arent wanted
2001-07-11 Glenn L McGrathAllow unarchive to redirect stdout (tobe used by dpkg...
2001-07-11 Glenn L McGrathFix bug where it wasnt returning the last line of a...
2001-07-11 Glenn L McGrathReverse part of my previous changes
2001-07-11 Glenn L McGrathfree coniditionally, just to make it play nice with...
2001-07-11 Eric AndersenMake the obj's generated from libbb/unarchive.c depend...
2001-07-11 Glenn L McGrathminor dmalloc inspired cleanups
2001-07-11 Glenn L McGrathUnpack the filename not the package name
2001-07-10 Eric AndersenFix a stupid search and replace bug...
2001-07-10 Eric AndersenPatch for md5sum from Aaron Lehmann <aaronl@vitelus...
2001-07-10 Eric AndersenA traceroute applet from vodz. This could probably...
2001-07-10 Eric AndersenCleanup from vodz
2001-07-10 Eric AndersenMake the rev be 0.53pre...
2001-07-10 Matt KraaiRead 20 512-byte blocks at a time (like GNU tar).
2001-07-10 Glenn L McGrathReverse my previous change, still cant compile with...
2001-07-10 Glenn L McGrathWhen compiling unarchive objects link to $(LIBRARIES...
2001-07-10 Matt KraaiUpdate version number to 0.53pre.
2001-07-10 Eric Andersenvodz' latest update to ash.c
2001-07-09 Eric AndersenPatch from vodz to support 'tr a-z A-Z' syntax.
2001-07-09 Eric AndersenFix the spec file so it works on redhat systems. At...
2001-07-07 Eric AndersenMinor working update
2001-07-07 Eric AndersenMove a bit more to the old news section
2001-07-07 Eric AndersenEnable APPLETS_ALWAYS_WIN
2001-07-07 Eric AndersenTypo fix.
2001-07-07 Eric AndersenMove some stuff to the oldnews area
2001-07-07 Eric AndersenUpdate web page... 0_52
2001-07-07 Eric AndersenUpdate changelogs
2001-07-07 Eric AndersenMinor update to include file ordering
2001-07-07 Eric AndersenThis is out of date, and Glenn tells me this can be...
2001-07-07 Eric AndersenThis patch from Fabio Ferrari <fabio.ferrari@digitro...
2001-07-07 Eric AndersenRemove rpmunpack
2001-07-07 Eric AndersenThis is obsolete -- replaced by rpm2cpio
2001-07-07 Eric AndersenAvoid a segfault (detected by Fabio Ferrari
2001-07-07 Eric AndersenFix sh.c so it works with DMALLOC
2001-07-07 Eric AndersenAdd in a shell tagline (per lash/hush behavior) to...
2001-07-07 Eric AndersenSome minor updates. Bump version number in preparation...
2001-07-06 Eric AndersenUpdate the debian packaging stuff
2001-07-06 Eric AndersenForgot this
2001-07-06 Matt KraaiRemove redundant initialization of lfile to reduce...
2001-07-06 Eric AndersenLet people select their shell at compile time.
2001-07-06 Eric Andersenupdate the ignore list
2001-07-06 Eric AndersenFix a stupid bug revealed by multibuild.pl
2001-07-06 Eric AndersenAdd woukaround for missing struct _res in uClibc
2001-07-06 Eric AndersenThis is vodz' latest ash update.
2001-07-05 Matt KraaiRemoved obsolete function, strdup_substr.
2001-07-05 Matt KraaiNote my activities (how immodest of me).
2001-07-05 Eric AndersenFix a stupid thinko, and fix killall to cope with the...
2001-07-05 Eric AndersenBe extra extra careful about what we dereference.
2001-07-05 Eric AndersenImplement suggestion from Adam Slattery, (don't default...
2001-07-05 Matt KraaiFix a thinko (the symptoms of which were reported by
2001-07-05 Eric AndersenA bit of testing today showed that ASH_BBAPPS_AS_BUILTI...
2001-07-05 Glenn L McGrathgunzip, zcat were fixed just after 0.51 was released
2001-07-05 Glenn L McGrathash, hush and msh are new applets to 0.52
2001-07-05 Glenn L McGrathAdded entries for my commits
2001-07-03 Matt KraaiRemove a redundant call to mkdir.
2001-07-02 Eric AndersenCleanups and sinze reduction for the vi applet from...
2001-07-02 Eric AndersenPatch from Aaron Lehmann <aaronl@vitelus.com> to scrub...
2001-07-02 Eric AndersenPer patch from vodz, change a couple of consts to defin...
2001-07-02 Eric AndersenSome updates to ash from vodz. Makes ash smaller....
2001-07-02 Eric AndersenPatch from vodz to fix freeing a static in cmdedit.
2001-06-30 Eric AndersenSimplify a comment
2001-06-30 Eric AndersenGeneralize comment -- no longer ls specific
2001-06-30 Eric AndersenPad the human readable output for 'ls -sh' to 6 chars...
next