| 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 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | 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 verbose output; remove commented-out includes. | Denis Vlasenko | 2007-01-11 | 1 | -6/+0 |
* | ipv6-ization efforts continue. Few bugs are found, | Denis Vlasenko | 2007-01-11 | 1 | -20/+10 |
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 1 | -1/+1 |
* | xconnect is non-conforming to "xfunc like libc" rule. Fixing | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 |
* | eject: -T fix | Denis Vlasenko | 2006-10-05 | 1 | -2/+2 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | - No options should set the current system time. | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -4/+4 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -5/+5 |
* | bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefi... | "Vladimir N. Oleynik" | 2005-10-28 | 1 | -4/+3 |
* | Rob Sullivan sent in some cleanups, which I beat on slightly. | Rob Landley | 2005-10-28 | 1 | -48/+15 |
* | Stephane Billiart writes: | Eric Andersen | 2004-01-18 | 1 | -1/+1 |
* | Change interface to bb_lookup_host, dont try and set port inside this | Glenn L McGrath | 2003-12-20 | 1 | -1/+2 |
* | Patch from Fillod Stephane: | Eric Andersen | 2003-12-19 | 1 | -2/+8 |
* | Fix rdate and ftpget/ftpput so they compile with the new xconnect. | Eric Andersen | 2003-11-03 | 1 | -2/+2 |
* | Rework wget, the xconnect interface, and its various clients | Eric Andersen | 2003-10-31 | 1 | -4/+3 |
* | Patch from Steven Scholz, fix some warnings | Glenn L McGrath | 2003-10-09 | 1 | -1/+2 |
* | fix function prototype | Eric Andersen | 2003-09-15 | 1 | -1/+1 |
* | Remove final \n | Eric Andersen | 2003-09-12 | 1 | -1/+1 |
* | Teach rdate to timeout in 10 seconds to avoid blocking forever | Eric Andersen | 2003-09-12 | 1 | -0/+10 |
* | Very minor rdate updates | Eric Andersen | 2003-07-22 | 1 | -1/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -4/+4 |
* | A patch from Bart Visscher <magick@linux-fan.com> to add an | Eric Andersen | 2002-07-03 | 1 | -16/+4 |
* | Use port 37 by default. | Matt Kraai | 2001-10-01 | 1 | -6/+6 |
* | Rework option handling to save space. | Matt Kraai | 2001-07-30 | 1 | -19/+11 |
* | Add xgethostbyname and herror_msg* functions. | Matt Kraai | 2001-05-16 | 1 | -2/+1 |
* | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | 2001-03-21 | 1 | -9/+9 |
* | Size optimization for rdate from Vladimir | Eric Andersen | 2001-03-19 | 1 | -34/+22 |
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -3/+3 |
* | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen | 2001-03-09 | 1 | -0/+2 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -3/+3 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -3/+3 |
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -1/+1 |
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+2 |
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -1/+1 |
* | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | Matt Kraai | 2001-01-18 | 1 | -1/+1 |
* | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai | 2000-12-18 | 1 | -5/+5 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -6/+6 |
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -4/+2 |
* | Silence a warning, | Eric Andersen | 2000-10-26 | 1 | -1/+1 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
* | Fix a potential warning | Eric Andersen | 2000-09-21 | 1 | -1/+1 |
* | Oops. Forgot to commit rdate.c. | Eric Andersen | 2000-08-21 | 1 | -0/+135 |