aboutsummaryrefslogtreecommitdiff
path: root/Changelog
AgeCommit message (Collapse)Author
2001-04-16Several fixes from Sterling Huxley for the vi applet.Eric Andersen
2001-04-10This patch from Laurence Anderson <laurence@zxmail.com> fixesEric Andersen
wget HTTP 1.1 support and addes chunked encoding so bb wget is now fully RFC compliant.
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen
-Erik
2001-04-09update the changelog, prepatory to the 0.51 release. Please reviewEric Andersen
for correctness! -Erik
2001-04-04I said no new features till after the 0.51 release. Well, I lied. This is aEric Andersen
vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive!
2001-04-03A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. NowEric Andersen
you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot.
2001-03-29Add in a new standalone env applet for fixing up app's environmentsEric Andersen
-Erik
2001-03-15Update files and version number prepratory to cutting a release.Eric Andersen
-Erik
2001-03-15Update the changelog, in preparation for making the 0.50 releaseEric Andersen
2001-03-06First pass at trying to retrofit a changelog for 0.50. Please everyoneEric Andersen
look over this and if I forgot something, misattributed your work, or spelled something badly, please let me know. -Erik
2001-02-15Acknowledge Kenneth Chalmers ln fix.Eric Andersen
2001-02-14Commit Vladimir's latest version of stty.c. Nice work.Eric Andersen
-Erik
2001-02-13Apply a patch from Evin Robertson -- new pivot_root applet.Eric Andersen
-Erik
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
a release. Update the website with release details. -Erik
2001-01-05Changelog update/cleanup from larry.Eric Andersen
2001-01-04Included name of Larry Doolittle's build test script. Shameless self-creditingMark Whitley
of a few items.
2001-01-04Update to changelog -- mostly from Larry Doolittle.Eric Andersen
2001-01-02add dpkg-deb commandGlenn L McGrath
2000-12-20Bump the version number to 0.49preEric Andersen
2000-12-13Formatting fixEric Andersen
2000-12-13A few more updatesEric Andersen
2000-12-13Update the version number to 0.48 (no longer pre).Eric Andersen
2000-12-11Fix spelling error s/defaut/default/gEric Andersen
2000-12-10Support for tar -z option for uncompressing onlyGlenn L McGrath
2000-12-08Some updates. Wrong name was on a patch, plus a spelling fix.Eric Andersen
2000-12-08Patch from Gennady Feldman <gfeldman@mail.com> to make syslogd not logEric Andersen
when compiled for remote logging. Not the ideal way to fix it (it should really be a runtime switch), but good enough for now I guess...
2000-12-08Patch from Matt Kraai to make logger log all arguments.Eric Andersen
2000-12-07Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hardEric Andersen
links, and no longer segfault in a certain wierd case.
2000-12-07Add some more changlog stuff suggested by Larry Doolittle.Eric Andersen
2000-12-06Added insmod support for ARM, and lsmod support for older kernels,Eric Andersen
thanks to Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and Nicolas Ferre <nicolas.ferre@alcove.fr>. -Erik
2000-12-04Changelog updateEric Andersen
2000-11-30Patch from Larry Doolittle (with minor touchups from me so everything compilesEric Andersen
and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes.
2000-11-29Update the changelog a bitEric Andersen
2000-11-29Finish commit of rpmunpack and add in scripts for undeb and unrpmEric Andersen
2000-10-30Fix uname problem that was breaking poweroff.Eric Andersen
2000-09-26Log the devps patch updateEric Andersen
2000-09-26Final touchups for the release...Eric Andersen
-Erik
2000-09-25Fix nameEric Andersen
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
-Erik
2000-09-25Gratuitously changed the file "busybox.defs.h" to the moreEric Andersen
sensible and noticable "Config.h". -Erik
2000-09-24Update a few entries for 0.47...Eric Andersen
2000-09-20Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.Eric Andersen
-Erik
2000-09-14Note the syslogd bug fixEric Andersen
2000-09-14Bug fix for wget, and proper attribution of Chip Rosenthal andEric Andersen
Covad Communications for the contribution of wget. -Erik
2000-08-22Note the chmod fix.Eric Andersen
-Erik
2000-08-21Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.Eric Andersen
I added the docs, and made behavior identical to the GNU version. -Erik
2000-08-21lsmod now uses the query_module syscall, rather then /procEric Andersen
-Erik
2000-08-11Add optional ls file sorting, thanks to a patch fromEric Andersen
Sterling Huxley <sterling@europa.com> -Erik
2000-07-31Commit the rewrite of tail by Allen SoardEric Andersen
<esp-software@mail.hypermart.net>. Thanks Allen for you work at getting this into shape, -Erik
2000-07-24chroot can now call the builtin shellPavel Roskin