aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2000-03-04Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen
ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik
2000-02-29Minor makefile and todo updatesErik Andersen
-Erik
2000-02-18Some updates for the day,Erik Andersen
-Erik
2000-02-11UpdatesErik 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-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-15Sync up busybox with the latest and greatest. This is not stuff forErik Andersen
the Embedix release. -Erik
2000-01-13Bug fixes.Erik Andersen
-Erik
2000-01-08Oops. left debug on.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-07More adjustmentsErik Andersen
-Erik
2000-01-07Init is now even more perfect then before.Erik Andersen
-Erik
2000-01-05The latest and greatest. init basically works, though needsErik Andersen
a minor inittab design change to accomodate specifying the device to run each process on. -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-29Fixed mv so it now does the right thing (same method used in cp). RemovedErik Andersen
some cruft from cp. -Erik
1999-12-29Fixed cp so it works as God intended it to.Erik Andersen
-Erik
1999-12-21Sync to my local treeErik Andersen
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-11Set version to 0.39Eric Andersen
-Erik
1999-12-07StufEric Andersen
1999-12-03StufEric Andersen
1999-11-27FixesEric Andersen
1999-11-25StufEric Andersen
1999-11-25StufEric Andersen
1999-11-21StufEric Andersen
1999-11-18StufEric Andersen
1999-11-18Latest and greatestEric Andersen
1999-11-16StufEric Andersen
1999-11-15UpdatesEric Andersen
1999-11-13Fix makefileEric Andersen
1999-11-12Adjust install a bit...Eric Andersen
1999-11-12Latest and greatestEric Andersen
-Erik
1999-11-09LAtest and greatestEric Andersen
1999-11-09StuffEric Andersen
1999-11-06Minor stufEric Andersen
1999-11-01Ha! Got init working.Eric Andersen
-Erik
1999-10-25StufEric Andersen
1999-10-23More stuffEric Andersen
1999-10-22More stuff.Eric Andersen
1999-10-22Fixed version numberEric Andersen
1999-10-20Fixed up copyright notices and suchEric Andersen
1999-10-20Made ps work. Fixed some stuff.Eric Andersen
1999-10-20Fixed chmod and friends.Eric Andersen
1999-10-19More stuffEric Andersen
1999-10-16More stuffEric Andersen
1999-10-14Fixed cp -[aR] and some other stuf.Eric Andersen
1999-10-13More stuffEric Andersen
1999-10-13More fixesEric Andersen
1999-10-08Finally mount works properly. Made debugging work (no more -s ld flagEric Andersen
when debugging is on).