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:   christos
Date:           Thu Jun 27 17:47:18 UTC 2013

Modified Files:
        src/sys/kern: uipc_mbuf.c
        src/sys/net80211: ieee80211_netbsd.c ieee80211_netbsd.h
        src/sys/sys: mbuf.h

Log Message:
- add m_add() that puts an mbuf to end of a chain
- m_append() and m_align() with their family
- remove parameters from prototypes


To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 src/sys/kern/uipc_mbuf.c
cvs rdiff -u -r1.23 -r1.24 src/sys/net80211/ieee80211_netbsd.c
cvs rdiff -u -r1.17 -r1.18 src/sys/net80211/ieee80211_netbsd.h
cvs rdiff -u -r1.151 -r1.152 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