summaryrefslogtreecommitdiff
path: root/tee.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+2
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-3/+5
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-2/+2
| | | | -Erik
* My latest ramblings.Erik Andersen2000-03-231-2/+4
| | | | -Erik
* + changed a static array (FileList) into a dynamically allocated oneJohn Beppu2000-03-081-2/+9
| | | | in an attempt to make the .bss section smaller.
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-65/+64
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-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 functionEric Andersen1999-12-101-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 Beppu1999-12-101-20/+11
| | | | that gets used be usage();
* Fix beppu's email address.Eric Andersen1999-12-101-2/+2
| | | | | BTW, John, go to sleep. It is late. :) -Erik
* Implemented tee(1).John Beppu1999-12-101-0/+147