| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 | Denis Vlasenko | 2007-10-07 | 1 | -2/+2 |
* | move udhcp_{client/server}_config to common_bufsiz1 | Denis Vlasenko | 2007-09-30 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | introduce and use xdup2(int, int) | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | if pidfile turned out to be !regular file, do not unlink it. | Denis Vlasenko | 2007-08-15 | 1 | -1/+1 |
* | udhcpd: add -f "foreground" and -S "syslog" options | Denis Vlasenko | 2007-08-14 | 1 | -2/+4 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -1/+1 |
* | udhcp: slight shrink | Denis Vlasenko | 2007-08-02 | 1 | -30/+39 |
* | start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> | Denis Vlasenko | 2007-08-02 | 1 | -0/+2 |
* | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko | 2007-07-24 | 1 | -1/+1 |
* | rework long option handling. saves ~1.2k | Denis Vlasenko | 2007-07-23 | 1 | -22/+21 |
* | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko | 2007-07-21 | 1 | -1/+1 |
* | udhcp: many small fixes: | Denis Vlasenko | 2007-07-03 | 1 | -18/+21 |
* | udhcp: new config option "Rewrite the lease file at every new acknowledge" | Denis Vlasenko | 2007-07-01 | 1 | -2/+1 |
* | udhcpc: stop deleting our own pidfile if we daemonize. | Denis Vlasenko | 2007-05-03 | 1 | -6/+14 |
* | udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. | Denis Vlasenko | 2007-04-07 | 1 | -15/+21 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+2 |
* | Move udhcp to new NOMMU helpers. | Denis Vlasenko | 2007-03-26 | 1 | -3/+18 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | fix potentially misaligned 32-bit accesses | Denis Vlasenko | 2007-01-18 | 1 | -3/+6 |
* | - use xlisten/xsocket some more. Saves .25 kB | Bernhard Reutner-Fischer | 2006-12-19 | 1 | -4/+0 |
* | fix support for globally disabling --long-options. | Denis Vlasenko | 2006-11-29 | 1 | -1/+4 |
* | udhcpc: convert to getopt32 | Denis Vlasenko | 2006-11-27 | 1 | -153/+124 |
* | udhcp: fix indentation and style. | Denis Vlasenko | 2006-11-18 | 1 | -16/+1 |
* | small style fixes | Denis Vlasenko | 2006-10-12 | 1 | -3/+3 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -2/+2 |
* | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | 2006-09-29 | 1 | -1/+1 |
* | several fixes from openWRT project | Denis Vlasenko | 2006-09-26 | 1 | -2/+12 |
* | Build fixes for gcc 4.0 with -Werror, from Tito. | Rob Landley | 2006-09-11 | 1 | -1/+1 |
* | Fix (hopefully) bug 976. Need more thorough audit. | Denis Vlasenko | 2006-09-07 | 1 | -6/+12 |
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -21/+21 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | Various cleanups I made while going through Erik Hovland's patch submissions, | Rob Landley | 2006-06-25 | 1 | -42/+3 |
* | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer | 2006-06-07 | 1 | -1/+1 |
* | My first bout of untangling udhcp. Make lots of gratuitous #defines go | Rob Landley | 2006-05-28 | 1 | -17/+16 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
* | add back in udhcp support | Mike Frysinger | 2006-05-08 | 1 | -0/+574 |
* | remove in place of external link | Mike Frysinger | 2006-03-23 | 1 | -573/+0 |
* | sync busybox and udhcp trees | Mike Frysinger | 2006-03-23 | 1 | -0/+1 |
* | Roy Walker writes: | Eric Andersen | 2006-03-20 | 1 | -2/+9 |
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | 2006-03-01 | 1 | -4/+4 |
* | Patch from Giuseppe Ciotta to specify retry count. | Rob Landley | 2006-02-20 | 1 | -3/+8 |
* | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -4/+4 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -3/+3 |
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -15/+3 |
* | more make safe the exported namespace for udhcp. Move to bb-specific file for... | "Vladimir N. Oleynik" | 2005-09-23 | 1 | -1/+1 |
* | add support for setting the dhcp vendor class option (option 60). | Paul Fox | 2005-09-22 | 1 | -2/+23 |
* | allow suppression of default client-id. fixes bug 000037. allows | Paul Fox | 2005-08-01 | 1 | -3/+12 |
* | remove duplicate check against chaddr. | Paul Fox | 2005-07-21 | 1 | -3/+0 |
* | applying fix for: | Paul Fox | 2005-07-20 | 1 | -0/+5 |