Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix double quoting bug preventing ininit scripts from running | Erik Andersen | 1999-12-21 | 2 | -6/+10 |
| | |||||
* | Add in first draft of insmod. Not yet working (but will Real Soon Now(tm)) | Erik Andersen | 1999-12-17 | 2 | -0/+226 |
| | | | | -Erik | ||||
* | Make head --version do the right thing. Update TODO list | Erik Andersen | 1999-12-17 | 3 | -5/+3 |
| | | | | -Erik | ||||
* | Reworked the source so it will compile and run under glibc 2.0.7 | Erik Andersen | 1999-12-17 | 19 | -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 Andersen | 1999-12-17 | 6 | -2/+10 |
| | | | | -Erik | ||||
* | Fixed correctness of comment in rmmod.c - MKW | Mark Whitley | 1999-12-17 | 2 | -2/+2 |
| | |||||
* | Added an AUTHORS file to acknowledge the folks that have | Erik Andersen | 1999-12-16 | 1 | -0/+40 |
| | | | | | done stuff. -Erik | ||||
* | Wrote rmmod for busybox. | Erik Andersen | 1999-12-16 | 7 | -2/+156 |
| | | | | -Erik | ||||
* | killed an elusive bug in du -s. | John Beppu | 1999-12-16 | 2 | -4/+4 |
| | |||||
* | Fix bugs in logger and syslogd. Add fbset. | Erik Andersen | 1999-12-16 | 12 | -14/+600 |
| | | | | -Erik | ||||
* | Added lsmod | Erik Andersen | 1999-12-15 | 7 | -2/+83 |
| | | | | -Erik | ||||
* | made note of my recent changes | John Beppu | 1999-12-15 | 1 | -0/+4 |
| | |||||
* | fixed an embarrasing segfault (head w/ no args | John Beppu | 1999-12-15 | 2 | -4/+6 |
| | | | | used to die (but now it lives)) | ||||
* | Implemented du -s | John Beppu | 1999-12-15 | 2 | -12/+62 |
| | |||||
* | Turn off loadkmap and loadfont. We won't be needing those. | Erik Andersen | 1999-12-15 | 3 | -4/+4 |
| | | | | -Erik | ||||
* | Added the list of available commands. | Eric Andersen | 1999-12-12 | 1 | -0/+1056 |
| | | | | -Erik | ||||
* | Fixed spelling of my name. Geez. | Eric Andersen | 1999-12-11 | 3 | -5/+5 |
| | | | | | Ah kant evun spel mi nam. -Erik | ||||
* | Ok, so this is reallt 0.38... | Eric Andersen | 1999-12-11 | 9 | -85/+381 |
| | | | | -Erik | ||||
* | Set version to 0.390_39 | Eric Andersen | 1999-12-11 | 4 | -6/+6 |
| | | | | -Erik | ||||
* | Minor updates | Eric Andersen | 1999-12-11 | 4 | -24/+33 |
| | |||||
* | Removed a redundant call du(); Save cpu cycles. | John Beppu | 1999-12-10 | 2 | -4/+4 |
| | |||||
* | damnit. | John Beppu | 1999-12-10 | 1 | -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 Andersen | 1999-12-10 | 2 | -12/+12 |
| | | | | | John. Your email address is "john@lineo.com" not @line.com. :) -Erik | ||||
* | Added poweroff (and adjusted init to use it). Inlined function | Eric Andersen | 1999-12-10 | 16 | -99/+193 |
| | | | | | calls to code only called once in tee. Made BB_KLOGD and option. -Erik | ||||
* | less TODO | John Beppu | 1999-12-10 | 2 | -2/+2 |
| | |||||
* | Implemented head(1). | John Beppu | 1999-12-10 | 6 | -0/+220 |
| | | | | tried to mimic GNU behaviour. | ||||
* | changed tee_usage from being a function to a char[] | John Beppu | 1999-12-10 | 2 | -40/+22 |
| | | | | that gets used be usage(); | ||||
* | Fixed bug when dealing with files specified | John Beppu | 1999-12-10 | 2 | -6/+18 |
| | | | | on the command line that didn't exist. | ||||
* | Make sure the world knows who "beppu" is. | Eric Andersen | 1999-12-10 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Fix beppu's email address. | Eric Andersen | 1999-12-10 | 4 | -8/+8 |
| | | | | | BTW, John, go to sleep. It is late. :) -Erik | ||||
* | Fleshed out du_main(). | John Beppu | 1999-12-10 | 2 | -12/+76 |
| | | | | I'm not sure which options to support. | ||||
* | less TODO | John Beppu | 1999-12-10 | 1 | -1/+0 |
| | |||||
* | Implemented tee(1). | John Beppu | 1999-12-10 | 7 | -1/+304 |
| | |||||
* | minor changelog update | John Beppu | 1999-12-09 | 1 | -0/+2 |
| | |||||
* | Adjustments for Johns init stuff, | Eric Andersen | 1999-12-09 | 5 | -8/+15 |
| | | | | -Erik | ||||
* | findInitPid() has been implemented and it seems to work. | John Beppu | 1999-12-09 | 4 | -11/+39 |
| | | | | reboot has been changed to take advantage of findInitPid(); | ||||
* | du is done | John Beppu | 1999-12-09 | 1 | -1/+0 |
| | |||||
* | Modified to include du | John Beppu | 1999-12-09 | 4 | -0/+8 |
| | |||||
* | This is my preliminary | John Beppu | 1999-12-09 | 2 | -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 in | Eric Andersen | 1999-12-09 | 3 | -4/+2 |
| | | | | | which blocked reboots. Oops. -Erik | ||||
* | Tail now works (costs 6k). Several other updates. | Eric Andersen | 1999-12-09 | 12 | -376/+241 |
| | | | | -Erik | ||||
* | Added an empty line for no reason. | Eric Andersen | 1999-12-09 | 1 | -0/+1 |
| | | | | -Erik | ||||
* | Fixed spelling error | Eric Andersen | 1999-12-09 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | * my_getid was leaking file descriptors, causing 'ls -l' on long | Eric Andersen | 1999-12-09 | 2 | -1/+6 |
| | | | | | directories to fail -Erik | ||||
* | Latest and greatest | Eric Andersen | 1999-12-08 | 20 | -75/+2188 |
| | |||||
* | Stuf | Eric Andersen | 1999-12-08 | 4 | -10/+10 |
| | |||||
* | Fixes | Eric Andersen | 1999-12-08 | 2 | -6/+6 |
| | |||||
* | Stuf | Eric Andersen | 1999-12-08 | 2 | -58/+82 |
| | |||||
* | Stuf | Eric Andersen | 1999-12-07 | 14 | -34/+1029 |
| | |||||
* | Stuf | Eric Andersen | 1999-12-07 | 9 | -57/+126 |
| |