NetBSD/sys/lib
uwe 73fb9af349 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().
2010-03-15 11:46:49 +00:00
..
libkern Add memset to libkern on vax, moving existing memset.S to src/common. 2010-03-15 11:46:49 +00:00
libsa DTrace: Add support for CTF sections in the netbsd elf image, load these 2010-03-12 21:43:10 +00:00
libx86emu Follow the syntax of file conditionals for makeoptions, using minor case 2009-03-13 18:25:58 +00:00
libz Fix build problems caused by crc32 addition to libkern. Also, this makes 2009-03-25 18:41:06 +00:00