aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* udhcpc: stop deleting our own pidfile if we daemonize.vda2007-05-031-16/+0
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.vda2007-04-071-0/+2
* make pidfile writing configurable.vda2007-03-271-29/+16
* Move udhcp to new NOMMU helpers.vda2007-03-261-22/+38
* use bb_sanitize_stdio() where appropriatevda2007-01-271-15/+1
* small fixes: using fd-based io instead of FILE*-based,vda2006-11-181-3/+1
* udhcp: fix indentation and style.vda2006-11-181-13/+0
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* bb_applet_name -> applet_namevda2006-10-031-2/+2
* Fix (hopefully) bug 976. Need more thorough audit.vda2006-09-071-3/+3
* Implement optional syslog logging using ordinaryvda2006-09-061-57/+14
* replacing func() with xfunc() where appropriatevda2006-09-031-4/+1
* My first bout of untangling udhcp. Make lots of gratuitous #defines golandley2006-05-281-7/+6
* - replace _PATH_DEVNULL with bb_dev_nullaldot2006-05-191-4/+6
* add back in udhcp supportvapier2006-05-081-0/+135
* remove in place of external linkvapier2006-03-231-162/+0
* Revert the uptime() removal. Let the list sort it out...landley2005-05-041-0/+8
* Patch from Shaun Jackman:landley2005-05-041-8/+0
* use busybox sysinfo structruss2004-05-191-1/+0
* Fix a compile problemandersen2004-05-191-2/+1
* fix timewarp in client (server fix later)russ2004-05-191-0/+9
* remove uneccessary check (already done in pidfile.c)russ2004-05-191-6/+4
* Larry Doolittle writes:andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* it should work even if you don't assign a pidfileruss2003-12-261-6/+7
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.russ2003-12-181-71/+71
* make udhcp work under uclinux, to an extentruss2003-12-151-0/+4
* "Without this patch, udhcpcd output may be buffered and delayed forbug12003-08-301-0/+2
* Add missing pieces from vodz' last_patch88andersen2003-06-141-0/+150