Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -65/+64 |
| | | | | -Erik | ||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -1/+1 |
| | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | ||||
* | Added poweroff (and adjusted init to use it). Inlined function | Eric Andersen | 1999-12-10 | 1 | -36/+24 |
| | | | | | calls to code only called once in tee. Made BB_KLOGD and option. -Erik | ||||
* | changed tee_usage from being a function to a char[] | John Beppu | 1999-12-10 | 1 | -20/+11 |
| | | | | that gets used be usage(); | ||||
* | Fix beppu's email address. | Eric Andersen | 1999-12-10 | 1 | -2/+2 |
| | | | | | BTW, John, go to sleep. It is late. :) -Erik | ||||
* | Implemented tee(1). | John Beppu | 1999-12-10 | 1 | -0/+147 |