Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 07/27/2005 06:36:15
Module Name:	src
Committed By:	dyoung
Date:		Wed Jul 27 06:36:15 UTC 2005

Modified Files:
	src/sys/net: if.h

Log Message:
Add members ifr_buf, ifr_buflen to ifreq for specifying the location
and size of a userland buffer.  The kernel shall not copyout more
than ifr_buflen bytes to ifr_buf.  For future ioctls that use
ifr_buf and ifr_buflen instead of ifr_data, the kernel can return
a larger struct in the future than when the ioctl is introduced,
without breaking ABI compatibility, provided that the size, order,
and semantics of the fields at the front of the struct does not
change.


To generate a diff of this commit:
cvs rdiff -r1.110 -r1.111 src/sys/net/if.h

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