NetBSD/common/lib/libc
uwe 6fc217346b 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-12 09:12:34 +00:00
..
arch Add memset to libkern on vax, moving existing memset.S to src/common. 2010-03-12 09:12:34 +00:00
atomic Merge from matt-nb5-mips64 2009-12-14 00:38:59 +00:00
gen fix comment typos. 2009-06-07 03:12:40 +00:00
gmon Temporarily define MCOUNT as a dummy for _RUMPKERNEL to allow build 2009-01-05 18:06:57 +00:00
hash Fix unaligned access in *_Final for SHA224/SHA256/SHA384. 2010-01-24 21:11:18 +00:00
inet For all files under src/common, as well as related man pages under 2008-02-16 17:37:13 +00:00
md ansify function definitions 2009-03-16 05:59:21 +00:00
net ansify function definitions 2009-03-16 05:59:21 +00:00
quad ansify function definitions 2009-03-15 22:31:12 +00:00
stdlib Set endptr if the base is not supported. The opengroup spec does not special 2009-05-20 22:03:29 +00:00
string Merge from matt-nb5-mips64 2009-12-14 00:38:59 +00:00
sys - Add kcpuset_iszero(). 2009-04-25 19:38:25 +00:00
Makefile.inc look for COMMON_MACHINE_ARCH before MACHINE_ARCH or MACHINE_CPU. 2008-10-26 07:22:50 +00:00