Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | 2006-07-12 | 1 | -14/+1 |
| | |||||
* | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" | 2005-10-15 | 1 | -5/+1 |
| | |||||
* | If read were to return with an error, bad things would happen. Fix it. | Manuel Novoa III | 2004-05-26 | 1 | -2/+6 |
| | | | | Also, make sure read errors are reflected in the applet exit code. | ||||
* | Use STDIN_FILENO rather than '0' | Eric Andersen | 2004-05-26 | 1 | -1/+1 |
| | |||||
* | Rob Landley writes: | Eric Andersen | 2004-05-26 | 1 | -1/+1 |
| | | | | | | | | Run this test, against both busybox and a non-busybox version of "tee". while true; do i=$[$i+1]; echo "hello $i"; sleep 1; done | ./busybox tee Now run the busybox one again with the following small patch applied: | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | Disable any buffering to stdout | Eric Andersen | 2003-10-22 | 1 | -0/+1 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -33/+82 |
| | |||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -2/+1 |
| | | | | -Erik | ||||
* | Use wfopen instead of fopen & error_msg, saves 64 bytes | Glenn L McGrath | 2001-10-05 | 1 | -2/+1 |
| | |||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -1/+1 |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | ||||
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 1 | -1/+1 |
| | | | | | a release. Update the website with release details. -Erik | ||||
* | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai | 2000-12-18 | 1 | -1/+1 |
| | |||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -1/+1 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Rewritten by mistake. | Matt Kraai | 2000-08-28 | 1 | -88/+32 |
| | |||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -13/+1 |
| | |||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -2/+2 |
| | |||||
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -2/+2 |
| | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | ||||
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -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 everything | Erik Andersen | 2000-04-13 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | My latest ramblings. | Erik Andersen | 2000-03-23 | 1 | -2/+4 |
| | | | | -Erik | ||||
* | + changed a static array (FileList) into a dynamically allocated one | John Beppu | 2000-03-08 | 1 | -2/+9 |
| | | | | in an attempt to make the .bss section smaller. | ||||
* | 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 |