Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 2004 13:25:19 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf2.c src/share/man/man9 mbuf_tags.9
Message-ID:  <200410091325.i99DPK00097724@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2004-10-09 13:25:19 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              mbuf.h 
    sys/kern             uipc_mbuf2.c 
    share/man/man9       mbuf_tags.9 
  Log:
  Remove inlined m_tag_free(). Rename _m_tag_free() to m_tag_free()
  and make it visible (same way as in OpenBSD). Describe usage in manpage.
  
  This change is useful for creating custom free methods, which
  call default free method at their end.
  
  While here, make malloc declaration for mbuf tags more informative.
  
  Approved by:    julian (mentor), sam
  MFC after:      1 month
  
  Revision  Changes    Path
  1.2       +11 -7     src/share/man/man9/mbuf_tags.9
  1.27      +11 -6     src/sys/kern/uipc_mbuf2.c
  1.160     +1 -9      src/sys/sys/mbuf.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410091325.i99DPK00097724>