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
/
common.h
Age
Commit message (
Expand
)
Author
2008-11-06
build system: tidying up CONFIG_xxx names (suggested by Rob)
Denis Vlasenko
2008-10-27
udhcp: simplify SO_BINDTODEVICE call
Denis Vlasenko
2008-09-26
udhcp: add inline docs; small code shrink
Denis Vlasenko
2008-09-26
udhcp: added some FIXMEs; code shrink. -49 bytes
Denis Vlasenko
2008-09-26
dhcp: add FAST_FUNC as appropriate. -160 bytes.
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-05-21
udhcpc: regularize the names of receiving functions,
Denis Vlasenko
2008-05-09
Use intra-DSO calls when we build libbusybox. No-op for normal build.
Denis Vlasenko
2008-02-20
udhcp: make paths configurable
Denis Vlasenko
2008-02-04
udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)
Denis Vlasenko
2008-01-25
udhcpc: filter unwanted packets in kernel
Denis Vlasenko
2007-12-20
udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...
Denis Vlasenko
2007-11-29
dhcp: heed TODO item - divorced options from their string descriptions
Denis Vlasenko
2007-11-25
dhcpc: cope with buggy DHCP servers which send oversized packets
Denis Vlasenko
2007-11-23
dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller
Denis Vlasenko
2007-11-22
udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...
Denis Vlasenko
2007-09-30
move udhcp_{client/server}_config to common_bufsiz1
Denis Vlasenko
2007-08-18
introduce and use xdup2(int, int)
Denis Vlasenko
2007-08-02
udhcp: slight shrink
Denis Vlasenko
2007-07-03
udhcp: many small fixes:
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-07
udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.
Denis Vlasenko
2007-03-26
Move udhcp to new NOMMU helpers.
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2006-12-22
Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)
Denis Vlasenko
2006-11-18
udhcp: fix indentation and style.
Denis Vlasenko
2006-09-06
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-05-28
My first bout of untangling udhcp. Make lots of gratuitous #defines go
Rob Landley
2006-05-08
add back in udhcp support
Mike Frysinger
2006-03-23
remove in place of external link
Mike Frysinger
2006-01-25
just whitespace
Tim Riker
2005-09-23
more make safe the exported namespace for udhcp. Move to bb-specific file for...
"Vladimir N. Oleynik"
2005-09-22
safe exported namespace for udhcp. Not full, bore :-(
"Vladimir N. Oleynik"
2005-05-04
Revert the uptime() removal. Let the list sort it out...
Rob Landley
2005-05-04
Patch from Shaun Jackman:
Rob Landley
2004-05-19
fix timewarp in client (server fix later)
Russ Dill
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-12-18
Finish remerging busybox udhcp and udhcp. Some cleanups as well.
Russ Dill
2003-06-14
Add missing pieces from vodz' last_patch88
Eric Andersen