summaryrefslogtreecommitdiff
path: root/sys/kern/kern_mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* MFC src/sys/kern/kern_mbuf.c 1.6, src/sys/kern/uipc_mbuf.c 1.141,Bosko Milekic2005-02-161-4/+2
* MFC: Sync up the Copyright statements for the following files to theirBosko Milekic2005-02-161-2/+2
* MFC: Copyright updates, as in 1.5Bosko Milekic2005-02-161-5/+1
* MFC: Align allocated mbufs correctly and CTASSERT that their size is a powerBrian Somers2005-01-311-1/+4
* * Add a "how" argument to uma_zone constructors and initialization functionsBrian Feldman2004-08-021-35/+32
* Fix a couple of bugs in the mbuf and packet ctors. In the latter case,Bosko Milekic2004-06-011-5/+3
* Bring in mbuma to replace mballoc.Bosko Milekic2004-05-311-0/+385