Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | First pass inittab parser written | Erik Andersen | 1999-12-30 | 2 | -0/+150 | |
| | | | | -Erik | |||||
* | * sed now supports addresses (numeric or regexp, with negation) and | Erik Andersen | 1999-12-29 | 7 | -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 recently | Erik Andersen | 1999-12-29 | 9 | -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). Removed | Erik Andersen | 1999-12-29 | 6 | -99/+88 | |
| | | | | | some cruft from cp. -Erik | |||||
* | Fixed cp so it works as God intended it to. | Erik Andersen | 1999-12-29 | 8 | -53/+122 | |
| | | | | -Erik | |||||
* | Fixed a bug where tar would not set the user and group on device | Erik Andersen | 1999-12-28 | 3 | -21/+17 | |
| | | | | | special files. -Erik | |||||
* | Added changelog | Erik Andersen | 1999-12-27 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | chown(2) clears S_ISUID and S_ISGID, even when chown is | Erik Andersen | 1999-12-27 | 2 | -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 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 | |
| | | | | it's ok, now. | |||||
* | playing w/ $Log$ | John Beppu | 1999-12-22 | 2 | -14/+14 | |
| | ||||||
* | the base is nearly done. | John Beppu | 1999-12-22 | 2 | -42/+144 | |
| | | | | need to implement various comparison functions, now. | |||||
* | 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 | |
| | | | | -Erik | |||||
* | 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 | |
| | | | | -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 | |
| |