aboutsummaryrefslogtreecommitdiff
path: root/networking/interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patch by Robert P. Day to make structs use c99 initializers.landley2006-06-201-14/+12
* Patch from Robert P. J. Day cleaning up some unnecessary preprocessorlandley2006-06-201-80/+0
* Remove #ifdeffed out code, both KEEP_UNUSED and #if 0.landley2006-06-031-492/+1
* Size reductions, mostly switching things to use libbb functions.landley2006-05-291-2/+2
* Remove _().landley2006-05-291-52/+52
* Patch from Robert P. Day to remove #ifdefed out SLIP support code that welandley2006-05-191-40/+0
* - single KERNEL_VERSION(a,b,c) macro in platform.haldot2006-05-191-2/+1
* fix no previous prototype warningvapier2006-05-111-0/+1
* Remove code for protocols we don't properly support. (Most of this couldlandley2006-04-141-345/+0
* - include proper headers.aldot2006-04-051-1/+1
* - fix paste'o which i overlooked when applying dalias' fmt stuff.aldot2006-03-301-1/+1
* - Rich Felker writes: fix invalid printf format stringsaldot2006-03-291-16/+16
* - put NLS stuff in one central place to avoid redefines.aldot2006-02-231-1/+0
* fix up annoying signed/unsigned and mixed type errorsandersen2006-01-301-2/+2
* just whitespacetimr2006-01-251-3/+3
* - missing bits of patch attached to bug #249 (constify).aldot2006-01-191-2/+2
* Move interface.c to networking directory since it's only used by ifconfig.landley2005-11-221-0/+2093