Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/04/1997 18:40:02
thorpej
Tue Feb  4 10:36:34 PST 1997
Update of /cvsroot/src/sys/lib/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv916

Modified Files:
	alloc.c 
Log Message:
Add some debugging code to free(), to catch frees before the
start of the heap and beyond the end of the heap (if a heap limit
is defined).


thorpej
Tue Feb  4 10:38:21 PST 1997
Update of /cvsroot/src/sys/lib/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv1242

Modified Files:
	cread.c 
Log Message:
In close(), if the file descriptor was used for writing, don't free
data structures that weren't allocated.  Fix sanity-checked
by Matthias Drochner.


ragge
Tue Feb  4 10:38:24 PST 1997
Update of /cvsroot/src/lib/libc/arch/vax/sys
In directory netbsd1:/var/slash-tmp/cvs-serv1372/sys

Modified Files:
	Ovfork.S brk.S exect.S ptrace.S sbrk.S sigprocmask.S 
	sigreturn.S sigsuspend.S syscall.S 
Log Message:
ENTRY() takes two argument now, not one.