Go to file
David van Moolenbroek ff542f0b27 atl2: prevent compiler memory access misordering
While no problems have been observed in practice yet, modern compilers
may reorder memory access operations, and that could lead to problems
with memory-mapped I/O typically done by drivers. This patch prevents
any potentially problematic reordering by the compiler in the ATL2
driver.

In addition, this patch removes a number of gcc/clang warnings.
2011-11-07 14:25:09 +01:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
bin Increase gid_t and uid_t to 32 bits 2011-09-05 13:56:14 +00:00
boot boot e820 memory detection fixes 2011-09-19 13:36:03 +00:00
commands update/fix manpage support 2011-09-28 15:24:15 +00:00
common ahci/libdriver: multithreading support 2011-11-04 09:37:53 +00:00
docs update/fix manpage support 2011-09-28 15:24:15 +00:00
drivers atl2: prevent compiler memory access misordering 2011-11-07 14:25:09 +01:00
etc use generic gcc* in man.conf 2011-10-06 19:00:16 +00:00
include add -lminixfs with fs support routines 2011-09-08 16:52:13 +00:00
kernel kernel: remove unused var 2011-11-02 18:45:08 +01:00
lib ahci/libdriver: multithreading support 2011-11-04 09:37:53 +00:00
libexec update/fix manpage support 2011-09-28 15:24:15 +00:00
man update/fix manpage support 2011-09-28 15:24:15 +00:00
nbsd_include Fix off-by-one errors and increase PATH_MAX to 1024 2011-09-12 09:00:24 +00:00
servers mfs: ditch global readahead 2011-11-06 19:15:12 +01:00
share update/fix manpage support 2011-09-28 15:24:15 +00:00
test fix compile of test23 2011-10-06 18:54:08 +00:00
tools Install servers in GCC/clang case 2011-11-02 18:46:06 +01:00
usr.bin mdocml/man: dummy cleandepend target 2011-09-28 15:36:24 +00:00
.gitignore update/fix manpage support 2011-09-28 15:24:15 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile update/fix manpage support 2011-09-28 15:24:15 +00:00