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: 05/23/1996 19:40:04
cgd
Thu May 23 19:34:20 EDT 1996
Update of /a/cvsroot/src/sys/miscfs/union
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28188/union

Modified Files:
	union_vnops.c 
Log Message:
print pointers with %p, rather than by printing with %x and casting to
(unsigned int).


cgd
Thu May 23 19:34:24 EDT 1996
Update of /a/cvsroot/src/sys/miscfs/umapfs
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28188/umapfs

Modified Files:
	umap_vnops.c 
Log Message:
print pointers with %p, rather than by printing with %x and casting to
(unsigned int).


mycroft
Thu May 23 19:35:31 EDT 1996
Update of /a/cvsroot/src/sys/netccitt
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28229

Modified Files:
	if_x25subr.c pk_input.c pk_subr.c pk_usrreq.c pk_var.h 
Log Message:
Mostly minor changes.
Convert the listen queue to a TAILQ to avoid O(n^2) insertion.  Should probably
be a hash table.