Source-Changes archive

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

NetBSD master CVS tree commits



cgd
Fri Jun 14 18:21:22 EDT 1996
Update of /a/cvsroot/src/sys/compat/hpux
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv13153/compat/hpux

Modified Files:
        hpux_net.c 
Log Message:
avoid unnecessary checks of m_get/MGET/etc.'s return values.  When
they're called with M_WAIT, they are defined to never return NULL.


cgd
Fri Jun 14 18:21:34 EDT 1996
Update of /a/cvsroot/src/sys/compat/sunos
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv13153/compat/sunos

Modified Files:
        sunos_misc.c 
Log Message:
avoid unnecessary checks of m_get/MGET/etc.'s return values.  When
they're called with M_WAIT, they are defined to never return NULL.


cgd
Fri Jun 14 18:21:40 EDT 1996
Update of /a/cvsroot/src/sys/compat/ultrix
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv13153/compat/ultrix

Modified Files:
        ultrix_misc.c 
Log Message:
avoid unnecessary checks of m_get/MGET/etc.'s return values.  When
they're called with M_WAIT, they are defined to never return NULL.


cgd
Fri Jun 14 18:21:50 EDT 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv13153/kern

Modified Files:
        uipc_syscalls.c 
Log Message:
avoid unnecessary checks of m_get/MGET/etc.'s return values.  When
they're called with M_WAIT, they are defined to never return NULL.


cgd
Fri Jun 14 18:22:07 EDT 1996
Update of /a/cvsroot/src/sys/net
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv13153/net

Modified Files:
        bpf.c ppp_tty.c 
Log Message:
avoid unnecessary checks of m_get/MGET/etc.'s return values.  When
they're called with M_WAIT, they are defined to never return NULL.


cgd
Fri Jun 14 18:22:21 EDT 1996
Update of /a/cvsroot/src/sys/netiso
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv13153/netiso

Modified Files:
        if_cons.c tp_usrreq.c 
Log Message:
avoid unnecessary checks of m_get/MGET/etc.'s return values.  When
they're called with M_WAIT, they are defined to never return NULL.


cgd
Fri Jun 14 18:22:41 EDT 1996
Update of /a/cvsroot/src/sys/nfs
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv13153/nfs

Modified Files:
        krpc_subr.c nfs_vfsops.c 
Log Message:
avoid unnecessary checks of m_get/MGET/etc.'s return values.  When
they're called with M_WAIT, they are defined to never return NULL.




Home | Main Index | Thread Index | Old Index