summaryrefslogtreecommitdiffstats
path: root/share/man/man9/mbuf.9
Commit message (Expand)AuthorAgeFilesLines
* 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
* As I've been pointed out by Andrew Gallatin, there are someyar2004-01-211-4/+12
* A couple of minor clarifications.yar2004-01-211-4/+4
* Add a description for the hardware-assisted checksummingyar2004-01-211-0/+166
* Reformat the list of essential mbuf fields accordingyar2004-01-181-10/+17
* Update the list of mbuf types from <sys/mbuf.h>.yar2004-01-181-1/+1
* Update the list of possible mbuf flags from <sys/mbuf.h>.yar2004-01-181-1/+3
* Remove an extra 'for' in the HISTORY section.trhodes2003-11-151-1/+1
* mdoc(7): Properly mark C headers.ru2003-09-101-1/+1
* Name a function argument "mbuf", not "buf", if it isyar2003-06-151-2/+2
* Add missing descriptions of macros M_ALIGN and MH_ALIGN.yar2003-06-151-1/+89
* Add more markup to the mbuf(9) manpage. This includes:yar2003-06-151-92/+239
* Use .Va, not .Fa, to refer to structure members.yar2003-06-151-8/+8
* Assorted mdoc(7), grammar, spelling, and punctuation fixes.ru2003-05-211-11/+21
* Remove an extraneous `.El' that was reported by `groff -z`.hmp2003-05-161-1/+0
* Add a description of m_defragrandomfailures.silby2003-04-151-0/+4
OpenPOWER on IntegriCloud