aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libspl/include/assert.h
Commit message (Expand)AuthorAgeFilesLines
* libspl: lift backtrace into a separate fileRob Norris2024-05-141-2/+0
* zdb/ztest: use libspl backtrace for crashesRob Norris2024-05-141-0/+2
* Add custom debug printing for your assertsRich Ercolani2024-04-101-0/+97
* ZIO: Add overflow checks for linear buffersAlexander Motin2023-12-011-0/+3
* Add VERIFY0P() and ASSERT0P() macros.Dag-Erling Smørgrav2023-09-191-0/+11
* Clean up existing VERIFY*() macros.Dag-Erling Smørgrav2023-09-191-2/+2
* Reduce false positives from Static AnalyzersRichard Yao2022-09-301-1/+13
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-031-1/+2
* Replace *CTASSERT() with _Static_assert()наб2022-01-261-8/+0
* libspl: cast to uintptr_t instead of !!ingнаб2022-01-241-9/+15
* libspl: ASSERT*: !! for sizeofнаб2022-01-211-9/+9
* libspl: ASSERT*: mark arguments as usedнаб2021-12-231-9/+9
* libspl: staticify buf and pagesize, rename aok to libspl_assert_okнаб2021-06-031-1/+1
* Move libspl_assertf into .c fileArvind Sankar2020-07-101-26/+7
* Improve compatibility with C++ consumersRyan Moeller2020-06-061-1/+2
* libspl: declare aok extern in headerNick Black2019-12-261-1/+1
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-2/+0
* Implement -A (ignore ASSERTs) for zdbPaul Zuchowski2019-11-271-0/+10
* Fix ASSERT macros to not over-expandPaul Dagnelie2018-10-031-15/+48
* OpenZFS 8585 - improve batching done in zil_commit()Prakash Surya2017-12-051-0/+3
* Fixed VERIFY3_IMPL() bug from 682ce104Tom Caputi2017-07-121-1/+2
* Musl libc fixesalaviss2017-07-051-0/+1
* GCC 7.1 fixesTony Hutter2017-06-281-7/+17
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-0/+8
* Remove complicated libspl assert wrappersBrian Behlendorf2016-03-301-46/+36
* Add IMPLY() and EQUIV() macrosBrian Behlendorf2015-06-241-1/+17
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-1/+1
* Illumos #3006Madhav Suresh2013-06-191-0/+3
* Add linux libspl supportBrian Behlendorf2010-08-311-0/+96