Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 08/26/1996 20:50:04
cgd
Mon Aug 26 20:44:23 EDT 1996
Update of /a/cvsroot/src/sys/lib/libkern
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24862

Modified Files:
	libkern.h 
Added Files:
	__assert.c 
Log Message:
Add machine-independent assertion-checking support.  macros are:

	assert()	which always does assertion checking
			unless "NDEBUG" is defined.

	KASSERT()	which does assertion checking if DIAGNOSTIC
			is defined.

	KDASSERT()	which does assertion checking if DEBUG is
			define.  This macro exists for compatibility
			with existing ports' assertion checking macros.
			(Assertion checking is not typically an
			"expensive" operation, and DIAGNOSTIC should be
			used for inexpensive consistency checks.)


cgd
Mon Aug 26 20:44:25 EDT 1996
Update of /a/cvsroot/src/sys/lib/libkern/arch/alpha
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24862/arch/alpha

Modified Files:
	Makefile.inc 
Log Message:
Add machine-independent assertion-checking support.  macros are:

	assert()	which always does assertion checking
			unless "NDEBUG" is defined.

	KASSERT()	which does assertion checking if DIAGNOSTIC
			is defined.

	KDASSERT()	which does assertion checking if DEBUG is
			define.  This macro exists for compatibility
			with existing ports' assertion checking macros.
			(Assertion checking is not typically an
			"expensive" operation, and DIAGNOSTIC should be
			used for inexpensive consistency checks.)


cgd
Mon Aug 26 20:44:27 EDT 1996
Update of /a/cvsroot/src/sys/lib/libkern/arch/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24862/arch/arm32

Modified Files:
	Makefile.inc 
Log Message:
Add machine-independent assertion-checking support.  macros are:

	assert()	which always does assertion checking
			unless "NDEBUG" is defined.

	KASSERT()	which does assertion checking if DIAGNOSTIC
			is defined.

	KDASSERT()	which does assertion checking if DEBUG is
			define.  This macro exists for compatibility
			with existing ports' assertion checking macros.
			(Assertion checking is not typically an
			"expensive" operation, and DIAGNOSTIC should be
			used for inexpensive consistency checks.)


cgd
Mon Aug 26 20:44:29 EDT 1996
Update of /a/cvsroot/src/sys/lib/libkern/arch/i386
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24862/arch/i386

Modified Files:
	Makefile.inc 
Log Message:
Add machine-independent assertion-checking support.  macros are:

	assert()	which always does assertion checking
			unless "NDEBUG" is defined.

	KASSERT()	which does assertion checking if DIAGNOSTIC
			is defined.

	KDASSERT()	which does assertion checking if DEBUG is
			define.  This macro exists for compatibility
			with existing ports' assertion checking macros.
			(Assertion checking is not typically an
			"expensive" operation, and DIAGNOSTIC should be
			used for inexpensive consistency checks.)


cgd
Mon Aug 26 20:44:31 EDT 1996
Update of /a/cvsroot/src/sys/lib/libkern/arch/m68k
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24862/arch/m68k

Modified Files:
	Makefile.inc 
Log Message:
Add machine-independent assertion-checking support.  macros are:

	assert()	which always does assertion checking
			unless "NDEBUG" is defined.

	KASSERT()	which does assertion checking if DIAGNOSTIC
			is defined.

	KDASSERT()	which does assertion checking if DEBUG is
			define.  This macro exists for compatibility
			with existing ports' assertion checking macros.
			(Assertion checking is not typically an
			"expensive" operation, and DIAGNOSTIC should be
			used for inexpensive consistency checks.)


cgd
Mon Aug 26 20:44:33 EDT 1996
Update of /a/cvsroot/src/sys/lib/libkern/arch/mips
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24862/arch/mips

Modified Files:
	Makefile.inc 
Log Message:
Add machine-independent assertion-checking support.  macros are:

	assert()	which always does assertion checking
			unless "NDEBUG" is defined.

	KASSERT()	which does assertion checking if DIAGNOSTIC
			is defined.

	KDASSERT()	which does assertion checking if DEBUG is
			define.  This macro exists for compatibility
			with existing ports' assertion checking macros.
			(Assertion checking is not typically an
			"expensive" operation, and DIAGNOSTIC should be
			used for inexpensive consistency checks.)


cgd
Mon Aug 26 20:44:35 EDT 1996
Update of /a/cvsroot/src/sys/lib/libkern/arch/ns32k
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24862/arch/ns32k

Modified Files:
	Makefile.inc 
Log Message:
Add machine-independent assertion-checking support.  macros are:

	assert()	which always does assertion checking
			unless "NDEBUG" is defined.

	KASSERT()	which does assertion checking if DIAGNOSTIC
			is defined.

	KDASSERT()	which does assertion checking if DEBUG is
			define.  This macro exists for compatibility
			with existing ports' assertion checking macros.
			(Assertion checking is not typically an
			"expensive" operation, and DIAGNOSTIC should be
			used for inexpensive consistency checks.)


cgd
Mon Aug 26 20:44:37 EDT 1996
Update of /a/cvsroot/src/sys/lib/libkern/arch/sparc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24862/arch/sparc

Modified Files:
	Makefile.inc 
Log Message:
Add machine-independent assertion-checking support.  macros are:

	assert()	which always does assertion checking
			unless "NDEBUG" is defined.

	KASSERT()	which does assertion checking if DIAGNOSTIC
			is defined.

	KDASSERT()	which does assertion checking if DEBUG is
			define.  This macro exists for compatibility
			with existing ports' assertion checking macros.
			(Assertion checking is not typically an
			"expensive" operation, and DIAGNOSTIC should be
			used for inexpensive consistency checks.)


cgd
Mon Aug 26 20:44:40 EDT 1996
Update of /a/cvsroot/src/sys/lib/libkern/arch/vax
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24862/arch/vax

Modified Files:
	Makefile.inc 
Log Message:
Add machine-independent assertion-checking support.  macros are:

	assert()	which always does assertion checking
			unless "NDEBUG" is defined.

	KASSERT()	which does assertion checking if DIAGNOSTIC
			is defined.

	KDASSERT()	which does assertion checking if DEBUG is
			define.  This macro exists for compatibility
			with existing ports' assertion checking macros.
			(Assertion checking is not typically an
			"expensive" operation, and DIAGNOSTIC should be
			used for inexpensive consistency checks.)