OpenBSD cvs log

created 2018-12-03T16:18:47Z
begin 2018-11-09T00:00:00Z
end 2018-11-10T00:00:00Z
path src/sys
commits 3

date 2018-11-09T13:26:12Z
author claudio
files src/sys/netinet/ipsec_input.c log diff annotate
src/sys/netinet6/raw_ip6.c log diff annotate
message Remove the last few XXX rdomain markers. Even those functions respect the
rdomain now and are therefor rdomain save.
OK mpi@

date 2018-11-09T14:14:31Z
author claudio
files src/sys/dev/ic/elink3.c log diff annotate
src/sys/dev/ic/malo.c log diff annotate
src/sys/dev/pci/if_bge.c log diff annotate
src/sys/dev/pci/if_nep.c log diff annotate
src/sys/dev/pci/if_vte.c log diff annotate
src/sys/dev/sdmmc/if_bwfm_sdio.c log diff annotate
src/sys/kern/uipc_mbuf.c log diff annotate
src/sys/kern/uipc_mbuf2.c log diff annotate
src/sys/kern/uipc_socket2.c log diff annotate
src/sys/kern/uipc_usrreq.c log diff annotate
src/sys/net/bsd-comp.c log diff annotate
src/sys/net/if_ppp.c log diff annotate
src/sys/net/ppp-deflate.c log diff annotate
src/sys/net/ppp_tty.c log diff annotate
src/sys/net/switchctl.c log diff annotate
src/sys/net80211/ieee80211_crypto_bip.c log diff annotate
src/sys/net80211/ieee80211_crypto_ccmp.c log diff annotate
src/sys/net80211/ieee80211_crypto_tkip.c log diff annotate
src/sys/net80211/ieee80211_crypto_wep.c log diff annotate
src/sys/netinet/tcp_output.c log diff annotate
message M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
m_leadingspace() and m_trailingspace(). Convert all callers to call
directly the functions and remove the defines.
OK krw@, mpi@

date 2018-11-09T14:14:32Z
author claudio
files src/sys/netinet6/icmp6.c log diff annotate
src/sys/netinet6/ip6_input.c log diff annotate
src/sys/netinet6/ip6_output.c log diff annotate
src/sys/nfs/nfs_serv.c log diff annotate
src/sys/nfs/nfs_socket.c log diff annotate
src/sys/nfs/nfs_subs.c log diff annotate
src/sys/sys/mbuf.h log diff annotate
message M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
m_leadingspace() and m_trailingspace(). Convert all callers to call
directly the functions and remove the defines.
OK krw@, mpi@