Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-23 | sort is good to go. | John Beppu | |
1999-12-23 | implemented numeric sort (sort -g) | John Beppu | |
1999-12-22 | oops.. qsort(2) misunderstanding on my part. | John Beppu | |
it's ok, now. | |||
1999-12-22 | playing w/ $Log$ | John Beppu | |
1999-12-22 | the base is nearly done. | John Beppu | |
need to implement various comparison functions, now. | |||
1999-12-22 | added hooks for sort | John Beppu | |
1999-12-22 | work in progress... | John Beppu | |
1999-12-21 | this is my work in progress. | John Beppu | |
1999-12-21 | Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com> | Erik Andersen | |
-Erik | |||
1999-12-21 | Sync to my local tree | Erik Andersen | |
1999-12-21 | Fix double quoting bug preventing ininit scripts from running | Erik Andersen | |
1999-12-17 | Add in first draft of insmod. Not yet working (but will Real Soon Now(tm)) | Erik Andersen | |
-Erik | |||
1999-12-17 | Make head --version do the right thing. Update TODO list | Erik Andersen | |
-Erik | |||
1999-12-17 | Reworked the source so it will compile and run under glibc 2.0.7 | Erik Andersen | |
and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik | |||
1999-12-17 | Minor fixes to rmmod. First pass at insmod (not yet working). | Erik Andersen | |
-Erik | |||
1999-12-17 | Fixed correctness of comment in rmmod.c - MKW | Mark Whitley | |
1999-12-16 | Added an AUTHORS file to acknowledge the folks that have | Erik Andersen | |
done stuff. -Erik | |||
1999-12-16 | Wrote rmmod for busybox. | Erik Andersen | |
-Erik | |||
1999-12-16 | killed an elusive bug in du -s. | John Beppu | |
1999-12-16 | Fix bugs in logger and syslogd. Add fbset. | Erik Andersen | |
-Erik | |||
1999-12-15 | Added lsmod | Erik Andersen | |
-Erik | |||
1999-12-15 | made note of my recent changes | John Beppu | |
1999-12-15 | fixed an embarrasing segfault (head w/ no args | John Beppu | |
used to die (but now it lives)) | |||
1999-12-15 | Implemented du -s | John Beppu | |
1999-12-15 | Turn off loadkmap and loadfont. We won't be needing those. | Erik Andersen | |
-Erik | |||
1999-12-12 | Added the list of available commands. | Eric Andersen | |
-Erik | |||
1999-12-11 | Fixed spelling of my name. Geez. | Eric Andersen | |
Ah kant evun spel mi nam. -Erik | |||
1999-12-11 | Ok, so this is reallt 0.38... | Eric Andersen | |
-Erik | |||
1999-12-11 | Set version to 0.39 | Eric Andersen | |
-Erik | |||
1999-12-11 | Minor updates | Eric Andersen | |
1999-12-10 | Removed a redundant call du(); Save cpu cycles. | John Beppu | |
1999-12-10 | damnit. | John Beppu | |
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. | |||
1999-12-10 | Fixed John's email address again. | Eric Andersen | |
John. Your email address is "john@lineo.com" not @line.com. :) -Erik | |||
1999-12-10 | Added poweroff (and adjusted init to use it). Inlined function | Eric Andersen | |
calls to code only called once in tee. Made BB_KLOGD and option. -Erik | |||
1999-12-10 | less TODO | John Beppu | |
1999-12-10 | Implemented head(1). | John Beppu | |
tried to mimic GNU behaviour. | |||
1999-12-10 | changed tee_usage from being a function to a char[] | John Beppu | |
that gets used be usage(); | |||
1999-12-10 | Fixed bug when dealing with files specified | John Beppu | |
on the command line that didn't exist. | |||
1999-12-10 | Make sure the world knows who "beppu" is. | Eric Andersen | |
-Erik | |||
1999-12-10 | Fix beppu's email address. | Eric Andersen | |
BTW, John, go to sleep. It is late. :) -Erik | |||
1999-12-10 | Fleshed out du_main(). | John Beppu | |
I'm not sure which options to support. | |||
1999-12-10 | less TODO | John Beppu | |
1999-12-10 | Implemented tee(1). | John Beppu | |
1999-12-09 | minor changelog update | John Beppu | |
1999-12-09 | Adjustments for Johns init stuff, | Eric Andersen | |
-Erik | |||
1999-12-09 | findInitPid() has been implemented and it seems to work. | John Beppu | |
reboot has been changed to take advantage of findInitPid(); | |||
1999-12-09 | du is done | John Beppu | |
1999-12-09 | Modified to include du | John Beppu | |
1999-12-09 | This is my preliminary | John Beppu | |
du implementation. It was written from scratch (doesn't use recursiveAction). I still need to flesh out du_main(). | |||
1999-12-09 | * Fixed rebooting from init. I'd left some debugging code in | Eric Andersen | |
which blocked reboots. Oops. -Erik |