aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tee.c
AgeCommit message (Collapse)Author
2000-03-08+ changed a static array (FileList) into a dynamically allocated oneJohn Beppu
in an attempt to make the .bss section smaller.
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
-Erik
2000-02-07A few minor updates. ;-)Erik Andersen
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
1999-12-10Added poweroff (and adjusted init to use it). Inlined functionEric Andersen
calls to code only called once in tee. Made BB_KLOGD and option. -Erik
1999-12-10 changed tee_usage from being a function to a char[]John Beppu
that gets used be usage();
1999-12-10Fix beppu's email address.Eric Andersen
BTW, John, go to sleep. It is late. :) -Erik
1999-12-10 Implemented tee(1).John Beppu