summaryrefslogtreecommitdiff
path: root/share/man/man9/mbuf.9
AgeCommit message (Expand)Author
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2013-11-27M_AUTH_AH got removed in 2012, no reason to document it.Martin Pieuchot
2013-10-25Now that the M_ICMP_CSUM_* flags are actually used in the kernel by PF,Lawrence Teo
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-06-11return ENOBUFS on failure from m_defrag and m_tag_copy_chain.David Gwynne
2013-06-05\-1;Jason McIntyre
2013-06-05m_defrag(9) wasnt documented.David Gwynne
2013-06-04Replace old-fashioned .Fd by new-fangled .In for #include lines.Ingo Schwarze
2013-03-23Sync checksum flags with mbuf.h by renaming M_{TCP,UDP}V4_CSUM_OUT toLawrence Teo
2013-01-03update from Ryan Ozmun;Jason McIntyre
2012-11-17sync m_copydata prototype with reality, ok jsg phesslerHenning Brauer
2012-09-27replace m_zero(9) with M_ZEROIZE; original diff from markusJason McIntyre
2011-12-02it's MAXMCLBYTES, not MAXCLBYTES.David Gwynne
2011-11-30this diff introduces the MAXMCLBYTES macro to describe the largestDavid Gwynne
2011-07-29Remove references to a function that no longer exists, reminded by claudio@Bret Lambert
2011-04-05Arguments to m_dup_pkthdr() have changed; sync man page with reality.Bret Lambert
2011-04-04Nd strings do not start uppercase;Jason McIntyre
2011-04-03fix typo; found by and ok jmc@Bret Lambert
2011-04-03Document m_dup_pkthdr function.Bret Lambert
2011-01-30zap unneeded Pp;Jason McIntyre
2011-01-30missing space: out-of-banddata -> out-of-band dataStefan Sperling
2010-07-07update manpage to reflect recent changes to m_copybackBret Lambert
2010-05-29restore a line that was removed by blambert@ along with MCHTYPE.Damien Bergamini
2010-01-10remove references to docs we no longer install;Jason McIntyre
2009-08-09MCLGETI() will now allocate a mbuf header if it is not provided, thusTheo de Raadt
2009-03-02Remove MEXTMALLOC and MCHTYPE from mbuf.9, as they have not existedBret Lambert
2009-01-28Correctly document MINCLSIZE which changed some time ago.Claudio Jeker
2009-01-26Fix whitespace typo in mbuf man page.Alexander Bluhm
2008-12-14MCLGETI takes an mbuf *, not an mbuf.David Gwynne
2008-11-29extra word deleted; spotted by jmcTheo de Raadt
2008-11-29document MCLGETITheo de Raadt
2008-11-03Forgot this docu bit in the M_ANYCAST6 removal. This is actually from naddy@Claudio Jeker
2008-10-14Change m_devget()'s outdated and unused "offset" argument: It isChristian Weisgerber
2008-09-18Introduce the infrastructure required to support hardware VLAN tagChristian Weisgerber
2008-09-15briefly document the M_LINK0 and M_FILDROP flags; ok jmc@Christian Weisgerber
2008-08-29MSIZE and MCLBYTES are now defined in sys/param.h; from Jordan GordeevJason McIntyre
2008-04-13MSIZE is defined in sys/param.h, not machine/param.h;Jason McIntyre
2008-03-30correct arg name; from Matthew DempskyJason McIntyre
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
2008-02-03Fix the struct pkthdr definition.Claudio Jeker
2007-09-14sleep(9) was removed aeons ago according to miod, so remove referencesMichael Knudsen
2007-08-10sync structs with realityHenning Brauer
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-12m_prepend() should never be called directly. So tell people to useClaudio Jeker
2007-04-03put "CODE REFERENCES" before "SEE ALSO" for consistencyJasper Lievisse Adriaanse
2006-10-12- give smm/18.net a titleJason McIntyre
2006-10-11Remove unused variable and simplify m_copym0(). Diff from bret.lambert at gma...Marco Pfatschbacher
2006-09-05mention that the 'cp' argument to m_copyback is the buffer to beThordur I. Bjornsson
2006-08-28sync MEXTADD prototype with reality.Damien Bergamini
2005-04-25csum -> csum_flagsBrad Smith