freebsd-nq/sys/contrib
Oleksandr Tymoshenko 10e99e6057 Do not mark shared structures as __packed, it leads to race condition
If structure packed as __packed clang (and probably gcc) generates
code that loads word fields (e.g. tx_pos)  byte-by-byte and if it's
modified by VideoCore in the same time as ARM loads the value result
is going to be mixed combination of bytes from previous value and
new one.
2015-02-09 02:31:27 +00:00
..
altq/altq Remove ifq_drops from struct ifqueue. Now queue drops are accounted in 2014-09-19 09:01:19 +00:00
dev Fix a number of -Wcast-qual warnings in ath's ar9300_attach.c, by making 2015-02-07 12:20:33 +00:00
ipfilter/netinet In order to reduce use of M_EXT outside of the mbuf allocator and 2015-01-06 12:59:37 +00:00
libfdt
ngatm Fix the following -Werror warning from clang 3.5.0, while building 2014-11-19 07:47:37 +00:00
octeon-sdk
rdma/krping Add missing linuxapi module dependencies and always use the FreeBSD 2015-01-19 21:53:00 +00:00
v4l Fix build for gcc users by declaring variables for unions in structs which 2013-07-10 10:40:52 +00:00
vchiq/interface Do not mark shared structures as __packed, it leads to race condition 2015-02-09 02:31:27 +00:00
x86emu Fix decoding of near CALL when address-size prefix (67h) is present. 2014-06-11 20:38:14 +00:00
xz-embedded MFV r262756: 2014-03-05 01:33:15 +00:00