Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   pgoyette
Date:           Mon Apr 29 05:42:09 UTC 2019

Modified Files:
        src/sys/compat/common: rtsock_70.c
        src/sys/net: route.h rtsock.c rtsock_shared.c

Log Message:
For the rtsock compat code, make sure we create the "oroute" sysctl
tree.  Otherwise a 5.2 version of getifaddrs(2) gets errors.

This makes the 5.2 version of ifconfig(8) behave the same on both
NetBSD-8 and -current.  HOWEVER, both of them print nothing (for
``ifconfig -l'' command) so there's still a bug somewhere.

As reported originally by der Mouse.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/compat/common/rtsock_70.c
cvs rdiff -u -r1.120 -r1.121 src/sys/net/route.h
cvs rdiff -u -r1.248 -r1.249 src/sys/net/rtsock.c
cvs rdiff -u -r1.5 -r1.6 src/sys/net/rtsock_shared.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index