Use END(sym)use RCSID
Add memset to libkern on vax, moving existing memset.S to src/common.While kernel source code is supposed to use <machine/macros.h> via<sys/param.h> and pick an inline asm version from there, gcc
Add memset to libkern on vax, moving existing memset.S to src/common.While kernel source code is supposed to use <machine/macros.h> via<sys/param.h> and pick an inline asm version from there, gcc itselfcan generate direct calls to memset() for structure initialization, sothe symbol must be provided.Fixes INSTALL kernel, for which -Os caused gcc to use memset() call toinitialize a struct in uvm_fault_internal().
show more ...
Don't include "DEFS.h" when <machine/asm.h> is enough.
Merge libkern + libc common files. As requested by core.