Jonathan M. Bresler f6a3d83f00 Add SPLASSERT() macro. SPLASSERT() compiles to a no-op
unless both "option INVARIANTS" and "options INVARIANT_SUPPORT"
        are defined in the kernel's config(8) file.

        SPLASSERT(expression, msg) used KASSERT to check that the
        expression is true, panic()ing the kernel otherwise.

Approved by: jkh
Reviewed by: jdp, dfr, phk, eivind and green
2000-01-16 02:10:21 +00:00
..
2000-01-15 23:05:29 +00:00
1999-12-14 20:54:38 +00:00
2000-01-05 20:36:07 +00:00
2000-01-15 05:15:06 +00:00
2000-01-15 12:02:03 +00:00
2000-01-08 16:43:46 +00:00
1999-08-27 23:45:13 +00:00
1999-11-14 13:54:44 +00:00