History log of /netbsd-src/lib/libc/net/if_nameindex.c (Results 1 – 7 of 7)
Revision Date Author Comments
# c5e820ca 13-Mar-2012 christos <christos@NetBSD.org>

PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values t

PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values to types that
would not fit.
- change types, add casts
- change into ansii prototypes
- turn on _DIAGNOSTIC for libc (during current, to be eliminated for release
builds)

approved by core@

show more ...


# 02db12eb 20-Dec-2000 christos <christos@NetBSD.org>

appease lint casting.


# 1bc25f59 24-Nov-2000 itojun <itojun@NetBSD.org>

strictly conform to RFC2553 (specifically ENXIO case). sync with KAME


# ff9df0b1 24-Jul-2000 itojun <itojun@NetBSD.org>

correct malloc() size computation mistake. bug from bsdi, found
by kjc. sync with kame.


# a0d18445 06-Jul-2000 christos <christos@NetBSD.org>

avoid non portable casts


# 72eddcac 24-Apr-2000 itojun <itojun@NetBSD.org>

add __RCSID().


# 92db021b 24-Apr-2000 itojun <itojun@NetBSD.org>

use BSDI-origin if_{index,name}* functions. they use getifaddrs(3) as
backend and are more robust against SIOCGIFCONF alignment issue.
now getifaddrs always takes care of the issue. (sync with kame

use BSDI-origin if_{index,name}* functions. they use getifaddrs(3) as
backend and are more robust against SIOCGIFCONF alignment issue.
now getifaddrs always takes care of the issue. (sync with kame tree)
use weak symbol just in case.

show more ...