summaryrefslogtreecommitdiffstats
path: root/share/man/man9/mbuf.9
Commit message (Expand)AuthorAgeFilesLines
* MFC r307000, r307001:avos2016-10-151-10/+4
* Document m_catpkt(), and remove misinformation about m_cat(9).markj2016-03-021-7/+23
* Remove MLINKS to more non-existent mbuf(9) macrosngie2015-09-271-1/+0
* Posthumously remove all references to MFREE(9)ngie2015-09-271-1/+0
* Document m_collapse().markj2015-03-121-1/+17
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-4/+7
* Fix various mdoc issues and some EOL whitespace.brueffer2014-12-211-2/+4
* it is not cast to a pointer of the specified type, it is cast to thejmg2014-10-211-1/+1
* spell out the arguments..jmg2014-10-211-5/+6
* Catch up with recent changes...kevlo2014-06-051-21/+23
* Document m_get2().kevlo2014-04-301-1/+7
* Change type from int to short to match function prototypes.kevlo2014-04-301-5/+5
* Remove notes about historical mbuf(9) allocator flags from documentation.glebius2014-01-161-12/+1
* bump Ddjmg2013-12-211-1/+1
* document the m_getjcl function...jmg2013-12-201-0/+8
* Remove description of deprecated IP fragment checksum support.andre2012-11-131-56/+1
* The argument len of m_pullup(9) could be less than or equal to MHLEN.kevlo2012-10-301-1/+1
* Fix MINCLSIZE. It should be MHLEN + 1.kevlo2012-10-251-4/+3
* Typo and mdoc(7) style fixes.gjb2012-05-201-2/+4
* It is already seven years since mbuf allocator uses sameglebius2011-04-181-15/+16
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
* Document the MEXTADD macro.des2010-08-071-2/+55
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-14/+4
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-2/+3
* Document m_pulldown().bms2007-02-261-1/+39
* Expand history and authors section of mbuf.9 man page to discuss recentrwatson2007-02-151-0/+28
* Explicitly emphasize a facet of m_pullup() that some people seem tojulian2006-12-081-0/+4
* o GC MT_FTABLE removed in rev. 1.192 mbuf.h.maxim2006-07-241-3/+2
* promote fast ipsec's m_clone routine for public use; it is renamedsam2006-03-151-1/+23
* Remove references to MEXT_ADD_REF, MEXT_REM_REF and MEXT_IS_REFandre2005-11-181-17/+1
* describe m_alignsam2005-08-081-1/+7
* Use 'manual page' instead of 'man page' for consistency.hmp2005-06-281-1/+1
* Assorted markup fixes and minor wordsmithing.ru2005-06-151-1/+1
* add m_copyup function.. This can be used to help make our ip stack lessjmg2005-03-171-0/+29
* Expand contractions.ru2005-02-131-2/+2
* Expand *n't contractions.ru2005-02-131-4/+4
* document m_appendsam2004-12-081-0/+12
* document that m_free returns m_next of the free'd mbufjmg2004-08-281-1/+5
* MT_TAG is dead.maxim2004-07-071-1/+0
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-1/+1
* Forgot to bump the document date, *blush*.ru2004-05-201-1/+1
* Document mbuf tags based on the OpenBSD manpage.ru2004-05-201-1/+7
* o Document m_getcl(9).maxim2004-05-041-0/+17
* o Add a missed description for m_free(9).maxim2004-04-281-0/+3
* Assorted mdoc(7) fixes.ru2004-04-011-8/+11
* Fix last commit to conform to mdoc style.silby2004-04-011-4/+6
* Document the m_defrag function. (Mostly copied from the descriptionsilby2004-04-011-0/+18
* mtod() returns pointer to the specified type, not necessarily "void *".ru2004-02-271-1/+0
* Document the functions m_apply() and m_getptr().bms2004-02-111-0/+42
* Fix MSIZE definition location.ale2004-02-011-2/+2
OpenPOWER on IntegriCloud