Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: maxv
Date: Sat Dec 22 13:55:56 UTC 2018
Modified Files:
src/sys/kern: uipc_mbuf.c
src/sys/net80211: ieee80211_netbsd.c ieee80211_netbsd.h
src/sys/sys: mbuf.h
Log Message:
Move m_align() back into the kernel, and switch M_ALIGN and MH_ALIGN to it.
Forcing a distinction between M_ALIGN and MH_ALIGN is too bug-friendly and
serves no particular purpose.
To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 src/sys/kern/uipc_mbuf.c
cvs rdiff -u -r1.32 -r1.33 src/sys/net80211/ieee80211_netbsd.c
cvs rdiff -u -r1.21 -r1.22 src/sys/net80211/ieee80211_netbsd.h
cvs rdiff -u -r1.215 -r1.216 src/sys/sys/mbuf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index