aboutsummaryrefslogtreecommitdiff
path: root/tee.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added poweroff (and adjusted init to use it). Inlined functionandersen1999-12-101-36/+24
| | | | | | | | calls to code only called once in tee. Made BB_KLOGD and option. -Erik git-svn-id: svn://busybox.net/trunk/busybox@199 69ca8d6d-28ef-0310-b511-8ec308f3f277
* changed tee_usage from being a function to a char[]beppu1999-12-101-20/+11
| | | | | | | that gets used be usage(); git-svn-id: svn://busybox.net/trunk/busybox@196 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix beppu's email address.andersen1999-12-101-2/+2
| | | | | | | | BTW, John, go to sleep. It is late. :) -Erik git-svn-id: svn://busybox.net/trunk/busybox@193 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Implemented tee(1).beppu1999-12-101-0/+147
git-svn-id: svn://busybox.net/trunk/busybox@190 69ca8d6d-28ef-0310-b511-8ec308f3f277