aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-22Better way to check for namespace aliasing.Erik Andersen
-Erik
2000-01-20Tell what I didErik Andersen
-Erik
2000-01-20Fix a namespace aliasing problem wereby du and dutmp, orErik Andersen
rm and rmmod symlinks would be created when only du or rm was included. -Erik
2000-01-19foreach (@busybox_command) {John Beppu
put_help_message_in_busybox_pod($_); }
2000-01-19added a little more content.John Beppu
2000-01-19Bug fix. grep wasn't printing file names they way it was supposed to.Erik Andersen
-Erik
2000-01-18fleshed out a bit more... just wanted to put the currentJohn Beppu
changes under version control.
2000-01-18the beginnings of a proper man page for busybox.John Beppu
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-08Possible 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-07fooErik Andersen
2000-01-07Remove some leftover debug noise.Erik Andersen
-Erik
2000-01-07More adjustmentsErik Andersen
-Erik
2000-01-07More minor fixes.Erik Andersen
-Erik
2000-01-07Init is now even more perfect then before.Erik Andersen
-Erik
2000-01-07Trivial type fix.Erik Andersen
-Erik
2000-01-07fooErik Andersen
2000-01-07Init is now _more_ perfect then before.Erik Andersen
-Erik
2000-01-07making note of my changes.John Beppu
2000-01-07added uniq_usage messageJohn Beppu
2000-01-06did tedious stuffJohn Beppu
2000-01-06Add in sample inittab fileErik Andersen
-Erik
2000-01-06inittab is now perfect. The universe will now submit to myErik Andersen
will. muhahahaha!!! Phear! -Erik
2000-01-06Cool. Beppu is doing uniq.Erik Andersen
-Erik
2000-01-06i am busybox of borg. unix will be assimilated.John Beppu
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-05heheh. Forgot the fix. Here it is:Erik Andersen
* Grep -i previously failed on UPPER CASE patterns due to a silly regexp implementation bug that is now fixed. -Erik
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-30First pass inittab parser writtenErik Andersen
-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-29Fixed cp so it works as God intended it to.Erik Andersen
-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-27chown(2) clears S_ISUID and S_ISGID, even when chown isErik Andersen
called as root. Changed ordering of chown and chmod so SGID and SUID file permissions don't get munged. -Erik
1999-12-23 sort is good to go.John Beppu
1999-12-23 implemented numeric sort (sort -g)John Beppu
1999-12-22 oops.. qsort(2) misunderstanding on my part.John Beppu
it's ok, now.
1999-12-22playing w/ $Log$John Beppu
1999-12-22 the base is nearly done.John Beppu
need to implement various comparison functions, now.