Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
sakamoto
Thu Mar 26 15:51:08 PST 1998
Update of /cvsroot/src/sys/arch/bebox/conf
In directory nb00:/tmp/cvs-serv26284
Modified Files:
GENERIC
Log Message:
Change default console. pc -> wscons
cgd
Thu Mar 26 15:52:39 PST 1998
Update of /cvsroot/src/lib/libc/gmon
In directory nb00:/tmp/cvs-serv26324/gmon
Modified Files:
mcount.c
Log Message:
don't actually compile any code if building in a _STANDALONE environment
(e.g. libkern for boot blocks), since profiling support doesn't make
sense there.
cgd
Thu Mar 26 15:53:36 PST 1998
Update of /cvsroot/src/lib/libc/md
In directory nb00:/tmp/cvs-serv26355/md
Modified Files:
md5c.c
Log Message:
when deciding whether to use standard system include files or libkern.h,
check _STANDALONE as well as _KERNEL. _KERNEL is incorrect for use when
building boot blocks, and it looks like the rest of the code is already
using _STANDALONE for this purpose.
cgd
Thu Mar 26 15:53:37 PST 1998
Update of /cvsroot/src/lib/libc/string
In directory nb00:/tmp/cvs-serv26355/string
Modified Files:
bcmp.c bcopy.c bzero.c ffs.c index.c memchr.c memcmp.c
memset.c rindex.c strcat.c strcmp.c strcpy.c strlen.c
strncmp.c strncpy.c
Log Message:
when deciding whether to use standard system include files or libkern.h,
check _STANDALONE as well as _KERNEL. _KERNEL is incorrect for use when
building boot blocks, and it looks like the rest of the code is already
using _STANDALONE for this purpose.
Home |
Main Index |
Thread Index |
Old Index