| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 1 | -7/+7 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | fix up annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -1/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
* | eliminate mixed declaration, to support older compilers a little longer. | Paul Fox | 2005-11-28 | 1 | -2/+1 |
* | Rob Sullivan sent in some cleanups, which I beat on slightly. | Rob Landley | 2005-10-28 | 1 | -31/+5 |
* | applying fix for: | Paul Fox | 2005-07-20 | 1 | -6/+8 |
* | Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ... | Glenn L McGrath | 2004-09-14 | 1 | -2/+2 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -27/+27 |
* | Fernando Silveira writes: | Eric Andersen | 2004-02-22 | 1 | -0/+85 |
* | Modify bb_lookup_port to allow the protocol to be specified, allowing | Glenn L McGrath | 2004-01-17 | 1 | -1/+1 |
* | Change interface to bb_lookup_host, dont try and set port inside this | Glenn L McGrath | 2003-12-20 | 1 | -6/+4 |
* | Rework wget, the xconnect interface, and its various clients | Eric Andersen | 2003-10-31 | 1 | -1/+3 |
* | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | Eric Andersen | 2003-09-15 | 1 | -9/+1 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -1/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -1/+1 |
* | remove duplicate definition of G | Aaron Lehmann | 2002-08-23 | 1 | -2/+0 |
* | Fixup warnings and undefined operations that show up in gcc-3.1 | Eric Andersen | 2002-07-11 | 1 | -0/+1 |
* | A patch from Bart Visscher <magick@linux-fan.com> to add an | Eric Andersen | 2002-07-03 | 1 | -89/+7 |
* | Email addr fix | Eric Andersen | 2002-06-06 | 1 | -2/+1 |
* | Fix bugs | Eric Andersen | 2002-04-26 | 1 | -4/+4 |
* | Minor formatting | Eric Andersen | 2002-04-26 | 1 | -1/+2 |
* | add missing void, still has issues though | Tim Riker | 2002-04-26 | 1 | -1/+1 |
* | Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>: | Eric Andersen | 2002-04-26 | 1 | -11/+77 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | 2001-12-20 | 1 | -1/+1 |
* | Latest patch from vodz: | Eric Andersen | 2001-11-10 | 1 | -20/+18 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -6/+6 |
* | Vladimir's last_patch_15 | Glenn L McGrath | 2001-06-26 | 1 | -25/+21 |
* | Add xgethostbyname and herror_msg* functions. | Matt Kraai | 2001-05-16 | 1 | -7/+4 |
* | Patch from Jim McQuillan to pass the terminal type to the remote host. | Eric Andersen | 2001-05-07 | 1 | -1/+53 |
* | Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> | Eric Andersen | 2001-03-19 | 1 | -2/+2 |
* | Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, where | Eric Andersen | 2001-03-17 | 1 | -1/+1 |
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -1/+1 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -1/+1 |
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -2/+2 |
* | Remove the warning messages. By consensus, netkit-tiny doesn't | Eric Andersen | 2001-01-24 | 1 | -5/+0 |
* | Fix spelling. s/maintainence/maintenance/ | Eric Andersen | 2001-01-24 | 1 | -1/+1 |
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -13/+15 |
* | Warn about apps that will be going away in release 0.50 | Eric Andersen | 2001-01-22 | 1 | -0/+4 |
* | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | Matt Kraai | 2001-01-18 | 1 | -2/+2 |
* | 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 | -3/+3 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
* | Fix spelling error | Eric Andersen | 2000-08-31 | 1 | -1/+1 |
* | Fixed to pass -Wundef | Pavel Roskin | 2000-07-28 | 1 | -1/+1 |
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -8/+0 |
* | Integrate Tomi Ollila's telnet. Costs 3k. :) | Eric Andersen | 2000-06-14 | 1 | -430/+596 |
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -2/+7 |
* | Some accrued fixes/updates. | Erik Andersen | 2000-05-01 | 1 | -11/+10 |