aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-01-06Cool. Beppu is doing uniq.Erik Andersen
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
2000-01-05heheh. Forgot the fix. Here it is:Erik Andersen
2000-01-05* Grep -i previously failed on UPPER CASE patterns due to a sillyErik Andersen
2000-01-04Bunches of fixes. Typos, bugs, etc.Erik Andersen
1999-12-30First pass inittab parser writtenErik Andersen
1999-12-29* sed now supports addresses (numeric or regexp, with negation) andErik Andersen
1999-12-29Add the beginings of some regression testing. Add in the recentlyErik Andersen
1999-12-29Fixed mv so it now does the right thing (same method used in cp). RemovedErik Andersen
1999-12-29Fixed cp so it works as God intended it to.Erik Andersen
1999-12-28Fixed a bug where tar would not set the user and group on deviceErik Andersen
1999-12-27Added changelogErik Andersen
1999-12-27chown(2) clears S_ISUID and S_ISGID, even when chown isErik Andersen
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
1999-12-22playing w/ $Log$John Beppu
1999-12-22 the base is nearly done.John Beppu
1999-12-22 added hooks for sortJohn Beppu
1999-12-22 work in progress...John Beppu
1999-12-21 this is my work in progress.John Beppu
1999-12-21Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com>Erik Andersen
1999-12-21Sync to my local treeErik Andersen
1999-12-21Fix double quoting bug preventing ininit scripts from runningErik Andersen
1999-12-17Add in first draft of insmod. Not yet working (but will Real Soon Now(tm))Erik Andersen
1999-12-17Make head --version do the right thing. Update TODO listErik Andersen
1999-12-17Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen
1999-12-17Minor fixes to rmmod. First pass at insmod (not yet working).Erik Andersen
1999-12-17Fixed correctness of comment in rmmod.c - MKWMark Whitley
1999-12-16Added an AUTHORS file to acknowledge the folks that haveErik Andersen
1999-12-16Wrote rmmod for busybox.Erik Andersen
1999-12-16 killed an elusive bug in du -s.John Beppu
1999-12-16Fix bugs in logger and syslogd. Add fbset.Erik Andersen
1999-12-15Added lsmodErik Andersen
1999-12-15 made note of my recent changesJohn Beppu
1999-12-15 fixed an embarrasing segfault (head w/ no argsJohn Beppu
1999-12-15 Implemented du -sJohn Beppu
1999-12-15Turn off loadkmap and loadfont. We won't be needing those.Erik Andersen
1999-12-12Added the list of available commands.Eric Andersen
1999-12-11Fixed spelling of my name. Geez.Eric Andersen
1999-12-11Ok, so this is reallt 0.38...Eric Andersen
1999-12-11Set version to 0.39Eric Andersen
1999-12-11Minor updatesEric Andersen
1999-12-10 Removed a redundant call du(); Save cpu cycles.John Beppu
1999-12-10 damnit.John Beppu
1999-12-10Fixed John's email address again.Eric Andersen
1999-12-10Added poweroff (and adjusted init to use it). Inlined functionEric Andersen
1999-12-10 less TODOJohn Beppu
1999-12-10 Implemented head(1).John Beppu