attempt to regularize atoi mess.
[platform/upstream/busybox.git] / networking / interface.c
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-26 "Robert P. J. Day"Properly print the output for a sit (IPv6-in-IPv4)...
2006-06-26 "Robert P. J. Day"Aesthetic fix to use newer structure initialization...
2006-06-20 Rob LandleyPatch by Robert P. Day to remove obsolete alias code...
2006-06-20 Rob LandleyPatch by Robert P. Day to make structs use c99 initiali...
2006-06-20 Rob LandleyPatch from Robert P. J. Day cleaning up some unnecessar...
2006-06-03 Rob LandleyRemove #ifdeffed out code, both KEEP_UNUSED and #if 0.
2006-05-29 Rob LandleySize reductions, mostly switching things to use libbb...
2006-05-29 Rob LandleyRemove _().
2006-05-19 Rob LandleyPatch from Robert P. Day to remove #ifdefed out SLIP...
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-05-11 Mike Frysingerfix no previous prototype warning
2006-04-14 Rob LandleyRemove code for protocols we don't properly support...
2006-04-05 Bernhard Reutner... - include proper headers.
2006-03-30 Bernhard Reutner... - fix paste'o which i overlooked when applying dalias...
2006-03-29 Bernhard Reutner... - Rich Felker writes: fix invalid printf format strings
2006-02-23 Bernhard Reutner... - put NLS stuff in one central place to avoid redefines.
2006-01-30 Eric Andersenfix up annoying signed/unsigned and mixed type errors
2006-01-25 Tim Rikerjust whitespace
2006-01-19 Bernhard Reutner... - missing bits of patch attached to bug #249 (constify).
2005-11-22 Rob LandleyMove interface.c to networking directory since it's...