aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* First pass inittab parser writtenErik Andersen1999-12-302-0/+150
| | | | -Erik
* * sed now supports addresses (numeric or regexp, with negation) andErik Andersen1999-12-297-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
* Add the beginings of some regression testing. Add in the recentlyErik Andersen1999-12-299-1/+1029
| | | | | contributed loadacm utility (for dealing with unicode fonts) -Erik
* Fixed mv so it now does the right thing (same method used in cp). RemovedErik Andersen1999-12-296-99/+88
| | | | | some cruft from cp. -Erik
* Fixed cp so it works as God intended it to.Erik Andersen1999-12-298-53/+122
| | | | -Erik
* Fixed a bug where tar would not set the user and group on deviceErik Andersen1999-12-283-21/+17
| | | | | special files. -Erik
* Added changelogErik Andersen1999-12-271-0/+3
| | | | -Erik
* chown(2) clears S_ISUID and S_ISGID, even when chown isErik Andersen1999-12-272-8/+8
| | | | | | called as root. Changed ordering of chown and chmod so SGID and SUID file permissions don't get munged. -Erik
* 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
| | | | it's ok, now.
* playing w/ $Log$John Beppu1999-12-222-14/+14
|
* the base is nearly done.John Beppu1999-12-222-42/+144
| | | | need to implement various comparison functions, now.
* 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
| | | | -Erik
* 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
| | | | -Erik
* Make head --version do the right thing. Update TODO listErik Andersen1999-12-173-5/+3
| | | | -Erik
* Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen1999-12-1719-21/+71
| | | | | | and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik
* Minor fixes to rmmod. First pass at insmod (not yet working).Erik Andersen1999-12-176-2/+10
| | | | -Erik
* 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
| | | | | done stuff. -Erik
* Wrote rmmod for busybox.Erik Andersen1999-12-167-2/+156
| | | | -Erik
* 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
| | | | -Erik
* Added lsmodErik Andersen1999-12-157-2/+83
| | | | -Erik
* made note of my recent changesJohn Beppu1999-12-151-0/+4
|
* fixed an embarrasing segfault (head w/ no argsJohn Beppu1999-12-152-4/+6
| | | | used to die (but now it lives))
* 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
| | | | -Erik
* Added the list of available commands.Eric Andersen1999-12-121-0/+1056
| | | | -Erik
* Fixed spelling of my name. Geez.Eric Andersen1999-12-113-5/+5
| | | | | Ah kant evun spel mi nam. -Erik
* Ok, so this is reallt 0.38...Eric Andersen1999-12-119-85/+381
| | | | -Erik
* Set version to 0.390_39Eric Andersen1999-12-114-6/+6
| | | | -Erik
* 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
| | | | | | | | removed mkfifo from the TODO list. I didn't implement it, because I realized (too late) that mknod already existed, and it can do anything that mkfifo would have done.
* Fixed John's email address again.Eric Andersen1999-12-102-12/+12
| | | | | John. Your email address is "john@lineo.com" not @line.com. :) -Erik
* Added poweroff (and adjusted init to use it). Inlined functionEric Andersen1999-12-1016-99/+193
| | | | | calls to code only called once in tee. Made BB_KLOGD and option. -Erik
* less TODOJohn Beppu1999-12-102-2/+2
|
* Implemented head(1).John Beppu1999-12-106-0/+220
| | | | tried to mimic GNU behaviour.
* changed tee_usage from being a function to a char[]John Beppu1999-12-102-40/+22
| | | | that gets used be usage();
* Fixed bug when dealing with files specifiedJohn Beppu1999-12-102-6/+18
| | | | on the command line that didn't exist.
* Make sure the world knows who "beppu" is.Eric Andersen1999-12-101-2/+2
| | | | -Erik
* Fix beppu's email address.Eric Andersen1999-12-104-8/+8
| | | | | BTW, John, go to sleep. It is late. :) -Erik
* Fleshed out du_main().John Beppu1999-12-102-12/+76
| | | | I'm not sure which options to support.
* less TODOJohn Beppu1999-12-101-1/+0
|