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:           Sat Nov  5 23:30:22 UTC 2016

Modified Files:
        src/sys/compat/common: Makefile Makefile.sysio compat_mod.c if_43.c
        src/sys/net: if.c
Added Files:
        src/sys/compat/common: if_43.h

Log Message:
Move if_43.c back into the shared Makefile.sysio where it really
belongs.

Update the code to invoke the two routines compat_cvtcmd() and
compat_ifioctl() through indirect pointers.  Initialize those
pointers in sys/net/if.c and update them in the compat module's
initialization code.

Addresses the issue pointed out in PR kern/51598


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/compat/common/Makefile
cvs rdiff -u -r1.6 -r1.7 src/sys/compat/common/Makefile.sysio
cvs rdiff -u -r1.23 -r1.24 src/sys/compat/common/compat_mod.c
cvs rdiff -u -r1.12 -r1.13 src/sys/compat/common/if_43.c
cvs rdiff -u -r0 -r1.1 src/sys/compat/common/if_43.h
cvs rdiff -u -r1.360 -r1.361 src/sys/net/if.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