| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed cp so it works as God intended it to. | Erik Andersen | 1999-12-29 | 8 | -53/+122 |
* | Fixed a bug where tar would not set the user and group on device | Erik Andersen | 1999-12-28 | 3 | -21/+17 |
* | Added changelog | Erik Andersen | 1999-12-27 | 1 | -0/+3 |
* | chown(2) clears S_ISUID and S_ISGID, even when chown is | Erik Andersen | 1999-12-27 | 2 | -8/+8 |
* | sort is good to go. | John Beppu | 1999-12-23 | 3 | -46/+53 |
* | implemented numeric sort (sort -g) | John Beppu | 1999-12-23 | 2 | -18/+60 |
* | oops.. qsort(2) misunderstanding on my part. | John Beppu | 1999-12-22 | 2 | -10/+48 |
* | playing w/ $Log$ | John Beppu | 1999-12-22 | 2 | -14/+14 |
* | the base is nearly done. | John Beppu | 1999-12-22 | 2 | -42/+144 |
* | added hooks for sort | John Beppu | 1999-12-22 | 6 | -4/+52 |
* | work in progress... | John Beppu | 1999-12-22 | 2 | -22/+164 |
* | this is my work in progress. | John Beppu | 1999-12-21 | 2 | -0/+254 |
* | Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com> | Erik Andersen | 1999-12-21 | 3 | -6/+42 |
* | Sync to my local tree | Erik Andersen | 1999-12-21 | 7 | -13/+203 |
* | 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 |
* | Make head --version do the right thing. Update TODO list | Erik Andersen | 1999-12-17 | 3 | -5/+3 |
* | Reworked the source so it will compile and run under glibc 2.0.7 | Erik Andersen | 1999-12-17 | 19 | -21/+71 |
* | Minor fixes to rmmod. First pass at insmod (not yet working). | Erik Andersen | 1999-12-17 | 6 | -2/+10 |
* | 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 |
* | Wrote rmmod for busybox. | Erik Andersen | 1999-12-16 | 7 | -2/+156 |
* | 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 |
* | Added lsmod | Erik Andersen | 1999-12-15 | 7 | -2/+83 |
* | 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 |
* | 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 |
* | Added the list of available commands. | Eric Andersen | 1999-12-12 | 1 | -0/+1056 |
* | Fixed spelling of my name. Geez. | Eric Andersen | 1999-12-11 | 3 | -5/+5 |
* | Ok, so this is reallt 0.38... | Eric Andersen | 1999-12-11 | 9 | -85/+381 |
* | Set version to 0.390_39 | Eric Andersen | 1999-12-11 | 4 | -6/+6 |
* | 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 |
* | Fixed John's email address again. | Eric Andersen | 1999-12-10 | 2 | -12/+12 |
* | Added poweroff (and adjusted init to use it). Inlined function | Eric Andersen | 1999-12-10 | 16 | -99/+193 |
* | less TODO | John Beppu | 1999-12-10 | 2 | -2/+2 |
* | Implemented head(1). | John Beppu | 1999-12-10 | 6 | -0/+220 |
* | changed tee_usage from being a function to a char[] | John Beppu | 1999-12-10 | 2 | -40/+22 |
* | Fixed bug when dealing with files specified | John Beppu | 1999-12-10 | 2 | -6/+18 |
* | Make sure the world knows who "beppu" is. | Eric Andersen | 1999-12-10 | 1 | -2/+2 |
* | Fix beppu's email address. | Eric Andersen | 1999-12-10 | 4 | -8/+8 |
* | Fleshed out du_main(). | John Beppu | 1999-12-10 | 2 | -12/+76 |
* | 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 |
* | findInitPid() has been implemented and it seems to work. | John Beppu | 1999-12-09 | 4 | -11/+39 |