CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/10/09 18:34:51
Modified files: sys/kern : uipc_mbuf.c Log message: copy the offset of data inside mbufs in m_copym(). this is cheap since it is basic math. it also means that payloads which have been aligned carefully will also be aligned in their copy. ok yasuoka@ claudio@