Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/30/1997 15:40:02
leo
Wed Jul 30 08:32:38 PDT 1997
Update of /a/cvsroot/src/sys/arch/atari/dev
In directory netbsd1:/home/leo/src/sys/arch/atari/dev

Modified Files:
	wd.c 
Log Message:
Include 'locators.h'


christos
Wed Jul 30 11:33:23 EDT 1997
Update of /a/cvsroot/othersrc/sup
In directory netbsd1:/var/slash-tmp/cvs-serv29823

Modified Files:
	run.c 
Log Message:
- Don't botch varargs: the are not always an array of void * in the stack...
  Write a separate function to convert a list of function parameters to
  an argv array.
- explain why execv failed.


christos
Wed Jul 30 11:35:16 EDT 1997
Update of /a/cvsroot/othersrc/sup
In directory netbsd1:/var/slash-tmp/cvs-serv174

Modified Files:
	supcmeat.c 
Log Message:
If a directory gets deleted in the master tree, but the client has it in
his last.<collection> list, this directory did not get removed in the client
since the code just tried rmdir(foo) and gave up when that failed. This
has been changed to be more agressive and do an rm -fr when rmdir fails.


leo
Wed Jul 30 08:37:50 PDT 1997
Update of /a/cvsroot/src/sys/arch/atari/atari
In directory netbsd1:/home/leo/src/sys/arch/atari/atari

Modified Files:
	atari_init.c locore.s 
Log Message:
Use a buserror handler that just tests for 'nofault' being set when the
MMU is not yet initialized. This behaviour is necessary when probing
for the machine type - because we need the type before we can setup the
tables....