Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/11/1996 08:50:03
christos
Thu Apr 11 08:41:27 EDT 1996
Update of /a/cvsroot/src/sys/compat/svr4
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv19778

Modified Files:
	svr4_util.h 
Log Message:
Use uprintf instead of printf for debugging. Lot's of printing causes panics
on the sparcs, and even if that was not the case, you end up losing text.


christos
Thu Apr 11 08:43:33 EDT 1996
Update of /a/cvsroot/src/sys/compat/svr4
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv19867

Modified Files:
	files.svr4 
Added Files:
	svr4_socket.c svr4_socket.h 
Log Message:
New files to provide a device,inode -> pathname mapping for unix domain
sockets. This is needed for putmsg(2)


christos
Thu Apr 11 08:46:43 EDT 1996
Update of /a/cvsroot/src/sys/compat/svr4
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv19896

Modified Files:
	svr4_stat.c 
Log Message:
Svr4 does not have unix domain sockets; it emulates them with mode 0 named
pipes. Emulate that behavior, by telling svr4 we've found mode 0 named pipe
when we find a unix domain socket. Also record the name and device,inode
pair of sockets found.


christos
Thu Apr 11 08:49:15 EDT 1996
Update of /a/cvsroot/src/sys/compat/svr4
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv19921

Modified Files:
	svr4_stream.c 
Log Message:
- Make unix domain sockets work.
- Implement GETSOCKNAME and GETMYNAME
- Implement getmsg(ACCEPT) [incomplete]
- Implement LISTEN [incomplete]

There are too many changes in the code, this is why the incomplete checkpoint.