summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Implemented tee(1).John Beppu1999-12-107-1/+304
|
* minor changelog updateJohn Beppu1999-12-091-0/+2
|
* Adjustments for Johns init stuff,Eric Andersen1999-12-095-8/+15
| | | | -Erik
* findInitPid() has been implemented and it seems to work.John Beppu1999-12-094-11/+39
| | | | reboot has been changed to take advantage of findInitPid();
* du is doneJohn Beppu1999-12-091-1/+0
|
* Modified to include duJohn Beppu1999-12-094-0/+8
|
* This is my preliminaryJohn Beppu1999-12-092-0/+166
| | | | | | | | du implementation. It was written from scratch (doesn't use recursiveAction). I still need to flesh out du_main().
* * Fixed rebooting from init. I'd left some debugging code inEric Andersen1999-12-093-4/+2
| | | | | which blocked reboots. Oops. -Erik
* Tail now works (costs 6k). Several other updates.Eric Andersen1999-12-0912-376/+241
| | | | -Erik
* Added an empty line for no reason.Eric Andersen1999-12-091-0/+1
| | | | -Erik
* Fixed spelling errorEric Andersen1999-12-091-1/+1
| | | | -Erik
* * my_getid was leaking file descriptors, causing 'ls -l' on longEric Andersen1999-12-092-1/+6
| | | | | directories to fail -Erik
* Latest and greatestEric Andersen1999-12-0820-75/+2188
|
* StufEric Andersen1999-12-084-10/+10
|
* FixesEric Andersen1999-12-082-6/+6
|
* StufEric Andersen1999-12-082-58/+82
|
* StufEric Andersen1999-12-0714-34/+1029
|
* StufEric Andersen1999-12-079-57/+126
|
* StufEric Andersen1999-12-0512-61/+66
|
* syslogd and klogd work now.Eric Andersen1999-12-053-39/+51
| | | | -Erik
* FixesEric Andersen1999-12-031-1/+3
|
* StufEric Andersen1999-12-0318-58/+426
|
* SqtufEric Andersen1999-11-291-1/+1
|