Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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.



Home | Main Index | Thread Index | Old Index