Date: Fri, 11 Feb 2011 13:27:00 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern uipc_socket.c src/sys/net if.c netisr.c vnet.h Message-ID: <201102111327.p1BDRO90017258@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2011-02-11 13:27:00 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_socket.c
sys/net if.c netisr.c vnet.h
Log:
SVN rev 218559 on 2011-02-11 13:27:00Z by bz
Mfp4 CH=177255:
Make VNET_ASSERT() available with either VNET_DEBUG or INVARIANTS.
Change the syntax to match KASSERT() to allow more flexible panic
messages rather than having a printf with hardcoded arguments
before panic.
Adjust the few assertions we have to the new format (and enhance
the output).
Sponsored by: The FreeBSD Foundation
Sponsored by: CK Software GmbH
Reviewed by: jhb
MFC after: 2 weeks
Revision Changes Path
1.352 +2 -1 src/sys/kern/uipc_socket.c
1.396 +4 -2 src/sys/net/if.c
1.41 +2 -1 src/sys/net/netisr.c
1.40 +18 -12 src/sys/net/vnet.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102111327.p1BDRO90017258>
