| Commit message (Expand) | Author | Age | Files | Lines |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | Audit bb_common_bufsiz usage, add script which looks for misuse. | Denis Vlasenko | 2007-06-04 | 1 | -4/+5 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | fix option -F mishandling | Denis Vlasenko | 2007-01-26 | 1 | -1/+1 |
* | arping: stop using last gethostbyname2 in the tree | Denis Vlasenko | 2007-01-25 | 1 | -3/+4 |
* | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -1/+0 |
* | vda, we once had a get_chomped_line_from_file or the like. Where is that nowa... | Bernhard Reutner-Fischer | 2007-01-09 | 1 | -17/+15 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | hostname: getopt_ulflags'isation | Denis Vlasenko | 2006-09-22 | 1 | -39/+28 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -9/+2 |
* | Add one-line GPL boilerplate to these source files. | "Robert P. J. Day" | 2006-07-11 | 1 | -12/+2 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -2/+2 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+2 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -6/+6 |
* | Fix for hostname -s, by Stephan Linz | Glenn L McGrath | 2002-11-10 | 1 | -2/+2 |
* | Fix needless difference vs GNU | Eric Andersen | 2002-10-18 | 1 | -2/+2 |
* | Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>: | Eric Andersen | 2001-10-31 | 1 | -56/+58 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -2/+2 |
* | Vladimir's last_patch_15 | Glenn L McGrath | 2001-06-26 | 1 | -3/+4 |
* | These were broken when using dmalloc due to include file ordering | Eric Andersen | 2001-06-23 | 1 | -2/+2 |
* | Add xgethostbyname and herror_msg* functions. | Matt Kraai | 2001-05-16 | 1 | -6/+2 |
* | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | Matt Kraai | 2001-05-16 | 1 | -5/+5 |
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -2/+2 |
* | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen | 2001-03-09 | 1 | -1/+2 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -5/+5 |
* | Fix wget error message and add (and use) chomp library function. | Matt Kraai | 2001-02-01 | 1 | -3/+2 |
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -2/+2 |
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -1/+2 |
* | Remove the warning messages. By consensus, netkit-tiny doesn't | Eric Andersen | 2001-01-24 | 1 | -5/+1 |
* | Fix spelling. s/maintainence/maintenance/ | Eric Andersen | 2001-01-24 | 1 | -2/+2 |
* | Warn about apps that will be going away in release 0.50 | Eric Andersen | 2001-01-22 | 1 | -1/+5 |
* | Use busybox error handling functions wherever possible. | Matt Kraai | 2000-12-22 | 1 | -8/+5 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -2/+2 |
* | Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make | Eric Andersen | 2000-10-12 | 1 | -1/+7 |
* | Consolidate handling of some fopen failures. | Matt Kraai | 2000-09-27 | 1 | -12/+8 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -2/+2 |
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -16/+1 |
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -3/+2 |
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -2/+2 |
* | More libc portability updates, add in the website (which has not been | Erik Andersen | 2000-05-19 | 1 | -2/+1 |
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -4/+7 |
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -93/+100 |
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -1/+1 |
* | Tail now works (costs 6k). Several other updates. | Eric Andersen | 1999-12-09 | 1 | -1/+1 |
* | Latest and greatest | Eric Andersen | 1999-12-08 | 1 | -1/+1 |
* | Stuf | Eric Andersen | 1999-12-08 | 1 | -2/+2 |
* | Stuf | Eric Andersen | 1999-12-08 | 1 | -29/+41 |