K 10 svn:author V 7 rwatson K 8 svn:date V 27 2007-11-20T18:50:54.000000Z K 7 svn:log V 282 Annotate two possible bugs in a comment: (1) we allocate and explicitly prepend a data mbuf in front of a header mbuf without moving the header to the new mbuf, and (2) a possible alignment problem on architectures with strict alignment as reported in kern/4184. PR: kern/4184 (1) END