| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | dnsd fix; option_mask32 added. dnsd needs more love. | Denis Vlasenko | 2006-10-06 | 1 | -9/+8 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | ifupdown: Debian users contributed improvement to it | Denis Vlasenko | 2006-10-02 | 1 | -23/+27 |
* | ifupdown: make dhcp start/stop scripts user configurable | Denis Vlasenko | 2006-09-28 | 1 | -0/+16 |
* | ifupdown: fix for standalone shell; removed hardcoded PATH | Denis Vlasenko | 2006-09-27 | 1 | -41/+23 |
* | ifupdown: style cleanup, no code changes | Denis Vlasenko | 2006-09-26 | 1 | -266/+260 |
* | ifupdown: getopt_ulflags'ification. | Denis Vlasenko | 2006-09-23 | 1 | -59/+29 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -30/+18 |
* | More removal of "#if 0" content. | "Robert P. J. Day" | 2006-07-01 | 1 | -4/+0 |
* | only enable count_bit functions when actually needed to fix warning reported ... | Mike Frysinger | 2006-06-20 | 1 | -1/+2 |
* | Size reductions, mostly switching things to use libbb functions. | Rob Landley | 2006-05-29 | 1 | -61/+8 |
* | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley | 2006-05-26 | 1 | -5/+5 |
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | 2006-05-07 | 1 | -8/+8 |
* | Remove code for protocols we don't properly support. (Most of this could | Rob Landley | 2006-04-14 | 1 | -38/+1 |
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -1/+1 |
* | Fix from Glenn McGrath. | Rob Landley | 2006-03-22 | 1 | -1/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | Fixup to make warnings from the last patch go away. | Rob Landley | 2006-03-01 | 1 | -5/+5 |
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | 2006-03-01 | 1 | -8/+7 |
* | Cleanup from Glenn McGrath. | Rob Landley | 2006-02-28 | 1 | -46/+18 |
* | Patch from Glenn McGrath to remove code that opens a file but does nothing | Rob Landley | 2006-02-26 | 1 | -12/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -2/+2 |
* | - several functions depend on IPv4 or IPv6 od IPX support. | Bernhard Reutner-Fischer | 2005-12-14 | 1 | -0/+3 |
* | Rob Sullivan sent in some cleanups, which I beat on slightly. | Rob Landley | 2005-10-28 | 1 | -19/+7 |
* | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" | 2005-09-29 | 1 | -1/+1 |
* | - rename llist_add_to.c to llist.c | Bernhard Reutner-Fischer | 2005-09-29 | 1 | -23/+0 |
* | more remove lost exported | "Vladimir N. Oleynik" | 2005-09-22 | 1 | -1/+1 |
* | Do not attempt to free() the application's environment, which is was | Eric Andersen | 2005-04-27 | 1 | -10/+8 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 1 | -2/+2 |
* | Only define a local environ when not using the prototype from unistd.h | Eric Andersen | 2005-04-16 | 1 | -0/+2 |
* | Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ... | Glenn L McGrath | 2004-09-14 | 1 | -3/+3 |
* | use SIGTERM to kill off udhcpd, not SIGKILL | Eric Andersen | 2004-07-30 | 1 | -1/+4 |
* | As noted by Eric Spakman, calling static_down() and then calling | Eric Andersen | 2004-07-30 | 1 | -14/+4 |
* | add missing ;1_00_rc2 | Eric Andersen | 2004-07-26 | 1 | -1/+1 |
* | bother. unrevert my fix. | Eric Andersen | 2004-07-26 | 1 | -1/+2 |
* | Make certain that udhcp shuts down the interface | Eric Andersen | 2004-07-26 | 1 | -2/+1 |
* | oops | Eric Andersen | 2004-07-26 | 1 | -1/+1 |
* | Make certain that udhcp shuts down the interface | Eric Andersen | 2004-07-26 | 1 | -1/+2 |
* | Patch from Manousaridis Angelos to bring dhclient down more elegently | Glenn L McGrath | 2004-07-23 | 1 | -1/+2 |
* | Patch from Mike Snitzer to fix return codes. | Glenn L McGrath | 2004-07-21 | 1 | -13/+29 |
* | Patch from Mike Snitzer, bring down dhclient using its correct pid, fix | Glenn L McGrath | 2004-07-21 | 1 | -2/+2 |
* | Prevent "`bootp_down' was declared implicitly `extern' and later `static'" wa... | Eric Andersen | 2004-07-20 | 1 | -9/+9 |
* | Paul Fox writes: | Eric Andersen | 2004-06-29 | 1 | -2/+2 |
* | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | 2004-04-25 | 1 | -1/+1 |
* | Eric Spakman noticed that ifdown' will attempt to run 'ifconfig' | Eric Andersen | 2004-04-12 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -14/+14 |
* | Manousaridis Angelos writes: | Eric Andersen | 2003-12-19 | 1 | -10/+8 |
* | As vodz just pointed out, I screwup up the call to bb_xasprintf!1_00_pre3 | Eric Andersen | 2003-09-12 | 1 | -2/+2 |