]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libspl/include/assert.h
Reduce false positives from Static Analyzers
[FreeBSD/FreeBSD.git] / lib / libspl / include / assert.h
2022-09-30 Richard YaoReduce false positives from Static Analyzers
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-02-03 Damian SzuberskiAdd `--enable-asan` and `--enable-ubsan` switches
2022-01-26 набReplace *CTASSERT() with _Static_assert()
2022-01-25 набlibspl: cast to uintptr_t instead of !!ing
2022-01-21 набlibspl: ASSERT*: !! for sizeof
2021-12-23 набlibspl: ASSERT*: mark arguments as used
2021-06-03 набlibspl: staticify buf and pagesize, rename aok to libsp...
2020-07-10 Arvind SankarMove libspl_assertf into .c file
2020-06-06 Ryan MoellerImprove compatibility with C++ consumers
2019-12-26 Nick Blacklibspl: declare aok extern in header
2019-12-05 Matthew MacyReplace ASSERTV macro with compiler annotation
2019-11-27 Paul ZuchowskiImplement -A (ignore ASSERTs) for zdb
2018-10-04 Paul DagnelieFix ASSERT macros to not over-expand
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2017-12-05 Prakash SuryaOpenZFS 8585 - improve batching done in zil_commit()
2017-07-13 Tom CaputiFixed VERIFY3_IMPL() bug from 682ce104
2017-07-05 alavissMusl libc fixes
2017-06-28 Tony HutterGCC 7.1 fixes
2016-10-04 Brian BehlendorfMerge OpenZFS 4185
2016-10-03 Tony HutterOpenZFS 4185 - add new cryptographic checksums to ZFS...
2016-03-30 Brian BehlendorfRemove complicated libspl assert wrappers
2015-06-24 Brian BehlendorfAdd IMPLY() and EQUIV() macros
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-06-19 Madhav SureshIllumos #3006
2010-08-31 Brian BehlendorfAdd linux libspl support