Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/01/1997 06:40:02
mycroft
Fri Oct 31 22:32:14 PST 1997
Update of /cvsroot/src/usr.bin/uuencode
In directory netbsd1:/var/slash-tmp/cvs-serv14150/uuencode

Modified Files:
	uuencode.1 
Log Message:
Nuke trailing comma in SEE ALSO section.

jonathan
Fri Oct 31 22:34:09 PST 1997
Update of /a/cvsroot/src/sys/arch/mips/mips
In directory netbsd1:/var/slash-tmp/cvs-serv13591

Modified Files:
	locore_r2000.S 
Log Message:
Incorporate a 4.4BSD-Lite workaround for a bug in cache invalidation.
>From   /sys/news3400/news3400/locore.s, with id
	@(#)locore.s	8.3 (Berkeley) 9/23/93

Kazumasa Utashiro notes that the pmax cacheflush routines don't work:
    #ifndef NOTDEF /* I don't know why Ralph's code doesn't work. KU:XXX */

It's because pmax hardware wries the COP0 bit to external branch
logic.  news3400s don't, and so the bc0f loop fails.  It will also
fail on some other models of pmax, but we dont' support them.
Surround the relevant framgents in locore_r200.S with "#ifdef pmax".

Longer-term,  the cacheflush entry in the locore callback may have
to be a  CPU baseboard-specific entry, not just CPU-version specific.


mycroft
Fri Oct 31 22:37:50 PST 1997
Update of /cvsroot/src/lib/libc/sys
In directory netbsd1:/var/slash-tmp/cvs-serv14623

Modified Files:
	adjtime.2 open.2 select.2 vfork.2 
Log Message:
Nuke trailing comma in SEE ALSO section.