Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/11/1996 09:50:02
mycroft
Wed Dec 11 01:44:23 PST 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv7987

Modified Files:
      Tag: netbsd-1-2
	kern_synch.c 
Log Message:
>From trunk:
Rearrange tsleep() so that a panic while `curproc' is null can successfully
sync.

mycroft
Wed Dec 11 01:48:11 PST 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv8573

Modified Files:
      Tag: netbsd-1-2
	vfs_syscalls.c 
Log Message:
>From trunk:
Seeking on a FIFO should return ESPIPE.