uipc: Import mbuf utility function m_unshare() from FreeBSD.
authorNuno Antunes <nuno.antunes@gmail.com>
Sat, 18 Sep 2010 01:28:50 +0000 (02:28 +0100)
committerNuno Antunes <nuno.antunes@gmail.com>
Tue, 10 Jan 2012 14:10:32 +0000 (14:10 +0000)
commit0909f7982383f5d512b64b9a49b2dff9f3dbac66
tree14166a16b58e72e313e24a0db5c728749724678c
parent82b1a9c13d3d5f354661cbfe0de226b7cea99b7d
uipc: Import mbuf utility function m_unshare() from FreeBSD.

* This function creates a version of the specified mbuf chain whose
  contents can be safely modified without affecting other users.

Taken-from: FreeBSD
share/man/man9/mbuf.9
sys/kern/uipc_mbuf.c
sys/sys/mbuf.h