aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/mbuf.9
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-14/+4
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-2/+3
* Document m_pulldown().Bruce M Simpson2007-02-261-1/+39
* Expand history and authors section of mbuf.9 man page to discuss recentRobert Watson2007-02-151-0/+28
* Explicitly emphasize a facet of m_pullup() that some people seem toJulian Elischer2006-12-081-0/+4
* o GC MT_FTABLE removed in rev. 1.192 mbuf.h.Maxim Konovalov2006-07-241-3/+2
* promote fast ipsec's m_clone routine for public use; it is renamedSam Leffler2006-03-151-1/+23
* Remove references to MEXT_ADD_REF, MEXT_REM_REF and MEXT_IS_REFAndre Oppermann2005-11-181-17/+1
* describe m_alignSam Leffler2005-08-081-1/+7
* Use 'manual page' instead of 'man page' for consistency.Hiten Pandya2005-06-281-1/+1
* Assorted markup fixes and minor wordsmithing.Ruslan Ermilov2005-06-151-1/+1
* add m_copyup function.. This can be used to help make our ip stack lessJohn-Mark Gurney2005-03-171-0/+29
* Expand contractions.Ruslan Ermilov2005-02-131-2/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-131-4/+4
* document m_appendSam Leffler2004-12-081-0/+12
* document that m_free returns m_next of the free'd mbufJohn-Mark Gurney2004-08-281-1/+5
* MT_TAG is dead.Maxim Konovalov2004-07-071-1/+0
* Mechanically kill hard sentence breaks and double whitespaces.Ruslan Ermilov2004-07-031-1/+1
* Forgot to bump the document date, *blush*.Ruslan Ermilov2004-05-201-1/+1
* Document mbuf tags based on the OpenBSD manpage.Ruslan Ermilov2004-05-201-1/+7
* o Document m_getcl(9).Maxim Konovalov2004-05-041-0/+17
* o Add a missed description for m_free(9).Maxim Konovalov2004-04-281-0/+3
* Assorted mdoc(7) fixes.Ruslan Ermilov2004-04-011-8/+11
* Fix last commit to conform to mdoc style.Mike Silbersack2004-04-011-4/+6
* Document the m_defrag function. (Mostly copied from the descriptionMike Silbersack2004-04-011-0/+18
* mtod() returns pointer to the specified type, not necessarily "void *".Ruslan Ermilov2004-02-271-1/+0
* Document the functions m_apply() and m_getptr().Bruce M Simpson2004-02-111-0/+42
* Fix MSIZE definition location.Alex Dupre2004-02-011-2/+2
* As I've been pointed out by Andrew Gallatin, there are someYaroslav Tykhiy2004-01-211-4/+12
* A couple of minor clarifications.Yaroslav Tykhiy2004-01-211-4/+4
* Add a description for the hardware-assisted checksummingYaroslav Tykhiy2004-01-211-0/+166
* Reformat the list of essential mbuf fields accordingYaroslav Tykhiy2004-01-181-10/+17
* Update the list of mbuf types from <sys/mbuf.h>.Yaroslav Tykhiy2004-01-181-1/+1
* Update the list of possible mbuf flags from <sys/mbuf.h>.Yaroslav Tykhiy2004-01-181-1/+3
* Remove an extra 'for' in the HISTORY section.Tom Rhodes2003-11-151-1/+1
* mdoc(7): Properly mark C headers.Ruslan Ermilov2003-09-101-1/+1
* Name a function argument "mbuf", not "buf", if it isYaroslav Tykhiy2003-06-151-2/+2
* Add missing descriptions of macros M_ALIGN and MH_ALIGN.Yaroslav Tykhiy2003-06-151-1/+89
* Add more markup to the mbuf(9) manpage. This includes:Yaroslav Tykhiy2003-06-151-92/+239
* Use .Va, not .Fa, to refer to structure members.Yaroslav Tykhiy2003-06-151-8/+8
* Assorted mdoc(7), grammar, spelling, and punctuation fixes.Ruslan Ermilov2003-05-211-11/+21
* Remove an extraneous `.El' that was reported by `groff -z`.Hiten Pandya2003-05-161-1/+0
* Add a description of m_defragrandomfailures.Mike Silbersack2003-04-151-0/+4
* Add info on how to use the MBUF_STRESS_TEST options. (Only 1 optionMike Silbersack2003-04-131-0/+11
* Return bits which were removed in revision 1.22.Tom Rhodes2003-02-241-3/+11
* Catch up to WAIT/NOWAIT cleanup.Alfred Perlstein2003-01-211-11/+3
* Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. TheyRobert Watson2003-01-181-0/+8
* mdoc(7) police: catch up to the code changes.Ruslan Ermilov2002-11-291-2/+2
* Add m_fixhdr() and m_length().Poul-Henning Kamp2002-09-181-0/+10