| 2f471660 | 27-Mar-2018 |
Brooks Davis <[email protected]> |
Copy flags over ifr_union directly rather than via casts through ifr_data.
No functional change in practice. If the sbni driver supported 64-bit big-endian system, this would be an ABI changes, but
Copy flags over ifr_union directly rather than via casts through ifr_data.
No functional change in practice. If the sbni driver supported 64-bit big-endian system, this would be an ABI changes, but it is i386-only. The old version leaked a word of stack on 64-bit systems.
This eliminates the only assignment to ifr_data.
Reviewed by: kib MFC after: 1 week Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14874
show more ...
|
| ceee59fa | 10-Sep-2008 |
John Baldwin <[email protected]> |
Disable the inline assembly crc32 routine and use the C version instead. The assembly version is reported to be broken on 5.x+.
PR: kern/100425 Submitted by: Rashid N. Achilov shelton www.granch.r
Disable the inline assembly crc32 routine and use the C version instead. The assembly version is reported to be broken on 5.x+.
PR: kern/100425 Submitted by: Rashid N. Achilov shelton www.granch.ru MFC after: 1 week
show more ...
|