| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 1 | -1/+1 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | Ruslan Ermilov | 2008-03-25 | 1 | -14/+4 |
* | Give MEXTADD() another argument to make both void pointers to the | Poul-Henning Kamp | 2008-02-01 | 1 | -2/+3 |
* | Document m_pulldown(). | Bruce M Simpson | 2007-02-26 | 1 | -1/+39 |
* | Expand history and authors section of mbuf.9 man page to discuss recent | Robert Watson | 2007-02-15 | 1 | -0/+28 |
* | Explicitly emphasize a facet of m_pullup() that some people seem to | Julian Elischer | 2006-12-08 | 1 | -0/+4 |
* | o GC MT_FTABLE removed in rev. 1.192 mbuf.h. | Maxim Konovalov | 2006-07-24 | 1 | -3/+2 |
* | promote fast ipsec's m_clone routine for public use; it is renamed | Sam Leffler | 2006-03-15 | 1 | -1/+23 |
* | Remove references to MEXT_ADD_REF, MEXT_REM_REF and MEXT_IS_REF | Andre Oppermann | 2005-11-18 | 1 | -17/+1 |
* | describe m_align | Sam Leffler | 2005-08-08 | 1 | -1/+7 |
* | Use 'manual page' instead of 'man page' for consistency. | Hiten Pandya | 2005-06-28 | 1 | -1/+1 |
* | Assorted markup fixes and minor wordsmithing. | Ruslan Ermilov | 2005-06-15 | 1 | -1/+1 |
* | add m_copyup function.. This can be used to help make our ip stack less | John-Mark Gurney | 2005-03-17 | 1 | -0/+29 |
* | Expand contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -2/+2 |
* | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -4/+4 |
* | document m_append | Sam Leffler | 2004-12-08 | 1 | -0/+12 |
* | document that m_free returns m_next of the free'd mbuf | John-Mark Gurney | 2004-08-28 | 1 | -1/+5 |
* | MT_TAG is dead. | Maxim Konovalov | 2004-07-07 | 1 | -1/+0 |
* | Mechanically kill hard sentence breaks and double whitespaces. | Ruslan Ermilov | 2004-07-03 | 1 | -1/+1 |
* | Forgot to bump the document date, *blush*. | Ruslan Ermilov | 2004-05-20 | 1 | -1/+1 |
* | Document mbuf tags based on the OpenBSD manpage. | Ruslan Ermilov | 2004-05-20 | 1 | -1/+7 |
* | o Document m_getcl(9). | Maxim Konovalov | 2004-05-04 | 1 | -0/+17 |
* | o Add a missed description for m_free(9). | Maxim Konovalov | 2004-04-28 | 1 | -0/+3 |
* | Assorted mdoc(7) fixes. | Ruslan Ermilov | 2004-04-01 | 1 | -8/+11 |
* | Fix last commit to conform to mdoc style. | Mike Silbersack | 2004-04-01 | 1 | -4/+6 |
* | Document the m_defrag function. (Mostly copied from the description | Mike Silbersack | 2004-04-01 | 1 | -0/+18 |
* | mtod() returns pointer to the specified type, not necessarily "void *". | Ruslan Ermilov | 2004-02-27 | 1 | -1/+0 |
* | Document the functions m_apply() and m_getptr(). | Bruce M Simpson | 2004-02-11 | 1 | -0/+42 |
* | Fix MSIZE definition location. | Alex Dupre | 2004-02-01 | 1 | -2/+2 |
* | As I've been pointed out by Andrew Gallatin, there are some | Yaroslav Tykhiy | 2004-01-21 | 1 | -4/+12 |
* | A couple of minor clarifications. | Yaroslav Tykhiy | 2004-01-21 | 1 | -4/+4 |
* | Add a description for the hardware-assisted checksumming | Yaroslav Tykhiy | 2004-01-21 | 1 | -0/+166 |
* | Reformat the list of essential mbuf fields according | Yaroslav Tykhiy | 2004-01-18 | 1 | -10/+17 |
* | Update the list of mbuf types from <sys/mbuf.h>. | Yaroslav Tykhiy | 2004-01-18 | 1 | -1/+1 |
* | Update the list of possible mbuf flags from <sys/mbuf.h>. | Yaroslav Tykhiy | 2004-01-18 | 1 | -1/+3 |
* | Remove an extra 'for' in the HISTORY section. | Tom Rhodes | 2003-11-15 | 1 | -1/+1 |
* | mdoc(7): Properly mark C headers. | Ruslan Ermilov | 2003-09-10 | 1 | -1/+1 |
* | Name a function argument "mbuf", not "buf", if it is | Yaroslav Tykhiy | 2003-06-15 | 1 | -2/+2 |
* | Add missing descriptions of macros M_ALIGN and MH_ALIGN. | Yaroslav Tykhiy | 2003-06-15 | 1 | -1/+89 |
* | Add more markup to the mbuf(9) manpage. This includes: | Yaroslav Tykhiy | 2003-06-15 | 1 | -92/+239 |
* | Use .Va, not .Fa, to refer to structure members. | Yaroslav Tykhiy | 2003-06-15 | 1 | -8/+8 |
* | Assorted mdoc(7), grammar, spelling, and punctuation fixes. | Ruslan Ermilov | 2003-05-21 | 1 | -11/+21 |
* | Remove an extraneous `.El' that was reported by `groff -z`. | Hiten Pandya | 2003-05-16 | 1 | -1/+0 |
* | Add a description of m_defragrandomfailures. | Mike Silbersack | 2003-04-15 | 1 | -0/+4 |
* | Add info on how to use the MBUF_STRESS_TEST options. (Only 1 option | Mike Silbersack | 2003-04-13 | 1 | -0/+11 |
* | Return bits which were removed in revision 1.22. | Tom Rhodes | 2003-02-24 | 1 | -3/+11 |
* | Catch up to WAIT/NOWAIT cleanup. | Alfred Perlstein | 2003-01-21 | 1 | -11/+3 |
* | Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. They | Robert Watson | 2003-01-18 | 1 | -0/+8 |
* | mdoc(7) police: catch up to the code changes. | Ruslan Ermilov | 2002-11-29 | 1 | -2/+2 |
* | Add m_fixhdr() and m_length(). | Poul-Henning Kamp | 2002-09-18 | 1 | -0/+10 |