freebsd-skq/sys/gnu/fs
ed 322413c46c Add memmove() to the kernel, making the kernel compile with Clang.
When copying big structures, LLVM generates calls to memmove(), because
it may not be able to figure out whether structures overlap. This caused
linker errors to occur. memmove() is now implemented using bcopy().
Ideally it would be the other way around, but that can be solved in the
future. On ARM we don't do add anything, because it already has
memmove().

Discussed on:	arch@
Reviewed by:	rdivacky
2009-02-28 16:21:25 +00:00
..
ext2fs - Eliminate warnings in debug print macros by explicitly converting all 2009-01-18 15:10:46 +00:00
reiserfs According to phk@, VOP_STRATEGY should never, _ever_, return 2008-12-16 21:13:11 +00:00
xfs Add memmove() to the kernel, making the kernel compile with Clang. 2009-02-28 16:21:25 +00:00