mdev: fix a bug where we were eating argv[0] of helper
[oweals/busybox.git] / networking / udhcp / common.c
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-02 Denis Vlasenkoudhcp: slight shrink
2007-07-03 Denis Vlasenkoudhcp: many small fixes:
2007-05-03 Denis Vlasenkoudhcpc: stop deleting our own pidfile if we daemonize.
2007-04-07 Denis Vlasenkoudhcp: MAC_BCAST_ADDR and blank_chaddr are in fact...
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
2007-03-26 Denis VlasenkoMove udhcp to new NOMMU helpers.
2007-01-27 Denis Vlasenkouse bb_sanitize_stdio() where appropriate
2006-11-18 Denis Vlasenkosmall fixes: using fd-based io instead of FILE*-based,
2006-11-18 Denis Vlasenkoudhcp: fix indentation and style.
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-09-07 Denis VlasenkoFix (hopefully) bug 976. Need more thorough audit.
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-03 Denis Vlasenkoreplacing func() with xfunc() where appropriate
2006-05-28 Rob LandleyMy first bout of untangling udhcp. Make lots of gratui...
2006-05-19 Bernhard Reutner... - replace _PATH_DEVNULL with bb_dev_null
2006-05-08 Mike Frysingeradd back in udhcp support
2006-03-23 Mike Frysingerremove in place of external link
2005-05-04 Rob LandleyRevert the uptime() removal. Let the list sort it...
2005-05-04 Rob LandleyPatch from Shaun Jackman:
2004-05-19 Russ Dilluse busybox sysinfo struct
2004-05-19 Eric AndersenFix a compile problem
2004-05-19 Russ Dillfix timewarp in client (server fix later)
2004-05-19 Russ Dillremove uneccessary check (already done in pidfile.c)
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-26 Russ Dillit should work even if you don't assign a pidfile
2003-12-18 Russ DillFinish remerging busybox udhcp and udhcp. Some cleanups...
2003-12-15 Russ Dillmake udhcp work under uclinux, to an extent
2003-08-30 Glenn L McGrath"Without this patch, udhcpcd output may be buffered...
2003-06-14 Eric AndersenAdd missing pieces from vodz' last_patch88