freebsd-dev/sbin/ifconfig
Pyun YongHyeon a740f6ee14 Fix long standing mediaopt setting bugs seen on sparc64. Though
the bug exists in little-endian machine, it was not triggered due
to the difference of memory ordering between little/big endian
machines. Instead of relying on possibly modified value during
function invokcations, use saved copy of ifr.ifr_addr.sa_family.
Also add a comment at the top of ifconfig.c clarifying the issue
so the bug won't re-appear.

Approved by:	jake
Reviewed by:	yar
2004-08-09 03:13:57 +00:00
..
ifconfig.8 Bump the date, .Dd, since the document content has been changed 2004-07-27 09:51:49 +00:00
ifconfig.c Fix long standing mediaopt setting bugs seen on sparc64. Though 2004-08-09 03:13:57 +00:00
ifconfig.h add support for setting 802.11 rtsthreshold, transmit power, 2004-03-30 22:59:22 +00:00
ifieee80211.c Fix an off-by-one error in the function used to input the ascii/hex strings. 2004-04-04 07:28:58 +00:00
ifmac.c Rename ifconfig's "mac" argument to "maclabel" to prevent confusion 2002-10-23 22:50:04 +00:00
ifmedia.c 802.11 mode bits are now masks; convert to suit 2004-01-15 15:19:19 +00:00
ifvlan.c De-__P, use ansi function definitions 2002-04-18 17:14:09 +00:00
Makefile style.Makefile(5): 2004-02-23 20:25:27 +00:00