DragonFly BSD
DragonFly commits List (threaded) for 2012-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: uipc: Import mbuf utility function m_unshare() from FreeBSD.


From: Nuno Antunes <nant@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 10 Jan 2012 06:12:00 -0800 (PST)

commit 0909f7982383f5d512b64b9a49b2dff9f3dbac66
Author: Nuno Antunes <nuno.antunes@gmail.com>
Date:   Sat Sep 18 02:28:50 2010 +0100

    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

Summary of changes:
 share/man/man9/mbuf.9 |   19 ++++++-
 sys/kern/uipc_mbuf.c  |  144 +++++++++++++++++++++++++++++++++++++++++++++++++
 sys/sys/mbuf.h        |    1 +
 3 files changed, 163 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0909f7982383f5d512b64b9a49b2dff9f3dbac66


-- 
DragonFly BSD source repository



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