aboutsummaryrefslogtreecommitdiff
path: root/Changelog
AgeCommit message (Collapse)Author
2000-02-18Some updates for the day,Erik Andersen
-Erik
2000-02-14Formatting fixErik Andersen
-Erik
2000-02-11UpdatesErik Andersen
-Erik
2000-02-11fsck_minix.c lost fat.John Beppu
2000-02-10More minor touchups.Erik Andersen
-Erik
2000-02-09Fixed the init problem where it wouldn't unmount filesystemsErik Andersen
on reboot. Also fixed swapoff -a so it works. -Erik
2000-02-07A few minor updates. ;-)Erik Andersen
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
2000-01-27copyFile could call chmod on a symlink, changing the permsErik Andersen
of the pointed to file. Minor fix to tar for directory handling. -Erik
2000-01-27Fixed ls formatting for 8 char user names.Erik Andersen
-Erik
2000-01-26mount and umount could leak loop device allocations causing the system toErik Andersen
quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik
2000-01-25Some busybox updates. See the changelog for details if you care.Erik Andersen
-Erik
2000-01-23* added (and documented) "-n" option for head -Erik Andersen
contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik
2000-01-23 Making note of my changesJohn Beppu
2000-01-23Fix a bug where tar could change perms and ownership of dirs pointedErik Andersen
to by symlink within a tarball. -Erik
2000-01-23Some busybox updates. You no longer _have_ to put a "-" in front of tarErik Andersen
options, logger is better behaved and has a "-t" option now. init now supports the kernel chroot patch, so you can chroot to a new device and umount the old root. -Erik
2000-01-20Tell what I didErik Andersen
-Erik
2000-01-19Bug fix. grep wasn't printing file names they way it was supposed to.Erik Andersen
-Erik
2000-01-16tar creation support is now optional.Erik Andersen
-Erik
2000-01-15Ready for releaseErik Andersen
2000-01-15Sync up busybox with the latest and greatest. This is not stuff forErik Andersen
the Embedix release. -Erik
2000-01-13* Added -o loop option for mount, and support in umount for loopErik Andersen
devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins <bcollins@debian.org> -Erik
2000-01-13Bug fixes.Erik Andersen
-Erik
2000-01-09Fix a logger bug.Erik Andersen
-Erik
2000-01-08Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,Erik Andersen
and README is a file. -Erik
2000-01-07fooErik Andersen
2000-01-07More minor fixes.Erik Andersen
-Erik
2000-01-07making note of my changes.John Beppu
2000-01-05* Grep -i previously failed on UPPER CASE patterns due to a sillyErik Andersen
regexp implementation bug that is now fixed. -Erik
2000-01-04Bunches of fixes. Typos, bugs, etc.Erik Andersen
Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik
1999-12-29* sed now supports addresses (numeric or regexp, with negation) andErik Andersen
has an append command, thanks to Marco Pantaleoni <panta@prosa.it> * Fixed dmesg. It wasn't parsing its options (-n or -s) properly. * Some cosmetic fixes to ls output formatting to make it behave more like GNU ls. -Erik
1999-12-29Add the beginings of some regression testing. Add in the recentlyErik Andersen
contributed loadacm utility (for dealing with unicode fonts) -Erik
1999-12-29Fixed mv so it now does the right thing (same method used in cp). RemovedErik Andersen
some cruft from cp. -Erik
1999-12-28Fixed a bug where tar would not set the user and group on deviceErik Andersen
special files. -Erik
1999-12-27Added changelogErik Andersen
-Erik
1999-12-23 sort is good to go.John Beppu
1999-12-21Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com>Erik Andersen
-Erik
1999-12-17Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen
and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik
1999-12-16Wrote rmmod for busybox.Erik Andersen
-Erik
1999-12-16Fix bugs in logger and syslogd. Add fbset.Erik Andersen
-Erik
1999-12-15Added lsmodErik Andersen
-Erik
1999-12-15 made note of my recent changesJohn Beppu
1999-12-11Fixed spelling of my name. Geez.Eric Andersen
Ah kant evun spel mi nam. -Erik
1999-12-11Ok, so this is reallt 0.38...Eric Andersen
-Erik
1999-12-11Set version to 0.39Eric Andersen
-Erik
1999-12-10Added poweroff (and adjusted init to use it). Inlined functionEric Andersen
calls to code only called once in tee. Made BB_KLOGD and option. -Erik
1999-12-10 less TODOJohn Beppu
1999-12-10Make sure the world knows who "beppu" is.Eric Andersen
-Erik
1999-12-10 Implemented tee(1).John Beppu
1999-12-09minor changelog updateJohn Beppu
1999-12-09* Fixed rebooting from init. I'd left some debugging code inEric Andersen
which blocked reboots. Oops. -Erik