Home | History | Annotate | only in /src/common/lib/libc/arch/vax/string
History log of /src/common/lib/libc/arch/vax/string
RevisionDateAuthorComments
 1.3 25-Jan-2011  matt branches: 1.3.46;
Use END(sym)
use RCSID
 1.2 24-Dec-2005  matt branches: 1.2.48;
Don't include "DEFS.h" when <machine/asm.h> is enough.
 1.1 20-Dec-2005  christos Merge libkern + libc common files. As requested by core.
 1.2.48.1 08-Feb-2011  bouyer Sync with HEAD
 1.3.46.2 21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.3.46.1 21-Apr-2020  martin Sync with HEAD
 1.3 25-Jan-2011  matt branches: 1.3.46;
Use END(sym)
use RCSID
 1.2 24-Dec-2005  matt branches: 1.2.48;
Don't include "DEFS.h" when <machine/asm.h> is enough.
 1.1 20-Dec-2005  christos Merge libkern + libc common files. As requested by core.
 1.2.48.1 08-Feb-2011  bouyer Sync with HEAD
 1.3.46.2 21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.3.46.1 21-Apr-2020  martin Sync with HEAD
 1.2 25-Jan-2011  matt branches: 1.2.46;
Use END(sym)
use RCSID
 1.1 12-Mar-2010  uwe branches: 1.1.4;
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 itself
can generate direct calls to memset() for structure initialization, so
the symbol must be provided.

Fixes INSTALL kernel, for which -Os caused gcc to use memset() call to
initialize a struct in uvm_fault_internal().
 1.1.4.1 08-Feb-2011  bouyer Sync with HEAD
 1.2.46.2 21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.2.46.1 21-Apr-2020  martin Sync with HEAD

RSS XML Feed