aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespace cleanupvda2006-09-171-1/+1
* Build fixes for gcc 4.0 with -Werror, from Tito.landley2006-09-111-1/+1
* udhcp: FEATURE_UDHCP_SYSLOG should be selected only ifvda2006-09-091-2/+1
* Fix (hopefully) bug 976. Need more thorough audit.vda2006-09-075-11/+27
* Add CONFIG_FEATURE_SYSLOG which controls whethervda2006-09-071-10/+2
* Implement optional syslog logging using ordinaryvda2006-09-0617-179/+124
* replacing func() with xfunc() where appropriatevda2006-09-031-4/+1
* - remove last reminiscents of IN_BUSYBOXaldot2006-08-183-28/+4
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-032-8/+6
* get rid of udhcp submenuvapier2006-07-241-18/+13
* This file doesn't appear to be used anywhere.rpjday2006-07-051-17/+0
* Standardize on the vi editing directives being on the first line.rpjday2006-07-0232-0/+32
* Remove all usage of the "register" storage class specifier.rpjday2006-07-011-1/+1
* Various cleanups I made while going through Erik Hovland's patch submissions,landley2006-06-251-42/+3
* CONFIG_DHCP -> CONFIG_APP_DHCP.landley2006-06-222-11/+11
* - reuse strings and messages. Saves about 600Baldot2006-06-071-1/+1
* Use BB endianness macro.landley2006-05-311-2/+1
* My first bout of untangling udhcp. Make lots of gratuitous #defines golandley2006-05-2817-221/+86
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-273-3/+0
* fix spelling mistakesvapier2006-05-261-1/+1
* Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessarylandley2006-05-212-19/+7
* - replace _PATH_DEVNULL with bb_dev_nullaldot2006-05-191-4/+6
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1
* renamevapier2006-05-111-0/+0
* remove files not related to busyboxvapier2006-05-1122-1677/+0
* - add helptext for --retriesaldot2006-05-101-0/+1
* add back in udhcp supportvapier2006-05-0861-0/+5812
* remove in place of external linkvapier2006-03-2348-5062/+0
* make the makefile a little more flexible so we can store in either locationvapier2006-03-232-35/+40
* sync busybox and udhcp treesvapier2006-03-237-14/+21
* Roy Walker writes:andersen2006-03-202-2/+10
* - revert back to r14406aldot2006-03-131-70/+29
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+6
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
* - fixes parallel builds (make -j)aldot2006-03-011-28/+65
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)landley2006-03-012-5/+5
* Patch from Denis Vlasenko to constify things and fix a few typos.landley2006-02-221-3/+4
* Bug 751: file handle leaks can add up until available filehandles for thelandley2006-02-222-3/+12
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-0/+2
* Missed a file in the last checkin, won't build without this...landley2006-02-211-0/+1
* Patch from Giuseppe Ciotta to specify retry count.landley2006-02-201-3/+8
* make the build system puuuuuuuuuuurtyvapier2006-02-021-3/+2
* fix up yet more annoying signed/unsigned and mixed type errorsandersen2006-01-303-7/+7
* just whitespacetimr2006-01-2513-42/+42
* - add platform.h.aldot2006-01-223-17/+9
* - shared libbusybox.aldot2006-01-151-16/+14
* more make safe the exported namespace for udhcp. Move to bb-specific file for...vodz2005-09-2310-20/+35
* remove 1 exportedvodz2005-09-232-2/+1
* move a couple of functions from common code (options.c) to udhcpd privatepgf2005-09-224-50/+51
* add support for setting the dhcp vendor class option (option 60). pgf2005-09-224-9/+28