2008-11-25 |
Denis Vlasenko | ash,hush: add TODO for rare build failure |
blob | commitdiff | raw |
2008-07-16 |
Denis Vlasenko | tee: fix infinite looping on open error (echo asd ... |
blob | commitdiff | raw | diff to current |
2008-07-15 |
Denis Vlasenko | tee: "-" is a name for stdout, handle it that way |
blob | commitdiff | raw | diff to current |
2008-02-16 |
Denis Vlasenko | libbb: introduce bb_signals and bb_signals_recursive, |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-09-27 |
Denis Vlasenko | introduce bb_putchar(). saves ~1800 on uclibc (less... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | don't pass argc in getopt32, it's superfluous |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-20 |
Bernhard Reutner... | - reuse retval for the option handling. |
blob | commitdiff | raw | diff to current |
2006-11-25 |
Denis Vlasenko | tee: fix bug: argv[-1] is a no-no! |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Denis Vlasenko | rename functions to more understandable names |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Denis Vlasenko | remove bb_printf and the like |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Bernhard Reutner... | - pull from busybox_scratch: r15829:15850 |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-07-12 |
"Robert P. J. Day" | Add one-line GPL boilerplate to numerous (but not all... |
blob | commitdiff | raw | diff to current |
2005-10-15 |
"Vladimir N. Oleynik" | common BUFSIZ BSS buffer, small reduce code, data and bss |
blob | commitdiff | raw | diff to current |
2004-05-26 |
Manuel Novoa III | If read were to return with an error, bad things would... |
blob | commitdiff | raw | diff to current |
2004-05-26 |
Eric Andersen | Use STDIN_FILENO rather than '0' |
blob | commitdiff | raw | diff to current |
2004-05-26 |
Eric Andersen | Rob Landley writes: |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2003-10-22 |
Eric Andersen | Disable any buffering to stdout |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Eric Andersen | Major rework of the directory structure and the entire... |
blob | commitdiff | raw | diff to current |
2001-10-05 |
Glenn L McGrath | Use wfopen instead of fopen & error_msg, saves 64 bytes |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Eric Andersen | Fix up copyright msgs. Bump version to 0.49 in prepara... 0_49 |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Matt Kraai | Change calls to error_msg.* and strerror to use perror_... |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-08-28 |
Matt Kraai | Rewritten by mistake. |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
blob | commitdiff | raw | diff to current |
2000-07-14 |
Matt Kraai | Use errorMsg rather than fprintf. |
blob | commitdiff | raw | diff to current |
2000-06-19 |
Eric Andersen | Updates to a number of apps to remove warnings/compile... |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
blob | commitdiff | raw | diff to current |
2000-04-13 |
Erik Andersen | Upates to include copyright 2000 to everything |
blob | commitdiff | raw | diff to current |
2000-03-23 |
Erik Andersen | My latest ramblings. |
blob | commitdiff | raw | diff to current |
2000-03-08 |
John Beppu | + changed a static array (FileList) into a dynamically... |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
blob | commitdiff | raw | diff to current |
2000-02-07 |
Erik Andersen | A few minor updates. ;-) |
blob | commitdiff | raw | diff to current |
1999-12-10 |
Eric Andersen | Added poweroff (and adjusted init to use it). Inlined... |
blob | commitdiff | raw | diff to current |
1999-12-10 |
John Beppu | changed tee_usage from being a function to a char[] |
blob | commitdiff | raw | diff to current |
1999-12-10 |
Eric Andersen | Fix beppu's email address. |
blob | commitdiff | raw | diff to current |
1999-12-10 |
John Beppu | Implemented tee(1). |
blob | commitdiff | raw | diff to current |
|