index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
udhcp
Age
Commit message (
Expand
)
Author
2004-01-30
Use standard C99 types
Eric Andersen
2003-12-26
it should work even if you don't assign a pidfile
Russ Dill
2003-12-24
fix a long standing underallocation bug
Russ Dill
2003-12-24
move debugging to safe place (before vfork)
Russ Dill
2003-12-18
Finish remerging busybox udhcp and udhcp. Some cleanups as well.
Russ Dill
2003-12-16
clean up some bad, bad formatting
Russ Dill
2003-12-16
include headers with prototypes to make sure prototypes match
Russ Dill
2003-12-16
remove reference to missing header file which is breaking the build
Eric Andersen
2003-12-16
revert removal of define
Russ Dill
2003-12-16
forgotten include
Russ Dill
2003-12-16
why the complication of a static string rather than a define? gcc isn't dumb
Russ Dill
2003-12-16
start attempting to bring udhcp in busybox back to the state where it is (ide...
Russ Dill
2003-12-16
when compiled standalone, udhcp needs these headers
Russ Dill
2003-12-16
whoops
Russ Dill
2003-12-16
not sure who made this change, but it certainly mucks things up (note 'fwrite...
Russ Dill
2003-12-15
make udhcp work under uclinux, to an extent
Russ Dill
2003-12-15
options is a pretty common symbol, bad idea to use as a global in udhcp when ...
Russ Dill
2003-11-14
Ulrich Marx writes:
Eric Andersen
2003-10-22
Andreas Mohr writes:
Eric Andersen
2003-09-01
Allow one to detect and handle the case where no lease could be obtained
Glenn L McGrath
2003-08-30
"Without this patch, udhcpcd output may be buffered and delayed for
Glenn L McGrath
2003-08-29
Remove stray '\n'
Glenn L McGrath
2003-08-29
Remove unused files
Glenn L McGrath
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-07-14
Patch from Thomas Cameron:
Eric Andersen
2003-06-20
Make gcc not whine about "deprecated use of label at end of compound statement"
Eric Andersen
2003-06-14
Add missing pieces from vodz' last_patch88
Eric Andersen
2003-06-10
Vodz, last_patch_88
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-02-15
Patch from Bastian Blank
Glenn L McGrath
2003-02-12
sync with udhcp bug fixes
Russ Dill
2003-01-21
merge fixes with udhcp
Russ Dill
2002-12-11
hehe. Screwed that one up. Lets do things right this time.
Eric Andersen
2002-12-11
Makefile rework coordinate with Russ so udhcp will behave
Eric Andersen
2002-12-11
slight change to reflect BB_VER change
Russ Dill
2002-12-11
sorry about all the noise, should be all synced up now
Russ Dill
2002-12-11
resync with udhcp cvs
Russ Dill
2002-12-11
Make sure we have a show_usage function prototype
Eric Andersen
2002-12-08
Support using ip in udhcpc scripts.
Glenn L McGrath
2002-12-06
Fixup dumpleases compile problem
Eric Andersen
2002-12-05
Yet another major rework of the BusyBox config system, using the considerably
Eric Andersen
2002-11-28
Change if(x)free(x); to free(x);
Aaron Lehmann
2002-11-19
udhcpc documentation update
Russ Dill
2002-11-05
version number oops
Russ Dill
2002-10-31
sync to udhcp 0.9.8
Russ Dill
2002-10-14
missed add for udhcp
Russ Dill
2002-10-14
added full udhcp integration
Russ Dill