index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lib
/
libc
/
ssp
Age
Commit message (
Expand
)
Author
2019-10-13
introduce some common variables for use in GCC warning disables:
mrg
2019-09-29
convert HAVE_GCC == 7 to HAVE_GCC >= 7.
mrg
2019-02-04
- tests explicitly check failure modes, ignore those warnings
mrg
2017-01-16
PR/51894: Ngie Cooper: Use /dev/zero to read instead of stdin
christos
2017-01-16
PR/51893: Ngie Cooper: prevent toolchain from optimizing out memset call
christos
2014-04-07
fix lossage with gcc-4.5
christos
2014-04-06
add stp*cpy() tests
christos
2014-01-10
In the strcat test, smash the stack more severely (this all may depend
martin
2012-09-23
Update LLVM/Clang snapshot to r164464. This adopts the GCC options for
joerg
2012-04-04
Disable new -Wstring-plus-int warning where needed for now.
joerg
2012-03-15
Add __printflike attribution to use vprintf and friends with an argument
joerg
2011-07-24
make sum volatile to avoid printing
christos
2011-07-23
gcc optimizes away the side effect free call to the "poke" function which
martin
2011-06-15
gcc seems to pad small character arrays, use an array of ints
plunky
2011-06-12
reinstate ssp:raw test, slightly differently.. this one is built
plunky
2011-06-12
don't pass -fstack-protector for these, the tests are actually for the
plunky
2011-02-26
The ssp/raw test is useless. Remove it.
pgoyette
2011-02-25
Disable the "raw" test case. The test is bogus, and did not work before
pgoyette
2010-12-28
allocate the buffer at the same function level as the compiler so that
christos
2010-12-27
Since atf_check doesn't deal with a pipeline, modify the tests to pipe
pgoyette
2010-12-27
Migrate the ssp tests from regress to atf.
pgoyette