Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/ifconfig
Module Name: src
Committed By: dyoung
Date: Wed May 7 23:55:07 UTC 2008
Modified Files:
src/sbin/ifconfig: agr.c carp.c ieee80211.c ifconfig.c tunnel.c util.c
util.h vlan.c
Log Message:
Factor out common code, creating direct_ioctl() and indirect_ioctl()
for the two most prevalent styles of ioctl(2) calls in ifconfig(8).
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sbin/ifconfig/agr.c
cvs rdiff -r1.8 -r1.9 src/sbin/ifconfig/carp.c
cvs rdiff -r1.17 -r1.18 src/sbin/ifconfig/ieee80211.c
cvs rdiff -r1.200 -r1.201 src/sbin/ifconfig/ifconfig.c
cvs rdiff -r1.12 -r1.13 src/sbin/ifconfig/tunnel.c
cvs rdiff -r1.3 -r1.4 src/sbin/ifconfig/util.c src/sbin/ifconfig/util.h
cvs rdiff -r1.7 -r1.8 src/sbin/ifconfig/vlan.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