| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cool. Beppu is doing uniq. | Erik Andersen | 2000-01-06 | 2 | -4/+6 |
* | i am busybox of borg. unix will be assimilated. | John Beppu | 2000-01-06 | 6 | -0/+322 |
* | The latest and greatest. init basically works, though needs | Erik Andersen | 2000-01-05 | 9 | -115/+103 |
* | heheh. Forgot the fix. Here it is: | Erik Andersen | 2000-01-05 | 1 | -2/+5 |
* | * Grep -i previously failed on UPPER CASE patterns due to a silly | Erik Andersen | 2000-01-05 | 1 | -0/+2 |
* | Bunches of fixes. Typos, bugs, etc. | Erik Andersen | 2000-01-04 | 20 | -576/+779 |
* | First pass inittab parser written | Erik Andersen | 1999-12-30 | 2 | -0/+150 |
* | * sed now supports addresses (numeric or regexp, with negation) and | Erik Andersen | 1999-12-29 | 7 | -200/+569 |
* | Add the beginings of some regression testing. Add in the recently | Erik Andersen | 1999-12-29 | 9 | -1/+1029 |
* | Fixed mv so it now does the right thing (same method used in cp). Removed | Erik Andersen | 1999-12-29 | 6 | -99/+88 |
* | 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 |