Age | Commit message (Expand) | Author |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-03-02 | Remove MEXTMALLOC and MCHTYPE from mbuf.9, as they have not existed | Bret Lambert |
2009-01-28 | Correctly document MINCLSIZE which changed some time ago. | Claudio Jeker |
2009-01-26 | Fix whitespace typo in mbuf man page. | Alexander Bluhm |
2008-12-14 | MCLGETI takes an mbuf *, not an mbuf. | David Gwynne |
2008-11-29 | extra word deleted; spotted by jmc | Theo de Raadt |
2008-11-29 | document MCLGETI | Theo de Raadt |
2008-11-03 | Forgot this docu bit in the M_ANYCAST6 removal. This is actually from naddy@ | Claudio Jeker |
2008-10-14 | Change m_devget()'s outdated and unused "offset" argument: It is | Christian Weisgerber |
2008-09-18 | Introduce the infrastructure required to support hardware VLAN tag | Christian Weisgerber |
2008-09-15 | briefly document the M_LINK0 and M_FILDROP flags; ok jmc@ | Christian Weisgerber |
2008-08-29 | MSIZE and MCLBYTES are now defined in sys/param.h; from Jordan Gordeev | Jason McIntyre |
2008-04-13 | MSIZE is defined in sys/param.h, not machine/param.h; | Jason McIntyre |
2008-03-30 | correct arg name; from Matthew Dempsky | Jason McIntyre |
2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because | Jason McIntyre |
2008-02-03 | Fix the struct pkthdr definition. | Claudio Jeker |
2007-09-14 | sleep(9) was removed aeons ago according to miod, so remove references | Michael Knudsen |
2007-08-10 | sync structs with reality | Henning Brauer |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-12 | m_prepend() should never be called directly. So tell people to use | Claudio Jeker |
2007-04-03 | put "CODE REFERENCES" before "SEE ALSO" for consistency | Jasper Lievisse Adriaanse |
2006-10-12 | - give smm/18.net a title | Jason McIntyre |
2006-10-11 | Remove unused variable and simplify m_copym0(). Diff from bret.lambert at gma... | Marco Pfatschbacher |
2006-09-05 | mention that the 'cp' argument to m_copyback is the buffer to be | Thordur I. Bjornsson |
2006-08-28 | sync MEXTADD prototype with reality. | Damien Bergamini |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-01-29 | quote %T and %B to prevent madness; | Jason McIntyre |
2005-01-10 | m_hdr.mh_flags has been u_short for some time now. | Jonathan Gray |
2004-11-27 | proper prototypes for some functions that were missing them; ok deraadt dhartmei | Peter Valchev |
2004-11-25 | resolve conflict between M_TUNNEL and M_ANYCAST6, remove M_COMP (it's | Markus Friedl |
2004-04-16 | list/display fixes, and whitespace; | Jason McIntyre |
2003-12-27 | Mention that m is free'd if m_pulldown fails. | Ryan Thomas McBride |
2003-12-12 | sync with <sys/mbuf.h>, as pointed out by Dragos Ruiu; | Jason McIntyre |
2003-04-17 | typos; | Jason McIntyre |
2003-03-14 | more cleaning: document 'how' | Jason Wright |
2003-03-14 | dead functions | Jason Wright |
2003-03-14 | This still needs work, but it's alot closer. | Jason Wright |
2003-02-02 | :%s/MEXTALLOC/MEXTMALLOC/g; pointed out by angelos | Jason Wright |
2002-06-14 | Typo. | Aaron Campbell |
2002-06-12 | Finish the first sentence (has anyone ever read this man page?). | Aaron Campbell |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-06 | mbuf(9) man page. Thanks for art@ and mpech@ corrections. | Jean-Jacques Bernard-Gundol |
1999-09-22 | REVERT TO PREVIOUS STATE OF AFFAIR. | Marc Espie |
1999-09-22 | Add/update some man9 pages from NetBSD | Constantine Sapuntzakis |