summaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-01-15Sync up busybox with the latest and greatest. This is not stuff forErik Andersen25-93/+907
the Embedix release. -Erik
2000-01-13* Added -o loop option for mount, and support in umount for loopErik Andersen6-44/+392
devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins <bcollins@debian.org> -Erik
2000-01-13Bug fixes.Erik Andersen19-145/+166
-Erik
2000-01-09Fix a logger bug.Erik Andersen3-2/+5
-Erik
2000-01-08Possible fixes...Erik Andersen2-34/+68
-Erik
2000-01-08Oops. left debug on.Erik Andersen1-1/+1
-Erik
2000-01-08Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,Erik Andersen6-5/+32
and README is a file. -Erik
2000-01-07foo0_40Erik Andersen1-3/+3
2000-01-07Remove some leftover debug noise.Erik Andersen2-2/+0
-Erik
2000-01-07More adjustmentsErik Andersen2-1/+1
-Erik
2000-01-07More minor fixes.Erik Andersen6-33/+39
-Erik
2000-01-07Init is now even more perfect then before.Erik Andersen7-81/+74
-Erik
2000-01-07Trivial type fix.Erik Andersen2-4/+2
-Erik
2000-01-07fooErik Andersen1-0/+2
2000-01-07Init is now _more_ perfect then before.Erik Andersen2-74/+120
-Erik
2000-01-07making note of my changes.John Beppu2-1/+1
2000-01-07added uniq_usage messageJohn Beppu2-4/+18
2000-01-06did tedious stuffJohn Beppu2-30/+92
2000-01-06Add in sample inittab fileErik Andersen2-0/+150
-Erik
2000-01-06inittab is now perfect. The universe will now submit to myErik Andersen3-41/+116
will. muhahahaha!!! Phear! -Erik
2000-01-06Cool. Beppu is doing uniq.Erik Andersen2-4/+6
-Erik
2000-01-06i am busybox of borg. unix will be assimilated.John Beppu6-0/+322
2000-01-05The latest and greatest. init basically works, though needsErik Andersen9-115/+103
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 Andersen1-2/+5
* 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 Andersen1-0/+2
regexp implementation bug that is now fixed. -Erik
2000-01-04Bunches of fixes. Typos, bugs, etc.Erik Andersen20-576/+779
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 Andersen2-0/+150
-Erik
1999-12-29* sed now supports addresses (numeric or regexp, with negation) andErik Andersen7-200/+569
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 Andersen9-1/+1029
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 Andersen6-99/+88
some cruft from cp. -Erik
1999-12-29Fixed cp so it works as God intended it to.Erik Andersen8-53/+122
-Erik
1999-12-28Fixed a bug where tar would not set the user and group on deviceErik Andersen3-21/+17
special files. -Erik
1999-12-27Added changelogErik Andersen1-0/+3
-Erik
1999-12-27chown(2) clears S_ISUID and S_ISGID, even when chown isErik Andersen2-8/+8
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 Beppu3-46/+53
1999-12-23 implemented numeric sort (sort -g)John Beppu2-18/+60
1999-12-22 oops.. qsort(2) misunderstanding on my part.John Beppu2-10/+48
it's ok, now.
1999-12-22playing w/ $Log$John Beppu2-14/+14
1999-12-22 the base is nearly done.John Beppu2-42/+144
need to implement various comparison functions, now.
1999-12-22 added hooks for sortJohn Beppu6-4/+52
1999-12-22 work in progress...John Beppu2-22/+164
1999-12-21 this is my work in progress.John Beppu2-0/+254
1999-12-21Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com>Erik Andersen3-6/+42
-Erik
1999-12-21Sync to my local treeErik Andersen7-13/+203
1999-12-21Fix double quoting bug preventing ininit scripts from runningErik Andersen2-6/+10
1999-12-17Add in first draft of insmod. Not yet working (but will Real Soon Now(tm))Erik Andersen2-0/+226
-Erik
1999-12-17Make head --version do the right thing. Update TODO listErik Andersen3-5/+3
-Erik
1999-12-17Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen19-21/+71
and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik
1999-12-17Minor fixes to rmmod. First pass at insmod (not yet working).Erik Andersen6-2/+10
-Erik
1999-12-17Fixed correctness of comment in rmmod.c - MKWMark Whitley2-2/+2