Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/06/1997 01:00:07
mellon
Wed Nov  5 16:50:31 PST 1997
Update of /cvsroot/src/distrib/utils/sysinst
In directory netbsd1:/var/slash-tmp/cvs-serv16872

Modified Files:
      Tag: netbsd-1-3
	upgrade.c 
Log Message:
Pull rev 1.7, 1.8 and 1.9 up from trunk (jonathan)

mark
Wed Nov  5 16:51:08 PST 1997
Update of /cvsroot/src/sys/arch/arm32/mainbus
In directory netbsd1:/var/slash-tmp/cvs-serv16766

Modified Files:
	cpu.c 
Log Message:
Use the soft copy of the cpu control register instead of trying to read
the cpu control register as this register is write only on some processors.


cgd
Wed Nov  5 16:51:14 PST 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv15984/gen

Added Files:
	Lint__setjmp.c Lint_alloca.c Lint_fabs.c Lint_flt_rounds.c 
	Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c 
	Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c 
	Lint_modf.c Lint_setjmp.c Lint_sigsetjmp.c 
Log Message:
lint stubs for functions which ports use assembly versions.  When using
an assembly version of a function, add the right lint stub to the Makefile.inc
which specifies the source to build the function (see the
arch/i386/*/Makefile.inc).  Can't just lint the normal C versions of these
functions, because some of them don't _have_ normal C versions and if
that were done dependencies would get messed up.


cgd
Wed Nov  5 16:51:30 PST 1997
Update of /cvsroot/src/lib/libc/net
In directory netbsd1:/var/slash-tmp/cvs-serv15984/net

Added Files:
	Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c 
Log Message:
lint stubs for functions which ports use assembly versions.  When using
an assembly version of a function, add the right lint stub to the Makefile.inc
which specifies the source to build the function (see the
arch/i386/*/Makefile.inc).  Can't just lint the normal C versions of these
functions, because some of them don't _have_ normal C versions and if
that were done dependencies would get messed up.


cgd
Wed Nov  5 16:51:46 PST 1997
Update of /cvsroot/src/lib/libc/stdlib
In directory netbsd1:/var/slash-tmp/cvs-serv15984/stdlib

Added Files:
	Lint_abs.c Lint_div.c Lint_labs.c Lint_ldiv.c 
Log Message:
lint stubs for functions which ports use assembly versions.  When using
an assembly version of a function, add the right lint stub to the Makefile.inc
which specifies the source to build the function (see the
arch/i386/*/Makefile.inc).  Can't just lint the normal C versions of these
functions, because some of them don't _have_ normal C versions and if
that were done dependencies would get messed up.


mellon
Wed Nov  5 16:52:08 PST 1997
Update of /cvsroot/src/distrib/utils/sysinst
In directory netbsd1:/var/slash-tmp/cvs-serv17455

Modified Files:
      Tag: netbsd-1-3
	util.c 
Log Message:
Pull rev 1.12 through 1.15 up from trunk (jonathan)

cgd
Wed Nov  5 16:52:46 PST 1997
Update of /cvsroot/src/lib/libc/string
In directory netbsd1:/var/slash-tmp/cvs-serv15984/string

Added Files:
	Lint_bcmp.c Lint_bcopy.c Lint_bzero.c Lint_ffs.c Lint_index.c 
	Lint_memchr.c Lint_memcmp.c Lint_memcpy.c Lint_memmove.c 
	Lint_memset.c Lint_rindex.c Lint_strcat.c Lint_strchr.c 
	Lint_strcmp.c Lint_strcpy.c Lint_strlen.c Lint_strncmp.c 
	Lint_strrchr.c Lint_swab.c 
Log Message:
lint stubs for functions which ports use assembly versions.  When using
an assembly version of a function, add the right lint stub to the Makefile.inc
which specifies the source to build the function (see the
arch/i386/*/Makefile.inc).  Can't just lint the normal C versions of these
functions, because some of them don't _have_ normal C versions and if
that were done dependencies would get messed up.


cgd
Wed Nov  5 16:53:25 PST 1997
Update of /cvsroot/src/lib/libc/sys
In directory netbsd1:/var/slash-tmp/cvs-serv15984/sys

Added Files:
	Lint_Ovfork.c Lint_brk.c Lint_exect.c Lint_fork.c Lint_pipe.c 
	Lint_ptrace.c Lint_sbrk.c Lint_setlogin.c Lint_sigpending.c 
	Lint_sigprocmask.c Lint_sigreturn.c Lint_sigsuspend.c 
	Lint_syscall.c 
Log Message:
lint stubs for functions which ports use assembly versions.  When using
an assembly version of a function, add the right lint stub to the Makefile.inc
which specifies the source to build the function (see the
arch/i386/*/Makefile.inc).  Can't just lint the normal C versions of these
functions, because some of them don't _have_ normal C versions and if
that were done dependencies would get messed up.


mellon
Wed Nov  5 16:55:29 PST 1997
Update of /cvsroot/src/distrib/utils/sysinst
In directory netbsd1:/var/slash-tmp/cvs-serv18581

Modified Files:
      Tag: netbsd-1-3
	defs.h 
Log Message:
Pull rev 1.14 through 1.18 up from trunk (jonathan)

mark
Wed Nov  5 16:57:08 PST 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv17893

Modified Files:
	machdep.c 
Log Message:
Ignore memory disk hooks and boot args if MINIROOTSIZE is defined.
Added check for zero terminator after removing spaces in
get_bootconf_option(). This fixes a problem of matching NULL terminators
if there are trailing spaces in the boot args.