aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * sed now supports addresses (numeric or regexp, with negation) andErik Andersen1999-12-297-200/+569
* Add the beginings of some regression testing. Add in the recentlyErik Andersen1999-12-299-1/+1029
* Fixed mv so it now does the right thing (same method used in cp). RemovedErik Andersen1999-12-296-99/+88
* Fixed cp so it works as God intended it to.Erik Andersen1999-12-298-53/+122
* Fixed a bug where tar would not set the user and group on deviceErik Andersen1999-12-283-21/+17
* Added changelogErik Andersen1999-12-271-0/+3
* chown(2) clears S_ISUID and S_ISGID, even when chown isErik Andersen1999-12-272-8/+8
* sort is good to go.John Beppu1999-12-233-46/+53
* implemented numeric sort (sort -g)John Beppu1999-12-232-18/+60
* oops.. qsort(2) misunderstanding on my part.John Beppu1999-12-222-10/+48
* playing w/ $Log$John Beppu1999-12-222-14/+14
* the base is nearly done.John Beppu1999-12-222-42/+144
* added hooks for sortJohn Beppu1999-12-226-4/+52
* work in progress...John Beppu1999-12-222-22/+164
* this is my work in progress.John Beppu1999-12-212-0/+254
* Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com>Erik Andersen1999-12-213-6/+42
* Sync to my local treeErik Andersen1999-12-217-13/+203
* Fix double quoting bug preventing ininit scripts from runningErik Andersen1999-12-212-6/+10
* Add in first draft of insmod. Not yet working (but will Real Soon Now(tm))Erik Andersen1999-12-172-0/+226
* Make head --version do the right thing. Update TODO listErik Andersen1999-12-173-5/+3
* Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen1999-12-1719-21/+71
* Minor fixes to rmmod. First pass at insmod (not yet working).Erik Andersen1999-12-176-2/+10
* Fixed correctness of comment in rmmod.c - MKWMark Whitley1999-12-172-2/+2
* Added an AUTHORS file to acknowledge the folks that haveErik Andersen1999-12-161-0/+40
* Wrote rmmod for busybox.Erik Andersen1999-12-167-2/+156
* killed an elusive bug in du -s.John Beppu1999-12-162-4/+4
* Fix bugs in logger and syslogd. Add fbset.Erik Andersen1999-12-1612-14/+600
* Added lsmodErik Andersen1999-12-157-2/+83
* made note of my recent changesJohn Beppu1999-12-151-0/+4
* fixed an embarrasing segfault (head w/ no argsJohn Beppu1999-12-152-4/+6
* Implemented du -sJohn Beppu1999-12-152-12/+62
* Turn off loadkmap and loadfont. We won't be needing those.Erik Andersen1999-12-153-4/+4
* Added the list of available commands.Eric Andersen1999-12-121-0/+1056
* Fixed spelling of my name. Geez.Eric Andersen1999-12-113-5/+5
* Ok, so this is reallt 0.38...Eric Andersen1999-12-119-85/+381
* Set version to 0.390_39Eric Andersen1999-12-114-6/+6
* Minor updatesEric Andersen1999-12-114-24/+33
* Removed a redundant call du(); Save cpu cycles.John Beppu1999-12-102-4/+4
* damnit.John Beppu1999-12-101-1/+0
* Fixed John's email address again.Eric Andersen1999-12-102-12/+12
* Added poweroff (and adjusted init to use it). Inlined functionEric Andersen1999-12-1016-99/+193
* less TODOJohn Beppu1999-12-102-2/+2
* Implemented head(1).John Beppu1999-12-106-0/+220
* changed tee_usage from being a function to a char[]John Beppu1999-12-102-40/+22
* Fixed bug when dealing with files specifiedJohn Beppu1999-12-102-6/+18
* Make sure the world knows who "beppu" is.Eric Andersen1999-12-101-2/+2
* Fix beppu's email address.Eric Andersen1999-12-104-8/+8
* Fleshed out du_main().John Beppu1999-12-102-12/+76
* less TODOJohn Beppu1999-12-101-1/+0
* Implemented tee(1).John Beppu1999-12-107-1/+304