NetBSD/common
riastradh 3066bbbbf8 x86: Omit needless store in membar_producer/exit.
On x86, every store is a store-release, so there is no need for any
barrier.  But this wasn't a barrier anyway; it was just a store,
which was redundant with the store of the return address to the stack
implied by CALL even if issuing a store made a difference.
2022-04-09 12:07:17 +00:00
..
dist/zlib zlib: Fix a bug that can crash deflate on some input when using Z_FIXED. 2022-03-24 10:13:01 +00:00
include fix various typos in comments and log messages. 2021-08-02 12:56:22 +00:00
lib x86: Omit needless store in membar_producer/exit. 2022-04-09 12:07:17 +00:00