summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/__assert.c
AgeCommit message (Expand)Author
2007-09-24Rename __assert() to __kernassert() so that it doesn't collidepooka
2007-08-03Do the panicstr check only if _KERNEL.ad
2007-07-29Disable kernel assertions if panicstr != NULL.ad
2005-12-11merge ktrace-lwp.christos
2005-03-12KNFdsl
2002-09-27remove trailing \n in panic(). approved perry.provos
2000-03-29Don't prototype __assert() if not STANDALONE - <sys/systm.h> has alreadysimonb
1999-04-13make libkern compile in userland - for testing purposesdrochner
1999-02-11Can't include libkern.h twice which is what happens if _KERNEL is on.pk
1999-02-11Pull libkern.h in.pk
1996-08-27Add machine-independent assertion-checking support. macros are:cgd