Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   itojun
Date:           Wed Oct 27 14:23:28 UTC 1999

Modified Files:
        syssrc/sys/kern: uipc_mbuf.c
        syssrc/sys/sys: mbuf.h

Log Message:
add mbuf deep-copy fnudtion, m_dup().
NOTE: if you use m_dup(), your additional kernel code can become
incompatible with 4.xBSD or other *BSD.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 syssrc/sys/kern/uipc_mbuf.c
cvs rdiff -r1.46 -r1.47 syssrc/sys/sys/mbuf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index