NetBSD/sys/lib/libkern/arch/sparc
cgd bdbfa48c0b 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.)
1996-08-27 00:44:20 +00:00
..
DEFS.h new RCS ID format. 1994-10-26 06:39:02 +00:00
Makefile.inc Add machine-independent assertion-checking support. macros are: 1996-08-27 00:44:20 +00:00
SYS.h new RCS ID format. 1994-10-26 06:39:02 +00:00
_setjmp.S new RCS ID format. 1994-10-26 06:39:02 +00:00
bzero.S new RCS ID format. 1994-10-26 06:39:02 +00:00
divrem.m4 eserve the equality "x == y*(x/y)+(x%y)" for negative y; from Lon Willett. 1995-04-22 09:37:39 +00:00
ffs.S new RCS ID format. 1994-10-26 06:39:02 +00:00
htonl.S new RCS ID format. 1994-10-26 06:39:02 +00:00
htons.S new RCS ID format. 1994-10-26 06:39:02 +00:00
mul.S new RCS ID format. 1994-10-26 06:39:02 +00:00
ntohl.S new RCS ID format. 1994-10-26 06:39:02 +00:00
ntohs.S new RCS ID format. 1994-10-26 06:39:02 +00:00
saveregs.S new RCS ID format. 1994-10-26 06:39:02 +00:00
setjmp.S new RCS ID format. 1994-10-26 06:39:02 +00:00
strlen.S new RCS ID format. 1994-10-26 06:39:02 +00:00
umul.S new RCS ID format. 1994-10-26 06:39:02 +00:00