Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   msaitoh
Date:           Wed Oct 31 10:17:35 UTC 2012

Modified Files:
        src/sbin/ifconfig: Makefile.inc
        src/sys/net: if_ether.h if_ethersubr.c
        src/sys/sys: sockio.h
Added Files:
        src/sbin/ifconfig: ether.c

Log Message:
Add SIOCGETHERCAP ioctl.
There was no way to know the setting of ec_capabilities and ec_capenable
other than grepping the source.

See http://mail-index.netbsd.org/tech-kern/2010/07/28/msg008613.html


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sbin/ifconfig/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/sbin/ifconfig/ether.c
cvs rdiff -u -r1.60 -r1.61 src/sys/net/if_ether.h
cvs rdiff -u -r1.192 -r1.193 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.30 -r1.31 src/sys/sys/sockio.h

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