Searched hist:"995 c7fd1bf57d48a40605c36ffaacfb048d677eb" (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/net/ |
H A D | ethernet.h | diff 995c7fd1bf57d48a40605c36ffaacfb048d677eb Tue May 29 14:40:45 CEST 2007 Yaroslav Tykhiy <ytykhiy@gmail.com> Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctl as to the type of the command argument: int -> u_long. These types have different widths in the 64-bit world.
Add a note to UPDATING because the change breaks KBI on 64-bit platforms.
Discussed on: -net, -current Reviewed by: bms, ru diff 995c7fd1bf57d48a40605c36ffaacfb048d677eb Tue May 29 14:40:45 CEST 2007 Yaroslav Tykhiy <ytykhiy@gmail.com> Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctl as to the type of the command argument: int -> u_long. These types have different widths in the 64-bit world.
Add a note to UPDATING because the change breaks KBI on 64-bit platforms.
Discussed on: -net, -current Reviewed by: bms, ru
|
H A D | if_ethersubr.c | diff 995c7fd1bf57d48a40605c36ffaacfb048d677eb Tue May 29 14:40:45 CEST 2007 Yaroslav Tykhiy <ytykhiy@gmail.com> Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctl as to the type of the command argument: int -> u_long. These types have different widths in the 64-bit world.
Add a note to UPDATING because the change breaks KBI on 64-bit platforms.
Discussed on: -net, -current Reviewed by: bms, ru diff 995c7fd1bf57d48a40605c36ffaacfb048d677eb Tue May 29 14:40:45 CEST 2007 Yaroslav Tykhiy <ytykhiy@gmail.com> Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctl as to the type of the command argument: int -> u_long. These types have different widths in the 64-bit world.
Add a note to UPDATING because the change breaks KBI on 64-bit platforms.
Discussed on: -net, -current Reviewed by: bms, ru
|
/freebsd/ |
H A D | UPDATING | diff 995c7fd1bf57d48a40605c36ffaacfb048d677eb Tue May 29 14:40:45 CEST 2007 Yaroslav Tykhiy <ytykhiy@gmail.com> Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctl as to the type of the command argument: int -> u_long. These types have different widths in the 64-bit world.
Add a note to UPDATING because the change breaks KBI on 64-bit platforms.
Discussed on: -net, -current Reviewed by: bms, ru diff 995c7fd1bf57d48a40605c36ffaacfb048d677eb Tue May 29 14:40:45 CEST 2007 Yaroslav Tykhiy <ytykhiy@gmail.com> Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctl as to the type of the command argument: int -> u_long. These types have different widths in the 64-bit world.
Add a note to UPDATING because the change breaks KBI on 64-bit platforms.
Discussed on: -net, -current Reviewed by: bms, ru
|