Age | Commit message (Expand) | Author |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-11-27 | M_AUTH_AH got removed in 2012, no reason to document it. | Martin Pieuchot |
2013-10-25 | Now that the M_ICMP_CSUM_* flags are actually used in the kernel by PF, | Lawrence Teo |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-06-11 | return ENOBUFS on failure from m_defrag and m_tag_copy_chain. | David Gwynne |
2013-06-05 | \-1; | Jason McIntyre |
2013-06-05 | m_defrag(9) wasnt documented. | David Gwynne |
2013-06-04 | Replace old-fashioned .Fd by new-fangled .In for #include lines. | Ingo Schwarze |
2013-03-23 | Sync checksum flags with mbuf.h by renaming M_{TCP,UDP}V4_CSUM_OUT to | Lawrence Teo |
2013-01-03 | update from Ryan Ozmun; | Jason McIntyre |
2012-11-17 | sync m_copydata prototype with reality, ok jsg phessler | Henning Brauer |
2012-09-27 | replace m_zero(9) with M_ZEROIZE; original diff from markus | Jason McIntyre |
2011-12-02 | it's MAXMCLBYTES, not MAXCLBYTES. | David Gwynne |
2011-11-30 | this diff introduces the MAXMCLBYTES macro to describe the largest | David Gwynne |
2011-07-29 | Remove references to a function that no longer exists, reminded by claudio@ | Bret Lambert |
2011-04-05 | Arguments to m_dup_pkthdr() have changed; sync man page with reality. | Bret Lambert |
2011-04-04 | Nd strings do not start uppercase; | Jason McIntyre |
2011-04-03 | fix typo; found by and ok jmc@ | Bret Lambert |
2011-04-03 | Document m_dup_pkthdr function. | Bret Lambert |
2011-01-30 | zap unneeded Pp; | Jason McIntyre |
2011-01-30 | missing space: out-of-banddata -> out-of-band data | Stefan Sperling |
2010-07-07 | update manpage to reflect recent changes to m_copyback | Bret Lambert |
2010-05-29 | restore a line that was removed by blambert@ along with MCHTYPE. | Damien Bergamini |
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre |
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 |